docs: consolidate agent execution and custody
This commit is contained in:
parent
6ed5708c21
commit
d691135c4a
19 changed files with 372 additions and 64 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue