@zerone-agent/open-agent-sdk 0.5.6 → 0.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,25 +0,0 @@
1
- Use this tool to create and manage a structured task list for your current session. It helps track progress and surface status to the user.
2
-
3
- ## When to Use
4
- 1. Multi-step tasks requiring 3+ distinct steps or careful planning
5
- 2. User provides multiple tasks (numbered or comma-separated)
6
- 3. After receiving new instructions — capture as todos immediately
7
- 4. After completing a task — mark complete, add follow-ups
8
-
9
- ## When NOT to Use
10
- 1. Single straightforward task (< 3 trivial steps)
11
- 2. Purely conversational or informational requests
12
- 3. One trivial action — just do it directly
13
-
14
- ## Task States
15
- - **pending**: Not yet started
16
- - **in_progress**: Currently working on (limit to ONE at a time)
17
- - **completed**: Finished successfully
18
- - **cancelled**: No longer needed
19
-
20
- ## Rules
21
- - Only ONE task should be `in_progress` at any time
22
- - Mark tasks `completed` IMMEDIATELY after finishing (don't batch)
23
- - Cancel tasks that become irrelevant
24
- - Create specific, actionable items with clear descriptions
25
- - Break complex tasks into smaller steps