Source Intelligence
Sweep 28 Aug 2026 ยท 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 Feeds RSS JSON llms.txt

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.

Prompt capture

TaskGet tool description

27 model strings share this prompt, byte for byte.

v2.1.174 22 lines 732 chars sha256 55bdb174a3bc Plain text Whole capture

1Use this tool to retrieve a task by its ID from the task list.
3## When to Use This Tool
5- When you need the full description and context before starting work on a task
6- To understand task dependencies (what it blocks, what blocks it)
7- After being assigned a task, to get complete requirements
9## Output
11Returns full task details:
12- **subject**: Task title
13- **description**: Detailed requirements and context
14- **status**: 'pending', 'in_progress', or 'completed'
15- **blocks**: Tasks waiting on this one to complete
16- **blockedBy**: Tasks that must complete before this one can start
18## Tips
20- After fetching a task, verify its blockedBy list is empty before beginning work.
21- Use TaskList to see all tasks in summary form.