Working examples organized by complexity. Each subdirectory shows one
WrongStack capability with commands you can copy-paste verbatim —
every flag, slash command, and model id is verified against the live
models.dev/api.json catalog and the current CLI surface.
# Single-shot — type your task right into the command line
wrongstack "explain what this project does"
# Or launch the interactive REPL / TUI
wrongstack
wrongstack --tui
# Run a guided demo for any example
cd examples/01-basic && bash demo.sh # or .\demo.ps1 on Windows# TUI + YOLO + a fast provider (auto-approve normal project work)
wrongstack --tui --yolo --provider groq --model llama-3.3-70b-versatile \
"add JSDoc to every exported function in src/"
# Director-mode single-shot — auto-spawns a fleet to tackle the task
wrongstack --director "audit packages/core for security issues"
# Eternal autonomy — runs sense → decide → execute → reflect until you Ctrl+C
wrongstack --eternal "keep improving test coverage in packages/core"