diff --git a/.claude/commands/laputa-done.md b/.claude/commands/laputa-done.md index 8af097ba..8199bb4f 100644 --- a/.claude/commands/laputa-done.md +++ b/.claude/commands/laputa-done.md @@ -1,6 +1,6 @@ # /laputa-done -Mark a Laputa task as done: add completion comment, move to In Review, notify Brian, then self-dispatch the next task. +Mark a Laputa task as done: add completion comment, move to In Review, then self-dispatch the next task. Run this after Phase 1 (Playwright) and Phase 2 (native app QA) both pass **and `git push origin main` has succeeded**. @@ -35,15 +35,7 @@ curl -s -X POST "https://api.todoist.com/api/v1/tasks/$ARGUMENTS/move" \ -d '{"section_id": "6g3XjX33FF4Vj86M"}' ``` -**3. Notify Luca (informational only — no action needed from him)** - -```bash -openclaw system event --text "laputa-task-done:$ARGUMENTS" --mode now -``` - -This is a passive notification. Luca reviews tasks in his own time. Do NOT wait for approval — proceed immediately to step 4. - -**4. Pick the next task** +**3. Pick the next task** Run `/laputa-next-task` to get the next task and start working on it immediately.