v0.2.0: kanban columns + assignee support #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "v0.2.0-columns-assignee"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds kanban column and assignee support to the MCP, closing the two real gaps in the Issues & Decisions / shared-project workflow. Purely additive — no breaking changes. Tool count 22 → 24.
Task/notes now surfacecolumn_id; newlist_columns(project_id)tool (GET column/project/{id});column_idwritable on create/update (moves an item between swimlanes, e.g. to "Closed").Tasksurfacesassignee; newlist_project_members(project_id)tool (GET project/{id}/users) resolves a person → user id;assigneewritable on create/update.assignee=0clears an existing assignee.0.2.0(pyproject, compose, README, DESIGN.md §7).Built spec-first (
docs/superpowers/specs/2026-06-13-columns-assignee-design.md) and plan-driven (docs/superpowers/plans/2026-06-13-columns-assignee.md).Verification
assignee=0unassign path).batch/taskpayload (no dedicated endpoint needed);assignee=0reads back as unassigned.Test Plan
0.2.0multi-arch images (GHCR + Gitea) on thev0.2.0tag.list_columns/list_project_membersare advertised by the live server.🤖 Generated with Claude Code