[codex] Harden governance tooling and policy alignment#26
Merged
screenleon merged 4 commits intomainfrom Apr 30, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
README.mdso first-time readers can immediately understand the repository purpose: a portable governance layer for AI coding agents, not an app runtime.decision_log.policy: example_onlyacross README, project manifest, templates, and skills.VERSIONwith0.20.0and updateCHANGELOG.mdwith the release notes for this governance hardening work.VERSIONin rule-governance workflow path filters so version-only release metadata changes still trigger governance CI.Review Follow-up
Critic and architecture review found additional issues after the first pass:
docs/schemas/trace.schema.yamlhad duplicatetask_summarykeys after adding the Medium/Large requirement; this is now consolidated into one field.scripts/lint-layered-rules.shneeded to reject whole-field placeholder values while still allowing legitimate examples containing angle brackets or HTML snippets.DECISIONS.mdwording; it now leads with the project purpose, actual repository contents, and policy-aware decision capture.Validation
bash scripts/lint-layered-rules.shbash scripts/lint-doc-consistency.shbash scripts/adoption-audit.sh --template-modepython3 scripts/validate-prompt-budget.py --allbash scripts/agent-review.shbash scripts/test-tooling.shbash scripts/budget-report.shbash -n scripts/lint-layered-rules.shbash -n scripts/budget-report.shpython3 -m py_compile scripts/build-context-pack.py scripts/decisions-conflict-check.pygit diff --checkNote:
adoption-audit.sh --template-modestill emits the expected warning thatDECISIONS.mdhas no real decision entries; that is consistent with the template repo's example-only policy.