Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ way before merging changes to `main.swift`, `Host/`, or capture code.
## Picking up work

Every open backlog item is a GitHub issue labelled `backlog`, cross-linked
from the backlog file in both directions, carrying type/area/priority labels
and sitting in the milestone for its roadmap phase. Work from either surface —
from the backlog file in both directions, carrying type/area/priority labels,
sitting in the milestone for its roadmap phase, and tracked on the
[Headless Roadmap board](https://github.com/orgs/LockInTime/projects/1). Work from either surface —
but when you fix something, close the issue **and** check the item off in
`docs/roadmap/improvements-backlog.md` in the same PR, so the two never drift.

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Product direction, architectural decisions, and the full improvements backlog
live in [docs/ROADMAP.md](docs/ROADMAP.md). Every known gap is also filed as a
[`backlog` issue](https://github.com/LockInTime/headless/labels/backlog),
grouped into [milestones](https://github.com/LockInTime/headless/milestones)
by roadmap phase.
by roadmap phase and tracked on the
[Headless Roadmap board](https://github.com/orgs/LockInTime/projects/1).

Contributing: [AGENTS.md](AGENTS.md) for agents and the short version for
humans, [CONTRIBUTING.md](CONTRIBUTING.md) for the full guide,
Expand Down
5 changes: 3 additions & 2 deletions docs/roadmap/improvements-backlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ that fixes them, and add the named missing test.

**Every open item below is also a GitHub issue**, linked inline and labelled
[`backlog`](https://github.com/LockInTime/headless/labels/backlog). Issues carry
type/area/priority labels and sit in the milestone for their roadmap phase, so
you can pick work up from either the tracker or this file. Keep both in sync:
type/area/priority labels, sit in the milestone for their roadmap phase, and
appear on the [Headless Roadmap board](https://github.com/orgs/LockInTime/projects/1),
so you can pick work up from either the tracker or this file. Keep both in sync:
when you fix an item, check it off here and close the issue in the same PR.

---
Expand Down
Loading