backlog.md-darwin-x64 1.29.3 → 1.29.5

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