cto/.sot/03-PROTOCOLS/CTO-HERMES-APPROVAL-STATE-ISSUES.md
2026-06-01 07:40:37 -04:00

54 lines
1.6 KiB
Markdown

---
name: CTO Hermes Approval State Issues
status: candidate
lifecycle_classification: sot
owner: jp
created: 2026-06-01
last_reviewed: 2026-06-01
core_promotion_status: not-promoted
---
# CTO Hermes Approval State Issues
Local planning SOT only. Not a Core Protocol. Not active Core authority.
## CTO-WORK-062: Hermes WebUI JP Approval State PRD
Status: validated.
Acceptance criteria:
- PRD defines JP approval state scope.
- PRD keeps the surface read-only.
- PRD forbids executable approval buttons.
- PRD keeps Harness-backed summary data as source of truth.
- PRD states Hermes visualizes control state; CTO and Harness remain the gates.
## CTO-WORK-063: Hermes WebUI JP Approval State Surface
Status: candidate.
Implementation route:
- Add read-only approval posture to `/api/cto/control-summary`.
- Add `approval_required`, `approval_granted`, and `execution_allowed`.
- Add allowed next actions.
- Add blocked next actions.
- Render JP approval state in `cto_control_panel.js`.
- Add focused plugin tests.
- Record evidence after implementation.
Acceptance criteria:
- CTO control summary includes JP approval state.
- CTO control summary includes allowed next actions.
- CTO control summary includes blocked next actions.
- `approval_required` defaults to true.
- `approval_granted` defaults to false.
- `execution_allowed` defaults to false.
- Do not add executable approval buttons.
- Do not activate Case as default backend.
- Do not mutate target repositories.
- Harness-backed summary data remains the source of truth.
- Hermes visualizes control state; CTO and Harness remain the gates.