This commit is contained in:
eric
2026-04-04 05:57:58 +02:00
commit 97f329c825
55 changed files with 10026 additions and 0 deletions

View 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.

View File

@@ -0,0 +1,3 @@
version: 1
goal_summary: Rust TUI-first autonomous controller
steps[0]:

View 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.

View 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]: