Expand description
Autonomous coding mode.
24/7 workspace-driven loop: reads TODO.md (or any task ledger), runs the agent on pending items, validates changes with tests, and optionally commits/pushes only on success.
Port from hermes-rs autonomous.rs.
pontytail: single-workspace, sequential. Parallel workspace support per Hermes-RS pattern can be added when multi-repo management is needed.
Structs§
- Autonomous
Config - Configuration for autonomous mode.
- Autonomous
Loop - The autonomous loop controller.
- Autonomous
Status - Status persisted to disk across restarts.
Enums§
- Autonomous
State - State of the autonomous loop.