You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Week 32 (2026-08-03 → 07, v2.1.220 → v2.1.224) shipped changes that land after most of this repo's verification stamps, which cluster 2026-08-03/04/08. Each needs a decision; none is assessed yet.
Auto mode becomes the default permission mode."Starting August 14, auto mode is the default permission mode for new sessions on Pro, Max, and Team plans."Time-sensitive. Any doctrine, hook, or guardrail that assumes default mode should be checked before that date. Also relevant: the classifier calls auto mode makes no longer count toward usage limits.
Zip-archive marketplace source."Marketplaces can distribute a plugin as a zip archive with the new archive source, downloaded over HTTPS with an optional SHA-256 pin, so installs work without git or npm." A marketplace.json source type this repo's marketplace doctrine does not mention and scripts/validate-plugins.sh has never seen. Decide whether to document it, whether the SHA-256 pin should be required for anything this repo publishes, and whether the plugin-acceptance security review needs a clause for it.
Worktree isolation extended."Worktree isolation now blocks not only file edits but also Bash commands and git redirects that reach the main checkout, in every session type and in the session's subagents." Adjacent to the guardrails plugin's territory — check for now-redundant guards, and for any guard that assumed the narrower behavior.
PreToolUse auto-allow hooks narrowed."PreToolUse auto-allow hooks no longer bypass tool restrictions in Claude Code's internal side tasks such as summaries and compaction." Confirm no hook in this repo relied on the old behavior.
/fork now uses its own worktree."A session you copy with /fork now makes its code changes in a worktree of its own instead of the original session's checkout." Check the orchestration and worktree docs for statements that assumed the shared checkout.
Plugin activation on install."Plugins you install from /plugin activate in the current session when it's safe to do so; the install summary reports Plugin is now active. or tells you to run /reload-plugins." Affects install instructions in plugin READMEs that tell users to restart.
/review is an alias of /code-review, and /code-review with no effort level reuses the last level typed. Check the review plugin's docs for stale command guidance.
Ultraplan removed, including the /ultraplan command and the ultraplan keyword. One repo reference survives at docs/topics/context-engineering-claude-5/design/official-corroboration.md:355; it is inside a topic-design doc, i.e. a record of what was true when written, so probably leave it — confirm.
When verifying any of these, ask each page to state its own current rule rather than to confirm a sentence from this repo. A fetch summarizes through a small model, so "the page doesn't mention X" is a routine false negative, and a false negative read as drift means editing correct doctrine. Require a verbatim quote before classifying anything as drifted.
Also run gates the way CI runs them — base-ref form, against a committed tree. Two local runs passed vacuously during #2161 (--paths over a hand-filtered list; --check-bump before anything was committed).
Source
Gate doc-currency audit, PR #2169. Graduated from that PR's findings slice per the topic-docs Contract-tier prune rule.
Problem
Week 32 (2026-08-03 → 07, v2.1.220 → v2.1.224) shipped changes that land after most of this repo's verification stamps, which cluster 2026-08-03/04/08. Each needs a decision; none is assessed yet.
Source:
whats-new/2026-w32.Items
defaultmode should be checked before that date. Also relevant: the classifier calls auto mode makes no longer count toward usage limits.archivesource, downloaded over HTTPS with an optional SHA-256 pin, so installs work without git or npm." Amarketplace.jsonsource type this repo's marketplace doctrine does not mention andscripts/validate-plugins.shhas never seen. Decide whether to document it, whether the SHA-256 pin should be required for anything this repo publishes, and whether the plugin-acceptance security review needs a clause for it.guardrailsplugin's territory — check for now-redundant guards, and for any guard that assumed the narrower behavior./forknow uses its own worktree. "A session you copy with/forknow makes its code changes in a worktree of its own instead of the original session's checkout." Check the orchestration and worktree docs for statements that assumed the shared checkout./pluginactivate in the current session when it's safe to do so; the install summary reportsPlugin is now active.or tells you to run/reload-plugins." Affects install instructions in plugin READMEs that tell users to restart./reviewis an alias of/code-review, and/code-reviewwith no effort level reuses the last level typed. Check thereviewplugin's docs for stale command guidance./ultraplancommand and theultraplankeyword. One repo reference survives atdocs/topics/context-engineering-claude-5/design/official-corroboration.md:355; it is inside a topic-design doc, i.e. a record of what was true when written, so probably leave it — confirm.Method note
When verifying any of these, ask each page to state its own current rule rather than to confirm a sentence from this repo. A fetch summarizes through a small model, so "the page doesn't mention X" is a routine false negative, and a false negative read as drift means editing correct doctrine. Require a verbatim quote before classifying anything as drifted.
Also run gates the way CI runs them — base-ref form, against a committed tree. Two local runs passed vacuously during #2161 (
--pathsover a hand-filtered list;--check-bumpbefore anything was committed).Source
Gate doc-currency audit, PR #2169. Graduated from that PR's findings slice per the topic-docs Contract-tier prune rule.