Migrate planner, predictor, supervisor to SDK #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Migrate the three formula-driven read/analysis agents to
agent-sdk.sh.Mirrors codeberg.org/johba/disinto#802
Blocked by codeberg#787 (Replace tmux agent sessions with Claude Agent SDK)
Design
These agents follow
lib/formula-session.shrun_formula_and_monitor()pattern. The migration is mostly restoring the prompt composition.Planner
formulas/run-planner.toml)run_formula_and_monitor("planner")-> Claude plans, may push knowledge updatesPredictor
formulas/run-predictor.toml)run_formula_and_monitor("predictor")-> Claude analyzes, writes to ops repoSupervisor
supervisor/preflight.sh)formulas/run-supervisor.toml)run_formula_and_monitor("supervisor")-> Claude monitors, may clean upAffected files
planner/planner-run.sh,predictor/predictor-run.sh,supervisor/supervisor-run.shBlocked — issue #6
ci_timeout2026-03-28T12:17:17Z