feat(runtime): consume governed Activity Core closes
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a06ba0-10aa-7ea0-b20a-4f3fac39efe9
This commit is contained in:
parent
0e6d795aa4
commit
d00ffcb402
22 changed files with 1218 additions and 148 deletions
11
README.md
11
README.md
|
|
@ -90,10 +90,11 @@ Each `run` resolves the agent's tool profile + budget from the target
|
|||
repo's instance manifest (default `green-commit-only`), loads a persona
|
||||
bundle (`kaizen-agentic schedule prepare`), runs a bounded agentic
|
||||
session (cwd-pinned, hard allow-list, never pushes), verifies a local commit,
|
||||
records metrics, and posts a State Hub progress event. Local task files with a
|
||||
v1 `repository_grant` receive full repository acceptance and mandatory durable
|
||||
external metrics; grant-absent compatibility runs retain repository-local
|
||||
`.kaizen/metrics` during migration.
|
||||
records metrics, and posts a State Hub progress event. Local task files and
|
||||
profiled Activity Core rows with a v1 `repository_grant` receive full repository
|
||||
acceptance and mandatory durable external metrics; profiled terminal closes
|
||||
are outboxed before delivery. Grant-absent compatibility runs retain
|
||||
repository-local `.kaizen/metrics` during migration.
|
||||
When invoked through `glas-harness`, the explicit versioned Glas profile may
|
||||
override model, tool profile, and budget for that bounded run. Workforce and
|
||||
activity consumers should reference the Glas profile rather than encode these
|
||||
|
|
@ -103,6 +104,6 @@ Instance manifest contract: [docs/instance-manifest.md](docs/instance-manifest.m
|
|||
Example: [examples/schedule.harness.yml](examples/schedule.harness.yml).
|
||||
Repository mutation authority: [docs/repository-grant.md](docs/repository-grant.md).
|
||||
Granted-run metrics: [docs/external-metrics.md](docs/external-metrics.md).
|
||||
Durable result-close design: [docs/close-evidence-outbox.md](docs/close-evidence-outbox.md).
|
||||
Durable result-close operation: [docs/close-evidence-outbox.md](docs/close-evidence-outbox.md).
|
||||
|
||||
Tests: `PYTHONPATH=".:$HOME/llm-connect" python3 -m pytest tests/ -q`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue