CLI
The terminal is the source of truth.
Every higher-level surface wraps the same CLI convention. If you understand these commands, you understand the product.
Common commands
almightygpt initInstall convention files into a repo.almightygpt authSet or inspect provider keys.almightygpt planAsk the Worker to turn a requirement into a plan.almightygpt review --planAsk the Reviewer to critique a plan before implementation.almightygpt review --diffReview current uncommitted changes or a git range.almightygpt precommitRun the quick Gemini last-mile check.almightygpt runs latestOpen or inspect the newest run metadata.almightygpt decideRecord the human decision in the review artifact.Review current work
Terminal
> almightygpt review --diff --worker claude --reviewer codex --topic auth-refactorWithout a range, --diff reviews uncommitted changes. Add a git range when you want to review a committed diff.
Review a plan
Terminal
> almightygpt review --plan docs/claude-plans/send-email-lambda.md --reviewer codex --topic send-email-lambda-planUse this before code is written when the implementation direction itself is risky.
