- Move completed tasks (85, 117, 118, 155) to backlog/completed/ - Delete superseded task files (166 verification, 172 drilldown) - Add stats dashboard milestone m-1 - Add new tasks (190, 194) - Update task metadata across remaining backlog items - Add changelog fragments for stats, mpv args, and subtitle filtering
2.0 KiB
id, title, status, assignee, created_date, updated_date, labels, dependencies, references, priority, ordinal
| id | title | status | assignee | created_date | updated_date | labels | dependencies | references | priority | ordinal | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| TASK-150 | Restore repo-wide Prettier cleanliness after release prep | Done |
|
2026-03-09 01:11 | 2026-03-18 05:28 |
|
|
medium | 40500 |
Description
Bring bun run format:check back to green after the v0.5.5 release-prep work exposed repo-wide Prettier drift across backlog markdown, config files, and maintained TypeScript sources.
Acceptance Criteria
- #1
bun run format:checkpasses. - #2
bun run changelog:lintstill passes. - #3 Typecheck and fast tests stay green after the formatting-only rewrite.
Implementation Plan
- Re-run format and lint checks to confirm failing files.
- Apply Prettier to the warned repo-managed files.
- Re-run formatting, lint, typecheck, and fast tests.
- Commit and push the formatting-only cleanup.
Implementation Notes
Ran bunx prettier --write across the repo-managed files reported by bun run format:check, covering backlog markdown/YAML, config.example.jsonc, selected launcher/scripts files, and maintained TypeScript sources under src/.
Verification: bun run format:check, bun run changelog:lint, bun run typecheck, and bun run test:fast.
Final Summary
Repo-wide Prettier drift is cleaned up, including backlog task markdown, config/example files, and the maintained code files that format:check was flagging. Formatting and lint checks are green again, and typecheck/fast tests stayed green after the formatting-only rewrite.