All 9 commands in the aut-o CLI.
aut-o init [project-name]Initialize a new aut-o project. Generates AGENTS.md, manifest.json, and project structure. Detects existing tech stack.
aut-o syncSynchronize grounding files across all AI tools. Updates AGENTS.md, CLAUDE.md, .cursor/rules/, GEMINI.md from the canonical manifest.json.
aut-o validateValidate the project against all 12 aut-o tenets. Reports compliance per tenet with actionable suggestions.
aut-o scoreCalculate the aut-o Score. Combines deterministic checks (40%), LLM-as-judge panel (40%), and historical calibration (20%).
aut-o statusShow current project status: pipeline state, latest scores, active agents, health checks.
aut-o evolveRun the self-improvement loop. Analyzes past outcomes, adjusts scoring weights, updates framework parameters.
aut-o deploy [environment]Deploy the project. Builds Docker images, pushes to registry, deploys via Docker Compose + Traefik, runs health checks.
aut-o run "<idea>"Execute the full 9-stage autonomous pipeline from idea to market-ready product.
aut-o help [command]Show help for aut-o or a specific command.