The full text
The whole documents, one page each, exactly as they were sent.
DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.
1 added and 1 removed, of 220 lines, about 2 words, in the prompt all 27 arms receive. 5 of 26 tool descriptions changed. Compared against v2.1.141.
- Use TaskCreate to plan and track work. Mark each task completed as soon as it's done; don't batch.
This edit reached all 27 arms
# Using your tools - Prefer dedicated tools over Bash when one fits (Read, Edit, Write, Glob, Grep) — reserve Bash for shell-only operations. - - Use TodoWrite to plan and track work. Mark each task completed as soon as it's done; don't batch. + - Use TaskCreate to plan and track work. Mark each task completed as soon as it's done; don't batch. - You can call multiple tools in a single response. If you intend to call multiple tools and there are no dependencies between them, make all independent tool calls in parallel. Maximize use of parallel tool calls where possible to increase efficiency. However, if some tool calls depend on previous calls to inform dependent values, do NOT call these tools in parallel and instead call them sequentially. For instance, if one operation must complete before another starts, run these operations sequentially instead. # Tone and style
This edit reached all 27 arms
Important notes: - NEVER run additional commands to read or explore code, besides git bash commands -- NEVER use the TodoWrite or Agent tools +- NEVER use the TaskCreate or Agent tools - DO NOT push to the remote repository unless the user explicitly asks you to do so - IMPORTANT: Never use git commands with the -i flag (like git rebase -i or git add -i) since they require interactive input which is not supported. - IMPORTANT: Do not use --no-edit with git rebase commands, as the --no-edit flag is not a valid option for git rebase.
</example> Important: -- DO NOT use the TodoWrite or Agent tools +- DO NOT use the TaskCreate or Agent tools - Return the PR URL when you're done, so the user can see it # Other common operations
The whole documents, one page each, exactly as they were sent.