You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failure-ledger renderer synchronization is now enforced by Required Docs Governance via PR #1493. The remaining gap is narrower: scripts/agent_hooks/smoke_test.py and the exact handlers configured in .claude/settings.json are still not exercised by a hosted required gate.
Why this still matters
The smoke matrix is the executable specification for what the command deny floor must block and must allow. It also invokes the configured handlers, so it can detect configuration drift or a silently unregistered/unlaunchable hook.
Two 2026-07-25 findings show the value of this gate:
docs/STATUS.md, docs/IMPLEMENTATION_MASTERPLAN.md, and test guidance reflect the delivered gate.
Exact-head CI, CI Extended, review, and comment-triage gates pass before merge.
This remains substrate work and should land before further deny-floor expansion under #1293.
Provenance
Originally surfaced by the #1295 salvage assessment on 2026-07-25. Scope narrowed on 2026-07-26 after PR #1493 added Required-CI coverage for the failure-ledger renderer while leaving the configured-handler smoke matrix ungated.
Failure-ledger renderer synchronization is now enforced by Required Docs Governance via PR #1493. The remaining gap is narrower:
scripts/agent_hooks/smoke_test.pyand the exact handlers configured in.claude/settings.jsonare still not exercised by a hosted required gate.Why this still matters
The smoke matrix is the executable specification for what the command deny floor must block and must allow. It also invokes the configured handlers, so it can detect configuration drift or a silently unregistered/unlaunchable hook.
Two 2026-07-25 findings show the value of this gate:
Scope
scripts/agent_hooks/smoke_test.pyin Required CI against the checked-out.claude/settings.json.Acceptance criteria
docs/STATUS.md,docs/IMPLEMENTATION_MASTERPLAN.md, and test guidance reflect the delivered gate.This remains substrate work and should land before further deny-floor expansion under #1293.
Provenance
Originally surfaced by the #1295 salvage assessment on 2026-07-25. Scope narrowed on 2026-07-26 after PR #1493 added Required-CI coverage for the failure-ledger renderer while leaving the configured-handler smoke matrix ungated.