backlog.md 1.13.5 → 1.14.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 (2) hide show
  1. package/README.md +6 -4
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -337,16 +337,18 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
337
337
 
338
338
  <!-- BOARD_START -->
339
339
 
340
- ## 📊 Backlog.md Project Status (v1.13.4)
340
+ ## 📊 Backlog.md Project Status (v1.13.5)
341
341
 
342
342
  This board was automatically generated by [Backlog.md](https://backlog.md)
343
343
 
344
- Generated on: 2025-09-22 21:36:55
344
+ Generated on: 2025-09-27 13:47:39
345
345
 
346
346
  | To Do | In Progress | Done |
347
347
  | --- | --- | --- |
348
- | **TASK-270** - Prevent command substitution in task creation inputs [@codex] | **TASK-273** - Refactor search [@codex]<br>*#core #search* | └─ **TASK-273.06** - 273.06: Web UI on centralized search [@codex]<br>*#web #search #ui* |
349
- | **TASK-268** - Show agent instruction version status [@codex] | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | └─ **TASK-273.05** - 273.05: Server endpoints on shared store/search [@codex]<br>*#server #search #infra* |
348
+ | **TASK-276** - Implement drag mode for TUI kanban board | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-279** - Add cleanup functionality to web UI for managing completed tasks [@claude] |
349
+ | **TASK-275** - Extract task reordering logic to core module | **TASK-273** - Refactor search [@codex]<br>*#core #search* | **TASK-274** - Fix Kanban boards missing live updates [@claude] |
350
+ | **TASK-270** - Prevent command substitution in task creation inputs [@codex] | | └─ **TASK-273.06** - 273.06: Web UI on centralized search [@codex]<br>*#web #search #ui* |
351
+ | **TASK-268** - Show agent instruction version status [@codex] | | └─ **TASK-273.05** - 273.05: Server endpoints on shared store/search [@codex]<br>*#server #search #infra* |
350
352
  | **TASK-267** - Add agent instruction version metadata [@codex] | | └─ **TASK-273.04** - 273.04: CLI & TUI search integration [@codex]<br>*#cli #tui #search* |
351
353
  | **TASK-262** - TUI: Show all configured status columns in Kanban [@codex]<br>*#tui #board #kanban #config #parity* | | └─ **TASK-273.03** - 273.03: Build core Fuse search service [@codex]<br>*#core #search* |
352
354
  | **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | └─ **TASK-273.02** - 273.02: Introduce shared content store [@codex]<br>*#core #infra #search* |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backlog.md",
3
- "version": "1.13.5",
3
+ "version": "1.14.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.13.5",
17
- "backlog.md-linux-arm64": "1.13.5",
18
- "backlog.md-darwin-x64": "1.13.5",
19
- "backlog.md-darwin-arm64": "1.13.5",
20
- "backlog.md-windows-x64": "1.13.5"
16
+ "backlog.md-linux-x64": "1.14.1",
17
+ "backlog.md-linux-arm64": "1.14.1",
18
+ "backlog.md-darwin-x64": "1.14.1",
19
+ "backlog.md-darwin-arm64": "1.14.1",
20
+ "backlog.md-windows-x64": "1.14.1"
21
21
  },
22
22
  "scripts": {
23
23
  "postuninstall": "node postuninstall.cjs"