backlog.md 1.25.0 → 1.25.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.
- package/README.md +11 -11
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -460,23 +460,23 @@ 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.
|
|
463
|
+
## 📊 Backlog.md Project Status (v1.25.0)
|
|
464
464
|
|
|
465
465
|
This board was automatically generated by [Backlog.md](https://backlog.md)
|
|
466
466
|
|
|
467
|
-
Generated on: 2025-11-30
|
|
467
|
+
Generated on: 2025-11-30 19:37:38
|
|
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-309** - Improve TUI empty state when task filters return no results [@codex] | | **TASK-
|
|
473
|
-
| **TASK-270** - Prevent command substitution in task creation inputs [@codex] | | **TASK-
|
|
474
|
-
| **TASK-268** - Show agent instruction version status [@codex] | | **TASK-
|
|
475
|
-
| **TASK-267** - Add agent instruction version metadata [@codex] | | **TASK-
|
|
476
|
-
| **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | **TASK-
|
|
477
|
-
| **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | **TASK-
|
|
478
|
-
| **TASK-257** - Deep link URLs for tasks in board and list views | | **TASK-
|
|
479
|
-
| **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | |
|
|
471
|
+
| **TASK-310** - Strengthen Backlog workflow overview emphasis on reading detailed guides [@codex] | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-326** - Add local branch task discovery to board loading<br>*#bug #task-loading #cross-branch* |
|
|
472
|
+
| **TASK-309** - Improve TUI empty state when task filters return no results [@codex] | | **TASK-324** - Add browser UI initialization flow for uninitialized projects<br>*#enhancement #browser #ux* |
|
|
473
|
+
| **TASK-270** - Prevent command substitution in task creation inputs [@codex] | | **TASK-289** - Implement resource templates list handler to return empty list instead of error [@codex]<br>*#mcp #enhancement* |
|
|
474
|
+
| **TASK-268** - Show agent instruction version status [@codex] | | **TASK-280** - Fix TUI task list selection and detail pane synchronization bug [@codex]<br>*#bug #tui* |
|
|
475
|
+
| **TASK-267** - Add agent instruction version metadata [@codex] | | **TASK-273** - Refactor search [@codex]<br>*#core #search* |
|
|
476
|
+
| **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | **TASK-322** - Fix flake.nix for devenv compatibility<br>*#nix #bug-fix* |
|
|
477
|
+
| **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | **TASK-321** - Status change callbacks in task frontmatter [@codex] |
|
|
478
|
+
| **TASK-257** - Deep link URLs for tasks in board and list views | | **TASK-320** - Refactor and fix move mode implementation [@claude]<br>*#bug #tui #high-priority* |
|
|
479
|
+
| **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | **TASK-318** - Fix editor stdio inheritance for interactive editors (vim/neovim) [@samvincent]<br>*#bug #editor #vim* |
|
|
480
480
|
| **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | |
|
|
481
481
|
| **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | |
|
|
482
482
|
| └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "backlog.md",
|
|
3
|
-
"version": "1.25.
|
|
3
|
+
"version": "1.25.1",
|
|
4
4
|
"module": "src/cli.ts",
|
|
5
5
|
"files": [
|
|
6
6
|
"cli.js",
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"backlog": "cli.js"
|
|
15
15
|
},
|
|
16
16
|
"optionalDependencies": {
|
|
17
|
-
"backlog.md-linux-x64": "1.25.
|
|
18
|
-
"backlog.md-linux-arm64": "1.25.
|
|
19
|
-
"backlog.md-darwin-x64": "1.25.
|
|
20
|
-
"backlog.md-darwin-arm64": "1.25.
|
|
21
|
-
"backlog.md-windows-x64": "1.25.
|
|
17
|
+
"backlog.md-linux-x64": "1.25.1",
|
|
18
|
+
"backlog.md-linux-arm64": "1.25.1",
|
|
19
|
+
"backlog.md-darwin-x64": "1.25.1",
|
|
20
|
+
"backlog.md-darwin-arm64": "1.25.1",
|
|
21
|
+
"backlog.md-windows-x64": "1.25.1"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
24
|
"postuninstall": "node postuninstall.cjs"
|