docs: task-done notification is informational only — no Brian approval needed

This commit is contained in:
lucaronin
2026-03-31 11:00:04 +02:00
parent f3c97bb7d9
commit 5e060c26b0

View File

@@ -29,12 +29,14 @@ curl -s -X POST "https://api.todoist.com/api/v1/tasks/$ARGUMENTS/move" \
-d '{"section_id": "6g3XjX33FF4Vj86M"}'
```
**3. Notify Brian**
**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**
Run `/laputa-next-task` to get the next task and start working on it immediately.