What problem does it solve?
Provides a guided briefing and operational instructions for dispatching an autonomous Rover that surveys, modifies, and verifies changes across a codebase so operators do not need to supervise every step of long-running engineering tasks.
Core Features & Use Cases
- Autonomous traversal and execution: The Rover performs SURVEY, DRIVE, INSPECT, STOW, and STANDBY phases to read the repo, apply changes, verify outcomes, and clean up.
- Guarded verification and review: Built-in verify and pride steps enforce Done criteria and contrarian reviews before marking work complete or preparing artifacts for handoff.
- Mission persistence and steering: Missions are stored in mission files, run on a cron loop, and can be steered, stopped, or resumed by the operator.
- Use Case: Send a Rover to update dependencies across a repository, run builds and tests, perform a pride review on diffs, and produce a clean set of commits ready for operator push.
Quick Start
Dispatch the Rover by invoking /autonomous:rover with a short mission brief or an issue URL to begin autonomous code surveying and automated commits.