docs(cli): document --bypass-permissions in COMMANDS.md#94
Merged
Conversation
PR #92 added --bypass-permissions to zo build/continue and documented it in docs/cli/build.mdx and overview.mdx, but missed docs/COMMANDS.md (the terminal-command reference that lists the sibling flags). Add it to both usage blocks plus a Permission-prompts description matching the build.mdx framing. Memory cascade: STATE.md session-033 hand-off + DECISION_LOG entry. validate-docs 10/10 (1 pre-existing warning). No code or tests touched. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Deploying zero-operators with
|
| Latest commit: |
d22bc8b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://70273af7.zero-operators.pages.dev |
| Branch Preview URL: | https://claude-document-bypass-permi.zero-operators.pages.dev |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Completes the
--bypass-permissionsdocumentation cascade from #92. The flag was added tozo build/zo continueand documented indocs/cli/build.mdx(full "Permission prompts" section + truth table) anddocs/cli/overview.mdx(shared options table), butdocs/COMMANDS.md— the terminal-command reference — was missed, leaving it the one surface where the flag wasn't discoverable.Changes —
docs/COMMANDS.mdzo buildusage block — added[--bypass-permissions]zo buildzo continueusage block — added[--bypass-permissions]zo continueoptions — added it to the "same semantics aszo build" bulletDescription matches the
build.mdxframing: auto-approves every Claude Code tool-call prompt for the run, independent of--gate-mode, implied by--gate-mode full-auto, off by default; tmux settings-overlay vs headless--dangerously-skip-permissions.Plus the standard memory cascade (STATE.md session-033 hand-off, DECISION_LOG entry).
Verification
scripts/validate-docs.sh→ 10 passed, 0 failed, 1 warning (pre-existing client-blocklist skip)src/ortests/touched, so the ruff / pytest CI matrix is unaffected.🤖 Generated with Claude Code