backlog.md-windows-x64 1.29.5 → 1.31.0

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 +15 -15
  2. package/backlog.exe +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -196,8 +196,10 @@ You can rerun the wizard anytime with `backlog config`. All existing CLI flags (
196
196
  | Create with AC | `backlog task create "Feature" --ac "Must work,Must be tested"` |
197
197
  | Create with notes | `backlog task create "Feature" --notes "Started initial research"` |
198
198
  | Create with deps | `backlog task create "Feature" --dep task-1,task-2` |
199
+ | Create with refs | `backlog task create "Feature" --ref https://docs.example.com --ref src/api.ts` |
200
+ | Create with docs | `backlog task create "Feature" --doc https://design-docs.example.com --doc docs/spec.md` |
199
201
  | Create sub task | `backlog task create -p 14 "Add Login with Google"`|
200
- | Create (all options) | `backlog task create "Feature" -d "Description" -a @sara -s "To Do" -l auth --priority high --ac "Must work" --notes "Initial setup done" --dep task-1 -p 14` |
202
+ | Create (all options) | `backlog task create "Feature" -d "Description" -a @sara -s "To Do" -l auth --priority high --ac "Must work" --notes "Initial setup done" --dep task-1 --ref src/api.ts --doc docs/spec.md -p 14` |
201
203
  | List tasks | `backlog task list [-s <status>] [-a <assignee>] [-p <parent>]` |
202
204
  | List by parent | `backlog task list --parent 42` or `backlog task list -p task-42` |
203
205
  | View detail | `backlog task 7` (interactive UI, press 'E' to edit in editor) |
@@ -460,25 +462,24 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
460
462
 
461
463
  <!-- BOARD_START -->
462
464
 
463
- ## 📊 Backlog.md Project Status (v1.29.4)
465
+ ## 📊 Backlog.md Project Status (v1.30.0)
464
466
 
465
467
  This board was automatically generated by [Backlog.md](https://backlog.md)
466
468
 
467
- Generated on: 2026-01-16 18:41:42
469
+ Generated on: 2026-01-16 20:02:10
468
470
 
469
471
  | To Do | In Progress | Done |
470
472
  | --- | --- | --- |
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* |
479
- | └─ **BACK-355.01** - Core: Add type field to task domain model and persistence<br>*#core* | | |
480
- | └─ **BACK-355.02** - CLI: Add --type flag to task create and edit commands<br>*#cli* | | |
481
- | └─ **BACK-355.03** - MCP: Add type parameter to task_create and task_edit tools<br>*#mcp* | | |
473
+ | **BACK-366** - Evaluate and replace prompts library with clack in CLI wizards [@codex] | | **BACK-356** - Add references field to task domain object [@codex] |
474
+ | └─ **BACK-366.03** - Refactor remaining CLI prompt flows and tests to clack [@codex] | | **BACK-351** - Strengthen MCP task creation guidance for standalone tasks [@codex] |
475
+ | └─ **BACK-366.01** - Refactor init wizard prompts to clack [@codex] | | **BACK-362** - Include completed tasks in MCP task_search results [@codex]<br>*#mcp #enhancement* |
476
+ | └─ **BACK-366.02** - Refactor advanced config wizard prompts to clack [@codex] | | **BACK-358** - Rename Task Completion Guide to Task Finalization Guide [@codex]<br>*#documentation #workflow* |
477
+ | **BACK-361** - Add label-based filtering to TUI and web UI task list views<br>*#tui #web #enhancement* | | **BACK-365** - Fix acceptance criteria insertion adding blank lines [@codex] |
478
+ | └─ **BACK-355.06** - Web UI: Display and edit task type<br>*#web* | | **BACK-364** - Fix getTask() to use configured prefix for numeric ID lookups [@codex]<br>*#bug #mcp* |
479
+ | **BACK-355** - Add task type field (bug, feature, enhancement, etc.)<br>*#enhancement #core #cli #mcp #web* | | **BACK-363** - Fix localById case mismatch in cross-branch task loading [@codex]<br>*#core #bug* |
480
+ | └─ **BACK-355.01** - Core: Add type field to task domain model and persistence<br>*#core* | | **BACK-360** - Fix cross-branch index case mismatch for custom prefixes [@codex]<br>*#bug #cross-branch #prefix-config* |
481
+ | └─ **BACK-355.02** - CLI: Add --type flag to task create and edit commands<br>*#cli* | | **BACK-359** - Pass configured task prefix to cross-branch loading functions [@codex]<br>*#bug #cross-branch #prefix-config* |
482
+ | └─ **BACK-355.03** - MCP: Add type parameter to task_create and task_edit tools<br>*#mcp* | | └─ **BACK-345.10** - Fix ID generation bugs and cleanup prefix-config leftovers [@codex]<br>*#bug #refactor #tdd* |
482
483
  | └─ **BACK-355.04** - Filtering: Add type-based filtering to task list and search<br>*#core #cli #mcp* | | |
483
484
  | └─ **BACK-355.05** - TUI: Display task type in board and detail views<br>*#tui* | | |
484
485
  | └─ **BACK-354.02** - CLI + MCP: DoD create options and outputs [@codex] | | |
@@ -487,7 +488,6 @@ Generated on: 2026-01-16 18:41:42
487
488
  | **BACK-354** - Project Definition of Done defaults [@codex] | | |
488
489
  | └─ **BACK-354.05** - Web UI: edit Definition of Done defaults in Settings [@codex] | | |
489
490
  | └─ **BACK-354.01** - Core: Definition of Done defaults and persistence [@codex] | | |
490
- | **BACK-351** - Strengthen MCP task creation guidance for standalone tasks | | |
491
491
  | **BACK-353** - Add documentation field to task domain object | | |
492
492
  | **BACK-352** - Include subtask list in plain task output (CLI + MCP) | | |
493
493
  | **BACK-349** - Publish Backlog.md as an Agent Skill with bundled guidance (no MCP resources required for instructions) [@codex]<br>*#agent-skills #mcp #docs #distribution* | | |
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.5",
3
+ "version": "1.31.0",
4
4
  "os": ["win32"],
5
5
  "cpu": ["x64"],
6
6
  "files": ["backlog.exe","package.json","LICENSE"],