@masslessai/push-todo 4.0.6 → 4.0.7

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 +15 -2
  2. package/package.json +1 -1
package/SKILL.md CHANGED
@@ -47,11 +47,24 @@ When this command is invoked:
47
47
  - The task is queued and waiting for the daemon to pick it up
48
48
  - Tell the user: "This task is queued and will be picked up by the daemon shortly."
49
49
  - Do NOT start working on this task
50
+ - For both running and queued tasks, remind the user they can monitor or resume later:
51
+ ```
52
+ To resume the daemon's session later, open a new terminal and run:
53
+
54
+ push-todo --resume <number>
55
+ ```
50
56
 
51
57
  8. **Check for resumable daemon sessions:**
52
58
  - If the task output contains `**Session:** Resumable`, the daemon already ran Claude Code on this task
53
- - Do NOT start working from scratch — automatically load the daemon's session context
54
- - Follow the [Auto-Resume from Session Transcript](#auto-resume-from-session-transcript) procedure below
59
+ - **Tell the user they can resume the daemon's exact Claude session** in a separate terminal:
60
+ ```
61
+ To resume the daemon's Claude session, open a new terminal and run:
62
+
63
+ push-todo --resume <number>
64
+
65
+ This cannot run inside Claude Code (sessions can't nest).
66
+ ```
67
+ - Then follow the [Auto-Resume from Session Transcript](#auto-resume-from-session-transcript) procedure to load the daemon's work context into THIS session
55
68
  - Only if the session transcript cannot be found should you begin working from scratch
56
69
 
57
70
  9. **Load task attachments** before starting work:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masslessai/push-todo",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "description": "Voice tasks from Push iOS app for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {