Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions components/manual-sheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ const ROUTE_NOTES: Record<ThreadRoute, RouteNote> = {
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.",
Expand Down Expand Up @@ -305,7 +305,11 @@ export function ManualSheet() {
thought, bodied from the report, ready for an agent.
</li>
<li>
<strong>The task list</strong> — arriving with the next change.
<strong>
<Link href="/todo">The task list</Link>
</strong>{" "}
— every routed to-do in your own words, checkable. Ticking one off
never re-opens or re-files the Thread it came from.
</li>
</ul>
</section>
Expand Down Expand Up @@ -344,11 +348,6 @@ export function ManualSheet() {
become issues. A Project without one records the spec and tells you
the handoff is not live.
</li>
<li>
<strong>The task list arrives with the next change</strong> — until
then <kbd className="manual-key">t</kbd> records the route but has
nowhere yet to show it.
</li>
</ul>
</section>

Expand Down