Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 999 Bytes

File metadata and controls

34 lines (24 loc) · 999 Bytes

Issue Tracker: github

Configured by unic-archon-dlc.

Backend

Tracker: github PR strategy: merge

Create a new issue

gh issue create --title "<title>" --label "<label>"

Update issue state

gh issue edit <number> --add-label "<label>"

Conventions

  • Issue state is tracked via labels matching the canonical triage vocabulary (see docs/agents/labels.md).
  • Dependency links use the tracker's native "blocked by" field; for local-markdown, use a ## Blocked by heading.
  • The tracker adapter (lib/tracker-adapter.mjs) translates canonical label names to tracker strings at write time.