chore: remove laputa-task-done system event notification

This commit is contained in:
Test
2026-04-02 20:10:02 +02:00
parent 6e5652487d
commit 56ddaba105

View File

@@ -1,6 +1,6 @@
# /laputa-done <task_id>
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.