Doctrine wiring integrity
Every doctrine in this registry resolves to a validator that exists, is reached from every command it names, propagates failure, is proved by a test, and is run by CI — and every validator in the source is declared here.
blockingA violation stops the command with exit 10.
The chain
A rule is enforced only when every link below holds. majordomus doctor resolves each one from the source on every run; this page shows what it resolved.
- 1 Declared majordomus.doctrine-wiring-integrity
- 2 Validator mj_validate_doctrine_wiring
- 3 Runs under doctor
- 4 On violation exit 10
- 5 Proved by test/cases/18_doctrine_wiring.sh
- 6 Run by CI .github/workflows/validate.yml
Where it runs
What it lets us promise
- guaranteedEvery enforcement the policy declares is reconciled against what actually runs
- guaranteedEvery rule the tool enforces is declared once, as a rule object in the repository's effective set, and doctor proves each one is reached by the command that claims to run it
- guaranteedA doctrine's class is what decides whether a violation stops the command, not a label beside it
Read it here
majordomus doctrine show majordomus.doctrine-wiring-integrity
majordomus check --rule majordomus.doctrine-wiring-integrity