backlog.md 1.16.1 → 1.16.3
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 +3 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -426,14 +426,15 @@ 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.16.
|
|
429
|
+
## 📊 Backlog.md Project Status (v1.16.2)
|
|
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-15 19:13:25
|
|
434
434
|
|
|
435
435
|
| To Do | In Progress | Done |
|
|
436
436
|
| --- | --- | --- |
|
|
437
|
+
| **TASK-290** - Improve MCP status field to use enum dropdown with config values | **TASK-289** - Implement resource templates list handler to return empty list instead of error [@codex]<br>*#mcp #enhancement* | **TASK-288** - Fix browser UI error display and make priority optional<br>*#bug #ui #validation* |
|
|
437
438
|
| **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
439
|
| **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
440
|
| **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* |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "backlog.md",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.3",
|
|
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.3",
|
|
17
|
+
"backlog.md-linux-arm64": "1.16.3",
|
|
18
|
+
"backlog.md-darwin-x64": "1.16.3",
|
|
19
|
+
"backlog.md-darwin-arm64": "1.16.3",
|
|
20
|
+
"backlog.md-windows-x64": "1.16.3"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"postuninstall": "node postuninstall.cjs"
|