Execute enables AI assistant to manage sugar's autonomous development workflows...
Manage Sugar's autonomous development workflows: create development tasks, check system status, review pending work, and start autonomous execution mode. Sugar orchestrates AI-driven development by queuing tasks with type, priority, and execution parameters, then processing them sequentially or in parallel.
sugar --version)feature, bugfix, refactor, test, chore/sugar-status to verify the daemon is running and view queue depth/sugar-review to see queued work items, their priorities, and estimated complexity/sugar-task <description> --type <type> --priority <1-5> specifying the task description, type, and priority level/sugar-run --dry-run --once to preview what Sugar would do without making changes/sugar-run when confident in the configuration| Error | Cause | Solution |
|---|---|---|
Sugar daemon not running |
Sugar service not started or crashed | Start with sugar start or check logs for crash reason |
Task creation failed: invalid type |
Unsupported task type specified | Use valid types: feature, bugfix, refactor, test, chore |
Autonomous execution failed: tests failing |
Generated code does not pass project tests | Review the failing test output; fix the test or adjust the task description for clarity |
Configuration file not found |
Sugar config missing from project root | Initialize with sugar init to create the configuration file |
Priority out of range |
Priority value not between 1 and 5 | Use priority 1 (lowest) through 5 (highest/critical) |