core/docs/reviewers.yaml
Shay 310aed9ff0
chore: Refactor CLI and Governance Anchors (#926)
* docs: consolidate governance anchors and clean up test registries

* refactor(cli): decompose cli into dedicated modules

* test: fix broken test baselines and formatting

* docs: add domain boundary READMEs for governance anchors

* test: update baseline for determination lane

* test: fix capability_pass expectation

* test: fix CORE_SHOWCASE_SKIP_BUDGET enforcement

* chore: cleanup CLI extraction and unreachable code
2026-07-03 12:34:56 -07:00

78 lines
No EOL
3.4 KiB
YAML

# Reviewer Registry v1 (ADR-0092).
#
# This file is parsed by core.capability.reviewers.load_reviewer_registry
# and consulted by the Domain Pack Contract v1 validator (ADR-0093) to
# enforce ADR-0091 predicate #8 (reviewer resolution).
#
# Adding reviewers is a reviewed proposal flow. Do not edit by hand
# outside that flow. The bootstrap entry below is self-sealed via its
# provenance field.
schema_version: 1
reviewers:
- reviewer_id: shay-j
display_name: "Joshua Shay"
role: primary
domains: ["*"]
review_scope: ["pack", "proposal", "chain", "eval"]
provenance: "adr-0092:bootstrap:2026-05-21"
# Reviewer-signed audit-passed promotion claims
# (ADR-0106 / ADR-0109 / renamed by ADR-0113).
# Each entry carries the canonical evidence-bundle SHA-256 hashed from
# the on-disk lane result files; re-derivation must reproduce
# claim_digest byte-for-byte (ADR-0106 §1.5). The audit-passed gate
# verifies CORE claim-shape compliance (signed digest, replay
# determinism, typed refusal, exact recall) — claim shapes a
# transformer LLM cannot structurally produce regardless of raw
# accuracy. This is NOT a raw-capability claim.
audit_passed_claims:
- domain_id: mathematics_logic
evidence_lanes:
- elementary_mathematics_ood
- inference_closure
- fabrication_control
evidence_revision: "adr-0110:reviewed:2026-05-22"
signed_by: shay-j
claim_digest: "94d74781e103854230c1a71590e4df2287f5d2e87832f1c29b8ec4618853c04b"
- domain_id: physics
evidence_lanes:
- foundational_physics_ood
- inference_closure
- fabrication_control
evidence_revision: "adr-0111:reviewed:2026-05-22"
signed_by: shay-j
claim_digest: "a104cad136f3219df05dc7ce6a78437c02f7b5827cd3cdce568db3acda6a43ed"
- domain_id: systems_software
evidence_lanes:
- symbolic_logic
- inference_closure
- fabrication_control
evidence_revision: "adr-0124:reviewed:2026-05-22"
signed_by: shay-j
claim_digest: "17e24436b6875b89f6d1a5c2992557413c7ef456250f549d463159f54438c407"
# ---------------------------------------------------------------------------
# QUARANTINED (ADR-0200, 2026-06-02). The math_expert_claims entry below was a
# VALID signature when made (2026-05-23 / #267): code + evidence reproduced
# claim_digest 4c46f530... exactly. It is RETAINED as a historical receipt and
# is intentionally NOT re-signed. It no longer validates: the GSM8K coverage
# probe drifted (3/47 -> 4/46, PRs #310/#488), so the evidence-derived digest
# is now 02f6d3c8... and the expert composer REFUSES promotion. The live ledger
# reports mathematics_logic = audit-passed. Keeping this mismatch in place is
# ADR-0120's fail-closed property firing by design. DO NOT re-sign to force the
# ledger flip; the honest current status is audit-passed (expert rests on
# CORE-authored lanes, not external GSM8K).
# See docs/adr/ADR-0200-expert-claim-reconciliation.md.
# ---------------------------------------------------------------------------
math_expert_claims:
- domain_id: mathematics_logic
evidence_lanes:
- math_symbolic_equivalence/v1 (public)
- math_symbolic_equivalence/v1 (sealed)
- math_teaching_corpus/v1
- math_bounded_grammar/v1
evidence_revision: "adr-0120-math:reviewed:2026-05-23"
signed_by: shay-j
claim_digest: "4c46f530351ce96fbdacf29d242b8d99d40e0c5a92d12b10c4862315147ebfa4"