Skip to content

skill: document the change feed - #12

Merged
chicagobuss merged 1 commit into
mainfrom
docs/skill-change-feed
Aug 3, 2026
Merged

skill: document the change feed#12
chicagobuss merged 1 commit into
mainfrom
docs/skill-change-feed

Conversation

@chicagobuss

Copy link
Copy Markdown
Owner

The tracker skill is what agents read to learn how to use tracker. It did not mention the change feed shipped in v1.5.0, so a refreshed list_changes tool would arrive with no explanation.

Adds a ## The change feed section covering both the MCP tool and the HTTP/SSE endpoints, and the two things that actually bite:

  • the cursor is opaque and scope-bound — not a number, must not be hand-constructed, and carrying one across a different workspace or kind filter returns 400 rather than silently skipping events
  • MCP tool lists are fixed at session connect, so a session older than v1.5.0 will not have list_changes until it reconnects; the HTTP endpoints work regardless and are the better choice for a long-running watcher

Docs only.

Agents reading the skill would not otherwise know /changes exists, so a
refreshed list_changes tool arrives with no explanation of what it is for.

Records the two things that bite in practice: the cursor is opaque and bound to
the scope that produced it, so it must not be constructed by hand or carried
across a workspace or kind filter; and the MCP tool list is fixed at session
connect, so a session older than the feature will not see list_changes until it
reconnects.
@chicagobuss
chicagobuss merged commit c6a44d3 into main Aug 3, 2026
1 check passed
@chicagobuss
chicagobuss deleted the docs/skill-change-feed branch August 3, 2026 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant