Documentation
¶
Overview ¶
Command backlog-sync keeps GitHub issues in sync with BACKLOG.md.
BACKLOG.md is the single source of truth: every CF-n item becomes an issue (label "backlog", grouped by milestone). Checking an item ([x]) closes its issue; unchecking reopens it. The sync is idempotent — issues are matched by their "CF-n" title prefix — so it is safe to run repeatedly (locally or from .github/workflows/backlog-sync.yml).
go run ./cmd/backlog-sync [-backlog BACKLOG.md] [-dry-run]
Requires the `gh` CLI, authenticated (GH_TOKEN in CI).
Click to show internal directories.
Click to hide internal directories.