Linear (Project Management)¶
Purpose: Issue tracking and project management for all engineering and operational work across Liflode.
URL/Endpoint: https://app.linear.app (workspace: liflode)
Auth: API key — retrieve LINEAR_API_KEY from Infisical (EU endpoint). All API calls use the raw key without a Bearer prefix.
Key Operations¶
- Create, update, and close issues via the GraphQL API
- Update issue state (
unstarted,started,completed,canceled) and labels - Add comments (all agent comments must start with agent name in bold brackets, e.g.
**[Finn]**) - Query issues by team, project, label, or state
- Manage projects and initiatives
Dependencies¶
- Infisical (for
LINEAR_API_KEY) - GitHub (CI failures auto-route from
it@liflode.comvia Cloudflare Worker to Linear)
Related ADRs¶
- ADR-095: Issue template conventions
- ADR-129: Email routing to Linear
Runbook¶
See liflode-docs/guides/crew-guide.md for crew escalation and issue lifecycle.