@masslessai/push-todo 3.4.7 → 3.4.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.
Files changed (2) hide show
  1. package/SKILL.md +4 -2
  2. package/package.json +1 -1
package/SKILL.md CHANGED
@@ -32,9 +32,11 @@ When this command is invoked:
32
32
  push-todo
33
33
  ```
34
34
 
35
- 4. Present the tasks and ask which one to work on
35
+ 4. **Present ALL tasks** - Do NOT summarize or truncate the list. Show every active task in a table format. Users want to see their complete task list, not a curated subset. If there are 35 tasks, show all 35.
36
36
 
37
- 5. When user selects a task, mark it as started and begin working
37
+ 5. Ask which task the user wants to work on
38
+
39
+ 6. When user selects a task, mark it as started and begin working
38
40
 
39
41
  ## Review Mode
40
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masslessai/push-todo",
3
- "version": "3.4.7",
3
+ "version": "3.4.8",
4
4
  "description": "Voice tasks from Push iOS app for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {