2026-07-17 23:49:03 +02:00
|
|
|
"""Shared agent runtime (DEC-2026-002 / ADR-001).
|
Harness foundation: INTENT, ADR-001, architecture, prototype adoption
- INTENT.md: three-layer model (blueprint/instance/harness), single
shared runtime, never-become boundaries
- ADR-001 (accepted): DEC-2026-002 resolution — one harness repo for
all projects; instances are declarative state in consuming repos
- docs/architecture.md: components, contracts (manifest, tool
profiles, completion events, credential lanes), deployment shape
- agent_harness/: executor-worker prototype adopted and renamed
(6/6 tests green); HARNESS-WP-0001 initial workplan (7 tasks)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 23:35:27 +02:00
|
|
|
|
2026-07-17 23:49:03 +02:00
|
|
|
Consuming repos declare instances in `.kaizen/schedule.yml`; this package
|
|
|
|
|
runs them: resolve tool profile + budget, load persona orientation
|
|
|
|
|
(kaizen-agentic schedule prepare), run a bounded agentic session via an
|
|
|
|
|
llm-connect adapter, verify the local commit, write `.kaizen/metrics`,
|
|
|
|
|
and report to the Custodian State Hub.
|
Harness foundation: INTENT, ADR-001, architecture, prototype adoption
- INTENT.md: three-layer model (blueprint/instance/harness), single
shared runtime, never-become boundaries
- ADR-001 (accepted): DEC-2026-002 resolution — one harness repo for
all projects; instances are declarative state in consuming repos
- docs/architecture.md: components, contracts (manifest, tool
profiles, completion events, credential lanes), deployment shape
- agent_harness/: executor-worker prototype adopted and renamed
(6/6 tests green); HARNESS-WP-0001 initial workplan (7 tasks)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 23:35:27 +02:00
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
__version__ = "0.1.0"
|