1.3 KiB
1.3 KiB
Issue tracker: Linear
Issues and specs for this repo live in Linear. Use the Linear MCP tools for all operations.
- Workspace: maneco-workspace (https://linear.app/maneco-workspace)
- Team: Maneco-workspace
- Issue statuses: Backlog, Todo, In Progress, Done, Canceled, Duplicate
Conventions
- Create an issue:
save_issuewithtitle,team(Maneco-workspace), and markdowndescription. Assign viaassignee("me" for the current user). - Read an issue:
get_issueby identifier (e.g.LIN-123). - List issues:
list_issuesfiltered byteam,assignee,state, orproject. - Comment on an issue:
save_commentwithissueIdand markdownbody. - Apply / remove labels:
save_issuewithlabels(replaces the full set). - Move workflow state:
save_issuewithstate(e.g.Todo,In Progress,Done,Canceled). - Link work:
save_issuewithproject,cycle,parentId,blocks/blockedBy(relations are append-only). - Cross-link to a PR: attach the PR URL via
save_issuelinks.
When a skill says "publish to the issue tracker"
Create a Linear issue with save_issue on team Maneco-workspace.
When a skill says "fetch the relevant ticket"
Run get_issue on the identifier and read the description, state, labels, and assignee.