BINKY-WP-0004-T01: kaizen schedule opt-in + executor ownership decision
- .kaizen/schedule.yml scaffolded via schedule init, validates clean (coach + optimization weekly, tdd-workflow disabled) - DEC-2026-002 prepared: executor worker in a new small repo, per ADR-005 boundaries; fallback allows sandbox prototype, no cutover before resolution - Decision rationale recorded in the executor assessment Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
5e22a45cbf
commit
0f91a98d08
4 changed files with 60 additions and 2 deletions
|
|
@ -22,7 +22,31 @@ fallback_if_no_response: ""
|
|||
|
||||
## Open decisions
|
||||
|
||||
*(none)*
|
||||
### DEC-2026-002 — Executor worker lives in a new small repo
|
||||
|
||||
```yaml
|
||||
id: DEC-2026-002
|
||||
title: "Executor worker ownership: new thin repo (proposed name: executor-worker) vs. inside activity-core"
|
||||
lane: yellow
|
||||
status: prepared
|
||||
created_at: "2026-07-17"
|
||||
needed_by: "before BINKY-WP-0004-T04 deployment (soft)"
|
||||
attention_cost: "~2 min read"
|
||||
agent_recommendation: "Create a new small repo. ADR-005 (kaizen-agentic) explicitly
|
||||
excludes LLM invocation from both kaizen-agentic ('no LLM invocation; prepare
|
||||
produces a runner-agnostic bundle') and activity-core (owns cron→task only);
|
||||
headless-runner integration is marked 'future; prepare output is runner-agnostic'.
|
||||
activity-core's TaskExecutorWorkflow is a stub by design. A thin repo consuming
|
||||
emitted tasks + `schedule prepare` bundles + llm-connect adapters keeps all three
|
||||
existing boundaries intact and matches the executor assessment
|
||||
(integrations/llm-connect-executor-assessment.md)."
|
||||
evidence:
|
||||
- ~/kaizen-agentic/docs/adr/ADR-005-scheduled-agent-execution.md (Boundaries)
|
||||
- integrations/llm-connect-executor-assessment.md
|
||||
options: [approve, reject, revise, defer]
|
||||
fallback_if_no_response: "Proceed with new-repo prototype for T04 in a sandbox;
|
||||
no cutover (T06) before this decision is resolved."
|
||||
```
|
||||
|
||||
## Resolved decisions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue