feat: cross-repo rule propagation — brief schema, data classification, reviewer orchestration#27
Merged
Merged
Conversation
…, reviewer orchestration Propagates learnings from JapanJob and claude-config into the template: - docs/schemas/codex-brief.schema.yaml: machine-readable task brief contract - scripts/validate-codex-brief-schema.py: stdlib-only structural linter (10 fixtures, null/empty enforcement) - docs/data-classification-guidance.md: T1-T4 tiers, AES-256-GCM, HMAC searchable encryption - docs/model-tier-policy-examples.md: fast/balanced/deep tier routing reference - docs/multi-reviewer-orchestration.md: sequential vs parallel reviewer decision guide - rules/domain/backend-api.md: API-003 contract-first rule - rules/global/security-baseline.md: GSEC-007 data-classification cross-reference - evals/tooling/codex-brief-schema-validation/: 10-fixture eval suite - evals/tooling/context-pack-determinism/expected.json: regenerated after schema addition Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…xt tokens Collapsed 4 skeleton examples into one minimal example (~93 lines removed). Tightened table descriptions. Verification patterns table simplified. Regenerated context-pack determinism fixture. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
docs/schemas/codex-brief.schema.yaml— machine-readable task brief contract with required fields, array bounds, and enum constraintsscripts/validate-codex-brief-schema.py— stdlib-only structural linter enforcing null/empty rejection; 10-fixture eval suitedocs/data-classification-guidance.md— T1–T4 classification tiers, AES-256-GCM at-rest encryption, HMAC-SHA256 searchable encryption patterndocs/model-tier-policy-examples.md— fast/balanced/deep tier routing reference with mandatory escalation flowdocs/multi-reviewer-orchestration.md— sequential vs parallel reviewer decision guide, shared-evidence-bundle patternrules/domain/backend-api.mdAPI-003 (contract-first development rule)rules/global/security-baseline.mdGSEC-007 with data-classification cross-referenceevals/tooling/context-pack-determinism/expected.jsonafter schema additionGate
Full pr-gate (all 5 reviewers) — GO. Gate result:
.gate-results/gate-20260513-111103.md.Test plan
bash scripts/test-tooling.sh→ 2/2 (codex-brief-schema-validation + context-pack-determinism)bash scripts/lint-layered-rules.sh→ passbash scripts/lint-doc-consistency.sh→ passbash scripts/adoption-audit.sh --template-mode→ passbash scripts/agent-review.sh→ exit_code 0🤖 Generated with Claude Code