← Docs

CLI Reference

All 9 commands in the aut-o CLI.

init

aut-o init [project-name]

Initialize a new aut-o project. Generates AGENTS.md, manifest.json, and project structure. Detects existing tech stack.

sync

aut-o sync

Synchronize grounding files across all AI tools. Updates AGENTS.md, CLAUDE.md, .cursor/rules/, GEMINI.md from the canonical manifest.json.

validate

aut-o validate

Validate the project against all 12 aut-o tenets. Reports compliance per tenet with actionable suggestions.

score

aut-o score

Calculate the aut-o Score. Combines deterministic checks (40%), LLM-as-judge panel (40%), and historical calibration (20%).

status

aut-o status

Show current project status: pipeline state, latest scores, active agents, health checks.

evolve

aut-o evolve

Run the self-improvement loop. Analyzes past outcomes, adjusts scoring weights, updates framework parameters.

deploy

aut-o deploy [environment]

Deploy the project. Builds Docker images, pushes to registry, deploys via Docker Compose + Traefik, runs health checks.

run

aut-o run "<idea>"

Execute the full 9-stage autonomous pipeline from idea to market-ready product.

help

aut-o help [command]

Show help for aut-o or a specific command.