lytos board
lytos board reads all issue files in issue-board/ and regenerates BOARD.md — a visual index of all issues grouped by status.
lytos boardWhat it does
Section titled “What it does”- Scans all
.mdfiles inissue-board/subfolders - Reads the YAML frontmatter of each issue
- Groups issues by status (icebox, backlog, sprint, in-progress, review, done)
- Generates a formatted
BOARD.mdwith tables
Example output
Section titled “Example output”### 2-sprint (committed)
| # | Title | Priority | Effort | Depends ||---|-------|----------|--------|---------|| ISS-0012 | Implement user auth | P1-high | M | ISS-0008 || ISS-0013 | Add rate limiting | P2-normal | S | ISS-0012 |
### 5-done (completed)
| # | Title | Completed ||---|-------|-----------|| ISS-0008 | Setup database | 2026-04-10 |Source of truth
Section titled “Source of truth”The YAML frontmatter in each issue file is the source of truth — not BOARD.md. The board is a generated view that can be regenerated at any time.
If you update an issue’s status by moving it to a different folder, run lytos board to refresh the index.