init and install.
System Commands
doctor
Run health checks on your AIOX installation.Automatically fix detected issues.
Show what
--fix would do without making changes.Output results as structured JSON.
Minimal output (exit code only).
- Required directories exist (
.aiox-core/,.aiox/) - Configuration files are valid JSON/YAML
- Agent definitions are complete
- Task files have required fields
- Dependencies are installed
0- All checks passed (or issues fixed with--fix)1- Issues detected (run with--fixto repair)
info
Show system information about your AIOX installation.- AIOX version
- Platform and Node.js version
- Architecture
- Working directory
- Install location
- Component counts (agents, tasks, templates, workflows)
- AIOX Pro license status (if installed)
validate
Validate AIOX-Core installation integrity.Repair missing or corrupted files.
Preview repairs without applying (use with
--repair).Show detailed file list.
Skip hash verification (faster validation).
Detect extra files not in manifest.
Output results as JSON for CI/CD.
Source directory for repairs.
0- Validation passed1- Validation failed (missing/corrupted files)2- Validation error (could not complete)
update
Update AIOX to the latest version.Check for updates without applying.
Preview what would be updated.
Force update even if already up-to-date.
Show detailed output during update.
uninstall
Remove AIOX from the current project.Skip confirmation prompt.
Keep
.aiox/ directory (settings and history).Show what would be removed without removing.
.aiox-core/- Framework core filesdocs/stories/- Story files (if created by AIOX)squads/- Squad definitions.gitignore- AIOX-added entries only
--keep-data):
.aiox/- Project settings and agent history
0- Uninstall successful1- Uninstall failed or cancelled
Configuration Commands
config show
Show resolved configuration from layered config files.Show specific level (1, 2, pro, 3, 4) without merging.
Include app-specific config (L3).
Show source annotations for each value.
config diff
Compare configuration between two levels.Two levels to compare (e.g., “1,2” or “framework,project”).
Include app-specific context.
config migrate
Migrate monolithiccore-config.yaml to layered files.
Preview without writing files.
Overwrite existing split files.
config validate
Validate YAML syntax and lint config files.Validate specific level only.
config init-local
Createlocal-config.yaml from template.
.aiox-core/local-config.yaml from .aiox-core/local-config.yaml.template and updates .gitignore.
Workers Discovery
workers search
Search for workers matching a query.Search query (supports multi-word queries).
Filter by category.
Filter by tags (comma-separated).
Output format (table, json).
workers list
List all workers grouped by category.Filter by category.
Output format (table, json).
Page number for pagination.
workers info
Show detailed information about a worker.Worker ID.
Output format (json, yaml).
Pro Features
pro activate
Activate AIOX Pro license.pro status
Show AIOX Pro license status.pro deactivate
Deactivate AIOX Pro license.pro features
List available Pro features.Version Information
—version
Show installed version.—version -d
Show detailed version information.Exit Codes
Consistent exit codes across all commands:- 0 - Success
- 1 - Validation/check failed
- 2 - Error (command could not complete)