Skip to content
Beskid Beskid

Beskid

Jump to a Beskid service

Beskid

Jump to a Beskid service

Operate Tracker

Tracker is the delivery authority for versions, roadmap tasks, and bugs. Its SQLite database is the source of truth. GitHub Issues is only the external bug surface.

FieldVerified value
PurposeVersioned roadmap, kanban, delivery status, and public bug synchronization.
AudiencePlatform users read status. Maintainers manage delivery records. Operators preserve the database.
Public boundaryhttps://tracker.beskid-lang.org.
Local boundaryThe service listens on http://localhost:3000 in the reference container.
AuthenticationTracker uses the central Auth hub for GitHub sign-in and pairing.
Persistent stateSQLite persists below TRACKER_DATA_DIR in the tracker-data volume.
Container imageghcr.io/cyber-nomad-collective/beskid-tracker.
Health checkGET /api/health on port 3000.
Deployment ownerRoot platform delivery publishes the image. The Tracker service owns delivery data.
Secret sourceOpenBao path secret/beskid/<lane>/tracker.
MonitoringHealth status, webhook results, and reconciliation output cover runtime and synchronization.
RecoveryRestore the SQLite volume before replaying external bug events. Never replace roadmap state with GitHub data.

Confirm the selected delivery version and the configured TRACKER_DATA_DIR. Treat Tracker as the delivery authority. Obtain a consistent SQLite backup before data maintenance.

  1. Verify the service contract at https://tracker.beskid-lang.org/api/health.
  2. Record the health response status.
  3. Verify that the configured volume contains the active SQLite database.
  4. Run the read-only reconciliation plan before an import or bug synchronization change.

The /api/health request succeeds. SQLite remains the delivery authority, and GitHub synchronization affects only eligible bugs.

If the health request fails, inspect the volume mount and session configuration. If reconciliation differs from the expected plan, stop the mutation. Then restore the SQLite backup, redeploy the prior image, and replay only verified bug events.

For public delivery reading, see Read Tracker. For authorized delivery changes, change the Standard without changing delivery ownership.