diff --git a/CLAUDE.md b/CLAUDE.md index dbab7d0..f27f9a8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -460,8 +460,11 @@ start of a session rather than one lookup per first use: ToolSearch("select:mcp__vikunja__list_tasks,mcp__vikunja__get_task_details,mcp__vikunja__create_task,mcp__vikunja__update_task") ``` -`update_task` carrying a `description` resets `done` to false, so closing a task with a -write-up takes two calls: the description, then `done: true`. +**Close a finished task with `done: true` and nothing else** (owner's call, 07-08-2026). +Do not write a completion summary into the description on the way out. It is lost anyway, +and the durable record is the commit messages and the merged PR. Note that `update_task` +carrying a `description` resets `done` to false, which is why a write-up ever took two +calls. ## Session workflow