fix(governance): prove routing and CI controls - #917
Merged
Conversation
Skill-eval coverageChanged skills in this PR: 10 ( Report only. CI cannot run evals (the runner needs the Mapped
Uncoveredno eval coverage for changed skill(s): |
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
Recover and finish the stashed routing and governance controls against current
main.Make generated routing data deterministic, prove hard CI gates can fail, and normalize cross-harness hook payloads without breaking live Agent results.
Changes
scripts/generate-routing-map.py— generate and validate a tracked-only 43-agent, 101-skill, 28-pipeline routing map with fail-closed index handling.scripts/validate-negative-controls.py— inventory collected CLI-level failure proofs, reject false certifications, and provide a dated strict-mode promotion path.scripts/pre-route.py— route FORCE pipelines in their own slot while inheriting semantic guards from paired skills.hooks/lib/hook_utils.py— normalize string and mixed-schema tool payloads while preserving structured Agent content blocks.skills/**— remove or repair nine stale routing relationships exposed by the new map gate.scripts/tests/**andhooks/tests/**— add adversarial regressions and missing negative suites for governance checks..github/workflows/test.yml— enforce routing-map freshness and run the negative-control inventory in advisory mode until its recorded debt is retired.Notes
continue-on-errorand switching to--strictafter the 12 explicit debt entries are retired.