taskops_activity
View a task chapter's entire story in one read: card standings, commits with numstat, merge targets, and reported notes. Query by milestone, task IDs, or 'since' seq to see only what moved.
Instructions
The whole story of a chapter in ONE read: every card's standing, commits (with numstat), where it merged, and what was reported — milestone=ms-… or tasks=[tk-…]. since= returns only what moved; depth=full adds each spec and thread. No diffs: follow branch and sha into git yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | No | who is speaking, when it is not the session's own identity. Sub-agents share the session's ONE MCP server, so a spawned worker MUST pass the agent:<dev>/<name> its brief names on EVERY taskops call — without it the board hears the orchestrator. | |
| depth | No | headline (default): standing, commits with numstat, merged_into, notes, thread_total — 76 cards fit in ~90KB. full: adds each card's spec, criteria, files and whole thread — ~13KB per card. | |
| since | No | a seq from a previous answer — only cards that moved since come back. Every answer carries seq; send it back next time. | |
| tasks | No | exactly these cards instead, in the order given (any chapter) | |
| milestone | No | ms-… — the whole chapter; default: the single open one | |
| repo_path | No | another project's board, by any path inside it. Default: the board this server started in. The host runs ONE MCP server per session, pinned to the directory it opened, so without this a second project is unreachable and the work leaves through curl instead of the tools. |