Synopsis
Description
linear manages the profClaw Linear integration. Linear is a modern project management tool popular with engineering teams. Once connected, profClaw can watch for new issues, respond to status transitions, and assign agent tasks to work on Linear tickets.
Subcommands
| Subcommand | Description |
|---|---|
status | Show Linear connection and team status |
connect | Configure Linear API key and team |
disconnect | Remove the Linear integration |
teams | List connected Linear teams |
sync <team> | Manually sync issues from a team |
issues | List synced Linear issues |
linear connect
Linear API key. Generate at
linear.app/settings/api.Linear team ID or key to connect.
linear sync <team>
Team ID or key to sync issues from.
Filter by issue state name (e.g.,
Todo, In Progress, Backlog).Filter by issue label.
Maximum issues to sync.
Examples
Automation Triggers
When connected, profClaw can respond to Linear webhooks:| Event | Action |
|---|---|
Issue.create | Dispatch agent task for new issues |
Issue.update | Trigger on state change (e.g., “In Progress”) |
Comment.create | Respond to @profclaw mentions |
Environment Variables
Related
profclaw github- GitHub integrationprofclaw jira- Jira integrationprofclaw sync- Cross-platform sync- Linear Integration Guide - Full setup instructions