6775dd12bb
Hephaestus is the autonomous deep-worker - everything it receives is a delegation. Existing 'Manual behavior' bullet vaguely said 'actually run it' but left the validation surface unspecified, which lets a checked-in diff plus passing tests masquerade as completion on user-visible work. Add a dedicated 'End-to-end usage is the gate' subsection in Codex prose style (no threats/CAPS, contract frames). Surface determines tool: - TUI / CLI → interactive_bash (tmux), drive it like a real user - Web / browser / UI → playwright skill, drive a real browser session - HTTP API / service → curl or integration script against running service - Library / SDK → minimal driver script Reinforce in Forbidden stops trailer: when receiving a delegation, execute directly and validate through the gate; do not loop back with a draft when the work is yours to do. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>