Operations
The harness should be understandable in failure, not only in success.
Operator surfaces
harness doctorfor prerequisites and path validationharness statusfor run visibilityharness reportfor structured outcome review- approval flows for gated tasks
- audit and compliance artifacts for deeper inspection
Default operator habits
- validate setup before the first run
- run one bounded task before scaling up
- inspect structured artifacts before diving into raw logs
- keep recovery behavior predictable and documented
What good product behavior looks like
- a new user can run one task without reading source
- a failed run points to the next corrective action
- example configs validate even in offline environments