backlog.md-darwin-arm64 1.26.3 → 1.26.4
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.
- package/README.md +21 -19
- package/backlog +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -460,31 +460,33 @@ 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.26.
|
|
463
|
+
## 📊 Backlog.md Project Status (v1.26.3)
|
|
464
464
|
|
|
465
465
|
This board was automatically generated by [Backlog.md](https://backlog.md)
|
|
466
466
|
|
|
467
|
-
Generated on: 2025-12-
|
|
467
|
+
Generated on: 2025-12-06 21:00:55
|
|
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-
|
|
472
|
-
| **TASK-270** - Prevent command substitution in task creation inputs [@codex] | | **TASK-
|
|
473
|
-
| **TASK-268** - Show agent instruction version status [@codex] | | **TASK-
|
|
474
|
-
| **TASK-267** - Add agent instruction version metadata [@codex] | | **TASK-
|
|
475
|
-
| **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | **TASK-
|
|
476
|
-
| **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | **TASK-
|
|
477
|
-
| **TASK-257** - Deep link URLs for tasks in board and list views | | **TASK-
|
|
478
|
-
| **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | **TASK-
|
|
479
|
-
| **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | **TASK-
|
|
480
|
-
| **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-
|
|
481
|
-
| └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | **TASK-
|
|
482
|
-
| └─ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | **TASK-
|
|
483
|
-
| └─ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | **TASK-
|
|
484
|
-
| **TASK-240** - Improve binary resolution on Apple Silicon (Rosetta/arch mismatch) [@codex]<br>*#packaging #bug #macos* | | **TASK-
|
|
485
|
-
| **TASK-239** - Feature: Auto-link tasks to documents/decisions + backlinks [@codex]<br>*#web #enhancement #docs* | | **TASK-
|
|
486
|
-
| **TASK-222** - Improve task and subtask visualization in web UI | | **TASK-
|
|
487
|
-
| **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | **TASK-
|
|
471
|
+
| **TASK-310** - Strengthen Backlog workflow overview emphasis on reading detailed guides [@codex] | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-336** - Rollback GitHub workflows to Bun 1.2.x to avoid websocket CPU regression [@codex]<br>*#bug #infra #ci* |
|
|
472
|
+
| **TASK-270** - Prevent command substitution in task creation inputs [@codex] | | **TASK-335** - Fix CLI to find Backlog.md root from subfolders [@claude]<br>*#bug #cli* |
|
|
473
|
+
| **TASK-268** - Show agent instruction version status [@codex] | | **TASK-334** - Fix task numbering reset when all tasks archived [@codex]<br>*#bug #id-generation* |
|
|
474
|
+
| **TASK-267** - Add agent instruction version metadata [@codex] | | **TASK-309** - Improve TUI empty state when task filters return no results [@codex] |
|
|
475
|
+
| **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | **TASK-333** - Keep cross-branch tasks out of plain CLI/MCP listings [@codex]<br>*#cli #mcp #bug* |
|
|
476
|
+
| **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | **TASK-332** - Unify CLI task list/board loading and view switching UX [@codex]<br>*#cli #ux #loading* |
|
|
477
|
+
| **TASK-257** - Deep link URLs for tasks in board and list views | | **TASK-331** - Fix content store refresh dropping cross-branch tasks [@codex]<br>*#bug #content-store* |
|
|
478
|
+
| **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | **TASK-330** - Fix browser/CLI sync issue when reordering cross-branch tasks<br>*#bug #browser* |
|
|
479
|
+
| **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | **TASK-328** - Make filename sanitization stricter by default [@codex]<br>*#feature* |
|
|
480
|
+
| **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-327** - Fix loadTaskById to search remote branches<br>*#bug #task-loading #cross-branch* |
|
|
481
|
+
| └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | **TASK-326** - Add local branch task discovery to board loading<br>*#bug #task-loading #cross-branch* |
|
|
482
|
+
| └─ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | **TASK-324** - Add browser UI initialization flow for uninitialized projects<br>*#enhancement #browser #ux* |
|
|
483
|
+
| └─ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | **TASK-289** - Implement resource templates list handler to return empty list instead of error [@codex]<br>*#mcp #enhancement* |
|
|
484
|
+
| **TASK-240** - Improve binary resolution on Apple Silicon (Rosetta/arch mismatch) [@codex]<br>*#packaging #bug #macos* | | **TASK-280** - Fix TUI task list selection and detail pane synchronization bug [@codex]<br>*#bug #tui* |
|
|
485
|
+
| **TASK-239** - Feature: Auto-link tasks to documents/decisions + backlinks [@codex]<br>*#web #enhancement #docs* | | **TASK-273** - Refactor search [@codex]<br>*#core #search* |
|
|
486
|
+
| **TASK-222** - Improve task and subtask visualization in web UI | | **TASK-322** - Fix flake.nix for devenv compatibility<br>*#nix #bug-fix* |
|
|
487
|
+
| **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | **TASK-321** - Status change callbacks in task frontmatter [@codex] |
|
|
488
|
+
| | | **TASK-320** - Refactor and fix move mode implementation [@claude]<br>*#bug #tui #high-priority* |
|
|
489
|
+
| | | **TASK-318** - Fix editor stdio inheritance for interactive editors (vim/neovim) [@samvincent]<br>*#bug #editor #vim* |
|
|
488
490
|
|
|
489
491
|
<!-- BOARD_END -->
|
|
490
492
|
|
package/backlog
CHANGED
|
Binary file
|