backlog.md 1.16.0 → 1.16.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 +8 -8
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -426,20 +426,20 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
|
|
|
426
426
|
|
|
427
427
|
<!-- BOARD_START -->
|
|
428
428
|
|
|
429
|
-
## 📊 Backlog.md Project Status (v1.
|
|
429
|
+
## 📊 Backlog.md Project Status (v1.16.0)
|
|
430
430
|
|
|
431
431
|
This board was automatically generated by [Backlog.md](https://backlog.md)
|
|
432
432
|
|
|
433
|
-
Generated on: 2025-10-
|
|
433
|
+
Generated on: 2025-10-14 17:28:50
|
|
434
434
|
|
|
435
435
|
| To Do | In Progress | Done |
|
|
436
436
|
| --- | --- | --- |
|
|
437
|
-
| **TASK-276** - Implement drag mode for TUI kanban board | **TASK-280** - Fix TUI task list selection and detail pane synchronization bug [@codex]<br>*#bug #tui* | **TASK-
|
|
438
|
-
| **TASK-270** - Prevent command substitution in task creation inputs [@codex] | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-
|
|
439
|
-
| **TASK-268** - Show agent instruction version status [@codex] | **TASK-273** - Refactor search [@codex]<br>*#core #search* | **TASK-
|
|
440
|
-
| **TASK-267** - Add agent instruction version metadata [@codex] | | **TASK-
|
|
441
|
-
| **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | **TASK-
|
|
442
|
-
| **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | **TASK-
|
|
437
|
+
| **TASK-276** - Implement drag mode for TUI kanban board | **TASK-280** - Fix TUI task list selection and detail pane synchronization bug [@codex]<br>*#bug #tui* | **TASK-284** - Simplify init flow; launch advanced settings via backlog config [@codex]<br>*#cli #init #config* |
|
|
438
|
+
| **TASK-270** - Prevent command substitution in task creation inputs [@codex] | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-287** - Add MCP support for agent integration [@codex]<br>*#mcp #integration #agent* |
|
|
439
|
+
| **TASK-268** - Show agent instruction version status [@codex] | **TASK-273** - Refactor search [@codex]<br>*#core #search* | **TASK-286** - Add npm script and shell script for updating bun.nix via Docker [@myself]<br>*#tooling #nix #ci* |
|
|
440
|
+
| **TASK-267** - Add agent instruction version metadata [@codex] | | **TASK-285** - adjust z-index tooltip style |
|
|
441
|
+
| **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | **TASK-283** - Fix TUI board duplicating cards after external status changes [@codex] |
|
|
442
|
+
| **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | **TASK-282** - Fix TUI detail pane loading state regression [@codex]<br>*#bug* |
|
|
443
443
|
| **TASK-257** - Deep link URLs for tasks in board and list views | | **TASK-262** - TUI: Show all configured status columns in Kanban [@codex]<br>*#tui #board #kanban #config #parity* |
|
|
444
444
|
| **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | **TASK-281** - Fix backlog init skip option [@codex]<br>*#bug* |
|
|
445
445
|
| **TASK-244** - TUI: add live updates via watch in task list and kanban [@codex]<br>*#tui #watcher #enhancement* | | **TASK-279** - Add cleanup functionality to web UI for managing completed tasks [@claude] |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "backlog.md",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.1",
|
|
4
4
|
"files": [
|
|
5
5
|
"cli.js",
|
|
6
6
|
"resolveBinary.cjs",
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"backlog": "cli.js"
|
|
14
14
|
},
|
|
15
15
|
"optionalDependencies": {
|
|
16
|
-
"backlog.md-linux-x64": "1.16.
|
|
17
|
-
"backlog.md-linux-arm64": "1.16.
|
|
18
|
-
"backlog.md-darwin-x64": "1.16.
|
|
19
|
-
"backlog.md-darwin-arm64": "1.16.
|
|
20
|
-
"backlog.md-windows-x64": "1.16.
|
|
16
|
+
"backlog.md-linux-x64": "1.16.1",
|
|
17
|
+
"backlog.md-linux-arm64": "1.16.1",
|
|
18
|
+
"backlog.md-darwin-x64": "1.16.1",
|
|
19
|
+
"backlog.md-darwin-arm64": "1.16.1",
|
|
20
|
+
"backlog.md-windows-x64": "1.16.1"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"postuninstall": "node postuninstall.cjs"
|