Land HARNESS-WP-0001 T01/T02/T04/T05: extend ADR-005 schedule.yml with harness fields, named tool-profile registry, ADR-004 metrics writes, and BudgetTracker wiring. CLI gains validate/profiles; task-file path kept.
10 lines
401 B
Python
10 lines
401 B
Python
"""Shared agent runtime (DEC-2026-002 / ADR-001).
|
|
|
|
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.
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|