backlog.md-windows-x64 1.28.0 → 1.28.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +22 -17
  2. package/backlog.exe +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -460,29 +460,34 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
460
460
 
461
461
  <!-- BOARD_START -->
462
462
 
463
- ## 📊 Backlog.md Project Status (v1.27.1)
463
+ ## 📊 Backlog.md Project Status (v1.28.0)
464
464
 
465
465
  This board was automatically generated by [Backlog.md](https://backlog.md)
466
466
 
467
- Generated on: 2025-12-08 22:33:55
467
+ Generated on: 2025-12-17 22:51:24
468
468
 
469
469
  | To Do | In Progress | Done |
470
470
  | --- | --- | --- |
471
- | **TASK-310** - Strengthen Backlog workflow overview emphasis on reading detailed guides [@codex] | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-340** - Fix nix build by pinning bun2nix to V1 [@codex]<br>*#nix #bug #infrastructure* |
472
- | **TASK-270** - Prevent command substitution in task creation inputs [@codex] | | **TASK-339** - Investigate GH issue #445: tasks disappear when assignee list populated [@codex] |
473
- | **TASK-268** - Show agent instruction version status [@codex] | | **TASK-338** - Add label filter to web all-tasks page (core-backed) [@codex] |
474
- | **TASK-267** - Add agent instruction version metadata [@codex] | | **TASK-337** - Add label filter to TUI task list [@codex]<br>*#tui #filters #ui* |
475
- | **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | **TASK-336** - Rollback GitHub workflows to Bun 1.2.x to avoid websocket CPU regression [@codex]<br>*#bug #infra #ci* |
476
- | **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | **TASK-335** - Fix CLI to find Backlog.md root from subfolders [@claude]<br>*#bug #cli* |
477
- | **TASK-257** - Deep link URLs for tasks in board and list views | | **TASK-334** - Fix task numbering reset when all tasks archived [@codex]<br>*#bug #id-generation* |
478
- | **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | **TASK-309** - Improve TUI empty state when task filters return no results [@codex] |
479
- | **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | **TASK-333** - Keep cross-branch tasks out of plain CLI/MCP listings [@codex]<br>*#cli #mcp #bug* |
480
- | **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-332** - Unify CLI task list/board loading and view switching UX [@codex]<br>*#cli #ux #loading* |
481
- | └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | **TASK-331** - Fix content store refresh dropping cross-branch tasks [@codex]<br>*#bug #content-store* |
482
- | └─ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | **TASK-330** - Fix browser/CLI sync issue when reordering cross-branch tasks<br>*#bug #browser* |
483
- | └─ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | **TASK-328** - Make filename sanitization stricter by default [@codex]<br>*#feature* |
484
- | **TASK-240** - Improve binary resolution on Apple Silicon (Rosetta/arch mismatch) [@codex]<br>*#packaging #bug #macos* | | **TASK-327** - Fix loadTaskById to search remote branches<br>*#bug #task-loading #cross-branch* |
485
- | **TASK-239** - Feature: Auto-link tasks to documents/decisions + backlinks [@codex]<br>*#web #enhancement #docs* | | **TASK-326** - Add local branch task discovery to board loading<br>*#bug #task-loading #cross-branch* |
471
+ | **TASK-348** - Redesign All Tasks page with table layout<br>*#web-ui #design #enhancement #ux* | | **TASK-343** - Clarify Done vs Archived in MCP guidance; add task_complete tool [@codex] |
472
+ | **TASK-347** - Add milestone editing in Web UI<br>*#milestones #web-ui #enhancement* | | **TASK-344** - MCP: Manage milestones (list/add/rename/remove + task milestone support) [@codex] |
473
+ | **TASK-346** - Add milestone completion/archival workflow<br>*#milestones #enhancement #ux* | | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] |
474
+ | **TASK-345** - Use draft- prefix instead of task- for draft IDs<br>*#drafts #id-generation #enhancement* | | **TASK-341** - Web UI: Milestones overview page [@codex] |
475
+ | **TASK-239** - Feature: Auto-link tasks to documents/decisions + backlinks [@codex]<br>*#web #enhancement #docs* | | **TASK-342** - Web Kanban: add swimlanes (milestone MVP) to board view [@codex] |
476
+ | └─ **TASK-24.02** - CLI TUI: Add milestone swimlanes to interactive board view<br>*#cli #tui #enhancement* | | **TASK-340** - Fix nix build by pinning bun2nix to V1 [@codex]<br>*#nix #bug #infrastructure* |
477
+ | **TASK-310** - Strengthen Backlog workflow overview emphasis on reading detailed guides [@codex] | | **TASK-339** - Investigate GH issue #445: tasks disappear when assignee list populated [@codex] |
478
+ | **TASK-270** - Prevent command substitution in task creation inputs [@codex] | | **TASK-338** - Add label filter to web all-tasks page (core-backed) [@codex] |
479
+ | **TASK-268** - Show agent instruction version status [@codex] | | **TASK-337** - Add label filter to TUI task list [@codex]<br>*#tui #filters #ui* |
480
+ | **TASK-267** - Add agent instruction version metadata [@codex] | | **TASK-336** - Rollback GitHub workflows to Bun 1.2.x to avoid websocket CPU regression [@codex]<br>*#bug #infra #ci* |
481
+ | **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | **TASK-335** - Fix CLI to find Backlog.md root from subfolders [@claude]<br>*#bug #cli* |
482
+ | **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | **TASK-334** - Fix task numbering reset when all tasks archived [@codex]<br>*#bug #id-generation* |
483
+ | **TASK-257** - Deep link URLs for tasks in board and list views | | **TASK-309** - Improve TUI empty state when task filters return no results [@codex] |
484
+ | **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | **TASK-333** - Keep cross-branch tasks out of plain CLI/MCP listings [@codex]<br>*#cli #mcp #bug* |
485
+ | **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | **TASK-332** - Unify CLI task list/board loading and view switching UX [@codex]<br>*#cli #ux #loading* |
486
+ | **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-331** - Fix content store refresh dropping cross-branch tasks [@codex]<br>*#bug #content-store* |
487
+ | └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | **TASK-330** - Fix browser/CLI sync issue when reordering cross-branch tasks<br>*#bug #browser* |
488
+ | └─ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | **TASK-328** - Make filename sanitization stricter by default [@codex]<br>*#feature* |
489
+ | └─ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | **TASK-327** - Fix loadTaskById to search remote branches<br>*#bug #task-loading #cross-branch* |
490
+ | **TASK-240** - Improve binary resolution on Apple Silicon (Rosetta/arch mismatch) [@codex]<br>*#packaging #bug #macos* | | **TASK-326** - Add local branch task discovery to board loading<br>*#bug #task-loading #cross-branch* |
486
491
  | **TASK-222** - Improve task and subtask visualization in web UI | | **TASK-324** - Add browser UI initialization flow for uninitialized projects<br>*#enhancement #browser #ux* |
487
492
  | **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | |
488
493
 
package/backlog.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backlog.md-windows-x64",
3
- "version": "1.28.0",
3
+ "version": "1.28.1",
4
4
  "os": ["win32"],
5
5
  "cpu": ["x64"],
6
6
  "files": ["backlog.exe","package.json","LICENSE"],