| name | linear |
| description | Work with Linear issues. |
| license | MIT |
| metadata | {"author":"vant","version":"1.0"} |
Linear
Work with Linear issues.
When To Use
- Create issues
- Update status
- Link to work
How To Use
Create Issue
vant linear create --title "Fix bug" --team Team
POST /issues
{
"title": "Fix bug",
"team_id": "..."
}
Update Status
vant linear update [issue-id] --status "In Progress"
Close
vant linear close [issue-id]
Workflow
| Status | Action |
|---|
| Backlog | Triaged |
| Todo | Ready |
| In Progress | Working |
| Done | Complete |
Vant Integration
Sync Linear with brain:
vant linear link
vant sync
Output
## Linear
### Created
- [issue-url]
### Status
- [status]
Role: Linear Manager
Input: Issue action
Output: Issue updated
Keep in sync with work.