docs: align execution handoff with Glas
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 2m10s

This commit is contained in:
tegwick 2026-08-21 08:30:13 +02:00
parent d691135c4a
commit 11fa383817
16 changed files with 126 additions and 61 deletions

View file

@ -120,9 +120,11 @@ kaizen-agentic schedule prepare optimization --format json
```
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.
(repo, agent). Rein-local intake or another caller receives that work and runs
`schedule prepare`; the blueprint/instance then hands an explicit versioned
`harness_profile_ref` to Glas for rein/model/sandbox/tool resolution.
kaizen-agentic does not run cron, own the queue, resolve credentials, select a
concrete rein, or invoke an LLM.
### Forward-deployed engagements (WP-0009 / DEC-FDA-001)
```bash