taskops_comment
Post persistent comments on any task card, including others' or closed ones, and mention agents to notify them on their next call. Use it to coordinate between parallel agents.
Instructions
Say something on ANY card — including one somebody else holds, on another team, and a closed one (the log is append-only; a postscript is welcome, and it does not reopen it). mentions=[…] addresses it to them and reaches them on their very next call — on an OPEN card: a closed card delivers nothing, so address the living card instead. THE channel between agents in parallel: when your files meet theirs, say so on their card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | tk-… — ANY card, including one somebody else holds and a closed one (only mentions= need an OPEN card to be delivered) | |
| text | Yes | what you want to say. The thread is never truncated. | |
| 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. | |
| mentions | No | address it to somebody: dev:<name> or agent:<dev>/<name>. They see it in the pulse line of their very next call, and it clears itself when they write on the card — there is nothing to mark as read. | |
| 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. |