You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pinned tasks + agent recency sorting (#60) — tasks can now be pinned, and agent-facing task listings (listTasks, recall candidates) surface pinned work first, with everything else ordered by last activity (task creation, newest bound session, or newest doc — computed in SQL, so it can't drift).
Rename tasks (#58) — trace task update --title renames a task in place.
Web board
Pinned section sits above the recency-sorted task list, with accent section headings.
Hover-revealed pin toggle on task rows (instant, reversible — no confirm step). Archived rows don't offer it; archiving a task clears its pin.
Fixes
Task docs are no longer duplicated when the same doc is reachable via both registered and native paths (#59).
Dev
dev:stamp / dev:unstamp scripts allow publish-free local testing of the CLI and skill pins.