CLI commands
Use structured operations for facts and files; leave interpretation to the agent.
Read the available surface
context-circuit-cli version
context-circuit-cli help
context-circuit-cli help worktree
context-circuit-cli --workspace . --json status
Global flags precede the command. Normal output is readable YAML; --json returns structured values. Errors go to stderr with a nonzero exit status. A fully resolved command accepts --help; groups need a subcommand for flag help.
What commands can do
The CLI initializes workspace files, manages members and bindings, retrieves catalog entries, creates records, records decisions already made, derives dependency order, prepares worktrees, and produces diagnostics or dispatch specifications.
It does not call a model, execute a plan, run application setup, commit, push, merge, deploy, or start an independent review.
Read the command reference for each group and concrete examples.