core/core/physics
Shay d5872a2e96 feat(adr-0206): response-governance bridge scaffold (STRICT-only, inert)
Adds the first consumer of CORE's two built epistemic substrates — the
decode-state taxonomy (core/epistemic_state.py) and the risk-reward
reliability gate (core/reliability_gate/, ADR-0175) — beginning to close
the LABEL-ONLY consumption gap they sat behind.

Ships the scaffold only:
- core/response_governance/policy.py — ReachLevel (STRICT < APPROXIMATE <
  EXTRAPOLATE < CREATIVE), ReachPolicy, govern_response (STRICT-only stub),
  shape_surface (STRICT = identity transform; higher levels real but
  unreachable in production), and the 9/5/1 EpistemicState partition.
- chat/runtime.py — cognition-path seam: the response surface now flows
  through shape_surface(govern_response(...)). STRICT = identity, so the
  path is byte-identical to pre-bridge. reach_level carried on ChatResponse.
- core/physics/identity.py — reach_level on TurnEvent (default "strict").

wrong==0 untouched: select_self_verified is NOT touched (ADR-0206 §5);
reach_level is NOT added to the telemetry JSONL dict, so pinned lane SHAs
stay byte-identical. Widening, SITUATE/FEED-BACK, the math-serving seam,
and the EVIDENCED reconcile are deferred to their own PRs.

Tests (tests/test_response_governance.py): STRICT-only contract over all
states x license x stakes, STRICT identity, live-wiring proof (forces
APPROXIMATE -> policy-sensitive surface), total+disjoint taxonomy
partition. Each fails loudly under the violation it guards.
2026-06-03 10:39:12 -07:00
..
__init__.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
articulation.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
attention.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
binding.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
digest.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
drive.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
energy.py Tighten hot-path backend consistency 2026-05-15 08:14:38 -07:00
exertion.py
identity.py feat(adr-0206): response-governance bridge scaffold (STRICT-only, inert) 2026-06-03 10:39:12 -07:00
inhibition.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
learning.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
reasoning.py Fix main chat test regressions 2026-05-14 15:48:45 -07:00
salience.py perf(salience): vectorize curvature pairwise loop — 57× faster, 42% e2e (#96) 2026-05-20 21:29:42 -07:00
valence.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00