release: Depone 0.2.8 — v111.code_health tiered conformance - #111
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Adds the v111.code_health evidence-contract axis + HealthConformance rollup: per-gate enforcement tiers (block|advisory) with the honest advisory seam — an advisory gate failure is reported (overall fail, axis status fail) but blocks_handoff:false and does NOT refute the decision; a block gate failure does. Mirrors the role_capability_skill_routing axis. Enables ORRO code-health tiered verdicts (complexity/architecture advisory, format/lint/type block). Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Adds the v111.code_health evidence-contract axis + HealthConformance rollup, mirroring the newest role_capability axis (skill_routing v110).
_validate_code_health— per-gate exit-code check via the existing exit-code primitive; emitsERR_HEALTH_GATE_VIOLATION.HealthConformance{overall, axes:[HealthAxisConformance{gate,tool,status,enforcement,blocks_handoff,...}]}onVerificationReport, derived by_health_conformance(mirrors_policy_conformance).overall:fail, axisstatus:fail) butblocks_handoff:falseand does NOT setany_refuted— the Deponedecisionstays pass. A block-tier failure refutes the decision. (Verified by a 4-way mutation test + the committedtiered_mixedfixture +revalidate_code_health.py.)Enables ORRO code-health tiered verdicts (format/lint/type = block; complexity/duplication = advisory; architecture fitness = block). witnessd + ORRO consume this next.
Full suite green (regression delta 0 vs main).
🤖 Generated with Claude Code