feat: ui
This commit is contained in:
4
.agent/controllers/controller-loop/goal.md
Normal file
4
.agent/controllers/controller-loop/goal.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Goal
|
||||
|
||||
Rewrite `codex-controller-loop` as a Rust TUI-first autonomous controller with TOON-backed machine state and a hard planning/execution phase boundary.
|
||||
|
||||
3
.agent/controllers/controller-loop/plan.toon
Normal file
3
.agent/controllers/controller-loop/plan.toon
Normal file
@@ -0,0 +1,3 @@
|
||||
version: 1
|
||||
goal_summary: Rust TUI-first autonomous controller
|
||||
steps[0]:
|
||||
8
.agent/controllers/controller-loop/standards.md
Normal file
8
.agent/controllers/controller-loop/standards.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Standards
|
||||
|
||||
- Keep the Rust code modular and readable.
|
||||
- Treat planning as the only user-input phase.
|
||||
- Treat execution as autonomous except for pause, resume, stop, and goal update.
|
||||
- Keep controller-owned machine state in TOON files.
|
||||
- Leave the codebase in a maintainable state after each completed step.
|
||||
|
||||
17
.agent/controllers/controller-loop/state.toon
Normal file
17
.agent/controllers/controller-loop/state.toon
Normal file
@@ -0,0 +1,17 @@
|
||||
version: 1
|
||||
phase: planning
|
||||
goal_status: unknown
|
||||
goal_revision: 0
|
||||
current_step_id: null
|
||||
iteration: 0
|
||||
replan_required: false
|
||||
completed_steps[0]:
|
||||
blocked_steps[0]:
|
||||
last_verification: null
|
||||
last_cleanup_summary: null
|
||||
last_full_test_summary: null
|
||||
history[0]:
|
||||
notes[0]:
|
||||
planning_session:
|
||||
pending_question: null
|
||||
transcript[0]:
|
||||
Reference in New Issue
Block a user