features/tracker/tracker library
Classes
- Issue
- Normalized issue record used by orchestration, prompt rendering, and observability output.
- IssueBlocker
- Reference to an issue that blocks another issue.
- IssueTrackerClient
- Adapter contract every issue tracker integration must satisfy.
- LinearTrackerClient
- Symphony-spec compatible Linear tracker adapter.
- LocalPlanTrackerClient
-
Adapter that exposes
.spectra/PLAN.mdtasks as normalized Issues. -
TrackerError<
T> - Failed tracker result.
- TrackerFactory
- Builds an IssueTrackerClient from a parsed WorkflowConfig.
- TrackerFailure
- Failure value returned by tracker adapters.
-
TrackerResult<
T> - Result wrapper used by tracker operations.
-
TrackerSuccess<
T> - Successful tracker result.
Enums
- TrackerFailureCode
- Categorized failure codes for tracker adapters.