From e89dc65c22802f52f17158fbd3e9831341e0bf11 Mon Sep 17 00:00:00 2001 From: Test Date: Tue, 31 Mar 2026 11:00:04 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20task-done=20notification=20is=20informa?= =?UTF-8?q?tional=20only=20=E2=80=94=20no=20Brian=20approval=20needed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/commands/laputa-done.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.claude/commands/laputa-done.md b/.claude/commands/laputa-done.md index f2de8435..4adfd704 100644 --- a/.claude/commands/laputa-done.md +++ b/.claude/commands/laputa-done.md @@ -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.