Protect Case model admission evidence

This commit is contained in:
Svrnty
2026-05-31 19:57:04 -04:00
parent 4d9ba492b0
commit 7fe25ece93
3 changed files with 28 additions and 0 deletions
@@ -57,6 +57,7 @@ Blocked by:
## Hermes Implementation Evidence - 2026-05-31
- Hermes commit: `f39d8ab Require admitted Case model pair`.
- `f39d8ab` proves admission gating implementation only; it is not a real Case Stage 2 pass.
- The Hermes adapter now requires `CTO_HARNESS_CASE_MODEL_ADMISSION_FILE`.
- Env provider/model is only the requested pair; the admission JSON is the authority.
- Missing admission blocks before `case_process_started`.
@@ -91,6 +91,7 @@ Real Case Stage 2 remains blocked until a named provider/model is admitted, then
## Hermes Implementation Evidence - 2026-05-31
- Hermes commit: `f39d8ab Require admitted Case model pair`.
- `f39d8ab` proves admission gating implementation only; it is not a real Case Stage 2 pass.
- Admission file variable: `CTO_HARNESS_CASE_MODEL_ADMISSION_FILE`.
- Env provider/model is now a requested pair, not admission authority.
- The admission JSON is the authority for real Case Stage 2 model admission.