pub fn default_command(verbose: bool) -> Result<()>Expand description
Default command when running autom8 with no arguments.
§Workflow
- Check if the project is initialized. If not, prompt to initialize.
- Check for existing state indicating work in progress.
- If state exists, prompt user to resume or start fresh.
- If no state, proceed to spec creation flow.
§Arguments
verbose- If true, show full Claude output during spec creation
§Returns
Ok(())on successErr(Autom8Error)if any step fails