Skip to content

docs: index the auto-mode configuration page in OFFICIAL-DOCS - #2089

Merged
kyle-sexton merged 1 commit into
mainfrom
docs/index-auto-mode-config
Aug 9, 2026
Merged

docs: index the auto-mode configuration page in OFFICIAL-DOCS#2089
kyle-sexton merged 1 commit into
mainfrom
docs/index-auto-mode-config

Conversation

@kyle-sexton

Copy link
Copy Markdown
Contributor

No linked issue

Summary

docs/OFFICIAL-DOCS.md indexes Permissions, Permission modes, Settings, and Server-managed settings, but not auto-mode-config — the page that owns the autoMode settings block and the claude auto-mode subcommands.

Fix

One row added to the Configuration / settings table, placed next to Permission modes:

| Configure auto mode (`autoMode`, `claude auto-mode`) | <https://code.claude.com/docs/en/auto-mode-config> | 2026-08-09 |

That page is the only source for the environment / allow / soft_deny / hard_deny schema, the "$defaults" splice semantics, classifyAllShell, and the scope rule that the classifier ignores autoMode in project and local settings. CLAUDE.md's fresh-docs mandate names this index as the canonical entry point for plugin-relevant official pages, so until now a contract change touching auto mode had no indexed page to fetch.

Verification

  • Page fetched during the session that authored this change; the 2026-08-09 verified date reflects that fetch, not a copied stamp.
  • Gap confirmed by grep against the pre-change file: auto-mode-config appeared nowhere in docs/OFFICIAL-DOCS.md.
  • Row placement and column shape match the four existing rows in the same table.
  • No content from the page is copied into the repository — the row is a pointer, per the pointer-not-copy posture the index exists to serve.

Related

N/A

The configuration section already indexes Permissions, Permission modes,
Settings, and Server-managed settings, but not the page that owns the
`autoMode` settings block and the `claude auto-mode` subcommands.

That page is the only source for the `environment` / `allow` / `soft_deny` /
`hard_deny` schema, the `"$defaults"` splice, `classifyAllShell`, and the
scope rule that the classifier ignores `autoMode` in project and local
settings. The fresh-docs mandate names this index as the canonical entry
point for plugin-relevant official pages, so a contract change touching auto
mode currently has no indexed page to fetch.

Verified date reflects a fetch of the page on 2026-08-09.
@cursor

cursor Bot commented Aug 9, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@claude

claude Bot commented Aug 9, 2026

Copy link
Copy Markdown

Claude finished @kyle-sexton's task in 59s —— View job


Review complete

  • Gather context (diff, PR body, docs/OFFICIAL-DOCS.md)
  • Verify the added URL resolves and matches the claimed content
  • Check table placement/formatting consistency
  • Post findings

Verified this session: fetched https://code.claude.com/docs/en/auto-mode-config directly. The page is titled "Configure auto mode" and does cover the autoMode settings block (environment / allow / soft_deny / hard_deny), the "$defaults" splice semantics, autoMode.classifyAllShell, the claude auto-mode subcommands (defaults, config, critique, reset), and confirms verbatim: "The classifier doesn't read autoMode from project settings in .claude/settings.json or .claude/settings.local.json." Every claim in the PR description checks out against the live page — this is not a restatement of the author's own verification, it's an independent fetch I ran.

Findings: none. This is a clean, well-scoped one-line addition:

  • Row placement next to "Permission modes" (docs/OFFICIAL-DOCS.md#L100) is sensible — auto mode is a permission-mode topic, and that's where a reader would look for it.
  • Table formatting (pipe alignment, <...> URL wrapping, date column) matches the other seven rows in the same table exactly.
  • No content from the page is copied into the repo — pure pointer, consistent with the index's own stated purpose.
  • Verified date 2026-08-09 matches today's date and the session's actual fetch, not a stale copy-paste.
  • No test/build impact — this is a docs-only, non-code, non-contract-surface change, so no affected-suite run applies (per AGENTS.md's "run the affected suites" guidance, there's nothing here that maps to a suite).

No inline comments were needed since there's nothing to flag.

@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown

Claude has reviewed this PR 1 time. The lane skips further automatic reviews after 5; deleting this comment resets the count.

@kyle-sexton
kyle-sexton merged commit 4536b33 into main Aug 9, 2026
33 checks passed
@kyle-sexton
kyle-sexton deleted the docs/index-auto-mode-config branch August 9, 2026 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant