From 6f7250d1aee61993c076948cb15922a23ede5d78 Mon Sep 17 00:00:00 2001 From: Kyle Sexton <153232337+kyle-sexton@users.noreply.github.com> Date: Sun, 9 Aug 2026 12:14:06 -0400 Subject: [PATCH] docs: index the auto-mode configuration page in OFFICIAL-DOCS 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. --- docs/OFFICIAL-DOCS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/OFFICIAL-DOCS.md b/docs/OFFICIAL-DOCS.md index 3be6fa9ac9..44cf014585 100644 --- a/docs/OFFICIAL-DOCS.md +++ b/docs/OFFICIAL-DOCS.md @@ -97,6 +97,7 @@ SDK-based host. | The `.claude` directory | | 2026-08-06 | | Permissions | | 2026-08-06 | | Permission modes | | 2026-08-06 | +| Configure auto mode (`autoMode`, `claude auto-mode`) | | 2026-08-09 | | Environment variables | | 2026-08-06 | ## Prompting doctrine (platform docs)