backlog.md-windows-x64 1.29.2 → 1.29.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.
Files changed (3) hide show
  1. package/README.md +11 -4
  2. package/backlog.exe +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -460,16 +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.29.1)
463
+ ## 📊 Backlog.md Project Status (v1.29.3)
464
464
 
465
465
  This board was automatically generated by [Backlog.md](https://backlog.md)
466
466
 
467
- Generated on: 2026-01-15 19:55:07
467
+ Generated on: 2026-01-15 22:21:54
468
468
 
469
469
  | To Do | In Progress | Done |
470
470
  | --- | --- | --- |
471
- | **BACK-358** - Add cross-reference from execution guide to completion guide<br>*#documentation #workflow* | | **BACK-359** - Pass configured task prefix to cross-branch loading functions [@codex]<br>*#bug #cross-branch #prefix-config* |
472
- | **BACK-356** - Add references field to task domain object | | └─ **BACK-345.10** - Fix ID generation bugs and cleanup prefix-config leftovers [@codex]<br>*#bug #refactor #tdd* |
471
+ | **BACK-366** - Evaluate and replace prompts library with clack in CLI wizards [@codex] | | **BACK-364** - Fix getTask() to use configured prefix for numeric ID lookups [@codex]<br>*#bug #mcp* |
472
+ | └─ **BACK-366.03** - Refactor remaining CLI prompt flows and tests to clack [@codex] | | **BACK-363** - Fix localById case mismatch in cross-branch task loading [@codex]<br>*#core #bug* |
473
+ | └─ **BACK-366.01** - Refactor init wizard prompts to clack [@codex] | | **BACK-360** - Fix cross-branch index case mismatch for custom prefixes [@codex]<br>*#bug #cross-branch #prefix-config* |
474
+ | └─ **BACK-366.02** - Refactor advanced config wizard prompts to clack [@codex] | | **BACK-359** - Pass configured task prefix to cross-branch loading functions [@codex]<br>*#bug #cross-branch #prefix-config* |
475
+ | **BACK-365** - Fix acceptance criteria insertion adding blank lines | | └─ **BACK-345.10** - Fix ID generation bugs and cleanup prefix-config leftovers [@codex]<br>*#bug #refactor #tdd* |
476
+ | **BACK-362** - Include completed tasks in MCP task_search results<br>*#mcp #enhancement* | | |
477
+ | **BACK-361** - Add label-based filtering to TUI and web UI task list views<br>*#tui #web #enhancement* | | |
478
+ | **BACK-358** - Add cross-reference from execution guide to completion guide<br>*#documentation #workflow* | | |
479
+ | **BACK-356** - Add references field to task domain object | | |
473
480
  | └─ **BACK-355.06** - Web UI: Display and edit task type<br>*#web* | | |
474
481
  | **BACK-355** - Add task type field (bug, feature, enhancement, etc.)<br>*#enhancement #core #cli #mcp #web* | | |
475
482
  | └─ **BACK-355.01** - Core: Add type field to task domain model and persistence<br>*#core* | | |
package/backlog.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backlog.md-windows-x64",
3
- "version": "1.29.2",
3
+ "version": "1.29.4",
4
4
  "os": ["win32"],
5
5
  "cpu": ["x64"],
6
6
  "files": ["backlog.exe","package.json","LICENSE"],