From c5591be94e58c6bdf23cb9874e2e7c15e4fb52c9 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 8 Aug 2026 09:30:37 +0000 Subject: [PATCH] The manual keeps up: the task list is live MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #165 landed, so the To-do row's "Landing next" pill is now false. It reads Live, points at /todo, and says the thing worth knowing about that surface — ticking an item off is the list's own business and never re-files the Thread. The setup section drops the caveat it no longer has. The status pills are the one part of the legend that is hand-held rather than derived, which is exactly why they need this pass every time a destination ships. No-ticket: true Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01Mm4zPLAX77USAqyk12jgc1 --- components/manual-sheet.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/components/manual-sheet.tsx b/components/manual-sheet.tsx index b4d7aa9..64183c6 100644 --- a/components/manual-sheet.tsx +++ b/components/manual-sheet.tsx @@ -48,8 +48,8 @@ const ROUTE_NOTES: Record = { status: "Needs a token", }, todo: { - does: "Puts it on the task list in your own words, and into the day's checklist. No elaboration, no ceremony.", - status: "Landing next", + does: "Puts it on the task list in your own words, and into the day's checklist. Ticking one off is the list's own business — it never re-files the Thread.", + status: "live", }, journal: { does: "Files it into the notebook with the full report readable in place, and keeps the research reachable. Anything draft-worthy is flagged as a post candidate.", @@ -305,7 +305,11 @@ export function ManualSheet() { thought, bodied from the report, ready for an agent.
  • - The task list — arriving with the next change. + + The task list + {" "} + — every routed to-do in your own words, checkable. Ticking one off + never re-opens or re-files the Thread it came from.
  • @@ -344,11 +348,6 @@ export function ManualSheet() { become issues. A Project without one records the spec and tells you the handoff is not live. -
  • - The task list arrives with the next change — until - then t records the route but has - nowhere yet to show it. -