docs: align execution handoff with Glas
This commit is contained in:
parent
d691135c4a
commit
11fa383817
16 changed files with 126 additions and 61 deletions
|
|
@ -55,18 +55,22 @@ specific durable implementation:
|
|||
activity-core Temporal schedule/event
|
||||
→ rule evaluation and eligibility
|
||||
→ unique, idempotent ops_run with lease/retry state
|
||||
→ rein-aharness claim loop
|
||||
→ agent-session approach and governed runtime/profile resolution
|
||||
→ rein-local intake or caller receives bounded work
|
||||
→ kaizen-agentic schedule prepare <agent>
|
||||
→ bounded coding-agent session
|
||||
→ Glas ExecutionRequest(harness_profile_ref=...)
|
||||
→ versioned profile resolves rein + model + sandbox + tool policy + limits
|
||||
→ bounded session and normalized execution evidence
|
||||
→ ops_run result + State Hub progress + .kaizen metrics/artifact evidence
|
||||
```
|
||||
|
||||
`activity-core` owns schedule and durable work state. `rein-aharness` owns
|
||||
claiming, execution policy, credential routing, runtime selection, and bounded
|
||||
session operation. Kaizen Agentic continues to own declaration, agent craft,
|
||||
preparation, and improvement evidence. A human-started coding-agent session
|
||||
remains a supported execution mode and reference smoke path.
|
||||
`activity-core` owns schedule and durable work state. Task intake stays with
|
||||
the caller or rein where already implemented. A Kaizen blueprint or agent
|
||||
instance supplies an explicit, versioned `harness_profile_ref`; glas-harness
|
||||
resolves the concrete execution constellation and normalizes evidence; the
|
||||
selected rein owns its inner loop, backend policy, and credential use. Kaizen
|
||||
Agentic continues to own declaration, agent craft, preparation, and improvement
|
||||
evidence. A human-started coding-agent session remains a supported execution
|
||||
mode and reference smoke path.
|
||||
|
||||
### 1. Schedule manifest — `.kaizen/schedule.yml`
|
||||
|
||||
|
|
@ -149,9 +153,11 @@ kaizen-agentic schedule prepare <agent> [--target PATH] [--format markdown|json]
|
|||
rule evaluation, and `ops_run` state belong to activity-core; the roster query
|
||||
belongs to State Hub.
|
||||
- **No LLM invocation.** `prepare` produces a runner-agnostic bundle; a human or
|
||||
rein-aharness-governed coding-agent session executes it.
|
||||
- **No runtime authority or credentials.** Those remain with rein-aharness and
|
||||
the ecosystem credential/authorization owners.
|
||||
Glas-selected rein executes it.
|
||||
- **No concrete rein/model selection.** Kaizen carries a versioned
|
||||
`harness_profile_ref`; glas-harness resolves it without a hidden default.
|
||||
- **No runtime authority or credentials.** Those remain with Glas, the selected
|
||||
rein, and the ecosystem credential/authorization owners.
|
||||
- **State-hub schema changes** (roster opt-in flag) are designed here but
|
||||
implemented in `the-custodian` (repo boundary).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue