Skip to content

Task Connectors

The task connector covers Linear and GitHub issues through one typed task issue surface. Phase 41G1 ships read/search in mock and replay mode.

Environment For Real Provider Mode

Terminal window
LINEAR_API_KEY=...
GITHUB_TOKEN=...
CORVID_CONNECTOR_MODE=real
CORVID_CONNECTOR_TOKEN_STORE=target/connectors/tokens

Read scopes:

linear:read
github:issues:read

Mock Mode

Mock operations:

  • linear_search
  • github_search

Replay Keys

  • Linear search: tasks:linear:<workspace_id>:<stable-query>
  • GitHub search: tasks:github:<owner>/<repo>:<stable-query>

Write scopes:

linear:write
github:issues:write

Create, update, and comment flows require approval IDs and return TaskWriteReceipt evidence. Replay mode quarantines writes.

Write operations:

  • linear_write
  • github_write