11 lines
434 B
Python
11 lines
434 B
Python
|
|
"""Thin executor worker (BINKY-WP-0004-T04, DEC-2026-002).
|
||
|
|
|
||
|
|
activity-core schedules and emits tasks; this worker executes exactly one
|
||
|
|
task per invocation: load persona orientation (kaizen-agentic schedule
|
||
|
|
prepare), run a bounded agentic coding session via an llm-connect adapter,
|
||
|
|
verify the session committed to the target repo, and report to the
|
||
|
|
Custodian State Hub (progress event + optional task close).
|
||
|
|
"""
|
||
|
|
|
||
|
|
__version__ = "0.1.0"
|