Skip to content

release: Depone 0.2.8 — v111.code_health tiered conformance - #111

Merged
moonweave merged 2 commits into
mainfrom
feat/code-health-v111
Jul 22, 2026
Merged

release: Depone 0.2.8 — v111.code_health tiered conformance#111
moonweave merged 2 commits into
mainfrom
feat/code-health-v111

Conversation

@moonweave

Copy link
Copy Markdown
Contributor

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; emits ERR_HEALTH_GATE_VIOLATION.
  • HealthConformance{overall, axes:[HealthAxisConformance{gate,tool,status,enforcement,blocks_handoff,...}]} on VerificationReport, derived by _health_conformance (mirrors _policy_conformance).
  • Honest advisory seam: an advisory-tier gate failure is surfaced (overall:fail, axis status:fail) but blocks_handoff:false and does NOT set any_refuted — the Depone decision stays pass. A block-tier failure refutes the decision. (Verified by a 4-way mutation test + the committed tiered_mixed fixture + 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

moonweave and others added 2 commits July 22, 2026 04:50
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>
@moonweave
moonweave merged commit 5f7ccc3 into main Jul 22, 2026
6 checks passed
@moonweave
moonweave deleted the feat/code-health-v111 branch July 22, 2026 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant