docs: consolidate agent execution and custody
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
ci / test (push) Successful in 52s

This commit is contained in:
tegwick 2026-08-20 22:43:55 +02:00
parent 6ed5708c21
commit d691135c4a
19 changed files with 372 additions and 64 deletions

View file

@ -119,8 +119,10 @@ kaizen-agentic schedule prepare coach # markdown bundle
kaizen-agentic schedule prepare optimization --format json
```
activity-core fires the schedule and creates a task per (repo, agent); the task
runs `schedule prepare`. kaizen-agentic does not run cron or invoke Claude.
activity-core fires the schedule and creates durable `ops_run` work per
(repo, agent). rein-aharness claims that work and runs the governed
`agent-session`, including `schedule prepare`. kaizen-agentic does not run cron,
own the queue, resolve credentials, or invoke an LLM.
### Forward-deployed engagements (WP-0009 / DEC-FDA-001)
```bash