Skip to content

v0.11.0

Choose a tag to compare

@arielbk arielbk released this 12 Jul 19:30

Highlights

  • 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.