backlog.md-windows-x64 1.30.0 → 1.31.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 (3) hide show
  1. package/README.md +15 -16
  2. package/backlog.exe +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -197,8 +197,9 @@ You can rerun the wizard anytime with `backlog config`. All existing CLI flags (
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
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` |
200
201
  | Create sub task | `backlog task create -p 14 "Add Login with Google"`|
201
- | 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 docs/spec.md -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` |
202
203
  | List tasks | `backlog task list [-s <status>] [-a <assignee>] [-p <parent>]` |
203
204
  | List by parent | `backlog task list --parent 42` or `backlog task list -p task-42` |
204
205
  | View detail | `backlog task 7` (interactive UI, press 'E' to edit in editor) |
@@ -461,26 +462,25 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
461
462
 
462
463
  <!-- BOARD_START -->
463
464
 
464
- ## 📊 Backlog.md Project Status (v1.29.5)
465
+ ## 📊 Backlog.md Project Status (v1.31.0)
465
466
 
466
467
  This board was automatically generated by [Backlog.md](https://backlog.md)
467
468
 
468
- Generated on: 2026-01-16 19:05:48
469
+ Generated on: 2026-01-16 20:47:02
469
470
 
470
471
  | To Do | In Progress | Done |
471
472
  | --- | --- | --- |
472
- | **BACK-366** - Evaluate and replace prompts library with clack in CLI wizards [@codex] | | **BACK-351** - Strengthen MCP task creation guidance for standalone tasks [@codex] |
473
- | └─ **BACK-366.03** - Refactor remaining CLI prompt flows and tests to clack [@codex] | | **BACK-362** - Include completed tasks in MCP task_search results [@codex]<br>*#mcp #enhancement* |
474
- | └─ **BACK-366.01** - Refactor init wizard prompts to clack [@codex] | | **BACK-358** - Rename Task Completion Guide to Task Finalization Guide [@codex]<br>*#documentation #workflow* |
475
- | └─ **BACK-366.02** - Refactor advanced config wizard prompts to clack [@codex] | | **BACK-365** - Fix acceptance criteria insertion adding blank lines [@codex] |
476
- | **BACK-361** - Add label-based filtering to TUI and web UI task list views<br>*#tui #web #enhancement* | | **BACK-364** - Fix getTask() to use configured prefix for numeric ID lookups [@codex]<br>*#bug #mcp* |
477
- | **BACK-356** - Add references field to task domain object | | **BACK-363** - Fix localById case mismatch in cross-branch task loading [@codex]<br>*#core #bug* |
478
- | └─ **BACK-355.06** - Web UI: Display and edit task type<br>*#web* | | **BACK-360** - Fix cross-branch index case mismatch for custom prefixes [@codex]<br>*#bug #cross-branch #prefix-config* |
479
- | **BACK-355** - Add task type field (bug, feature, enhancement, etc.)<br>*#enhancement #core #cli #mcp #web* | | **BACK-359** - Pass configured task prefix to cross-branch loading functions [@codex]<br>*#bug #cross-branch #prefix-config* |
480
- | └─ **BACK-355.01** - Core: Add type field to task domain model and persistence<br>*#core* | | └─ **BACK-345.10** - Fix ID generation bugs and cleanup prefix-config leftovers [@codex]<br>*#bug #refactor #tdd* |
481
- | └─ **BACK-355.02** - CLI: Add --type flag to task create and edit commands<br>*#cli* | | |
482
- | └─ **BACK-355.03** - MCP: Add type parameter to task_create and task_edit tools<br>*#mcp* | | |
483
- | └─ **BACK-355.04** - Filtering: Add type-based filtering to task list and search<br>*#core #cli #mcp* | | |
473
+ | **BACK-366** - Evaluate and replace prompts library with clack in CLI wizards [@codex] | | **BACK-353** - Add documentation field to task domain object [@codex] |
474
+ | └─ **BACK-366.03** - Refactor remaining CLI prompt flows and tests to clack [@codex] | | **BACK-356** - Add references field to task domain object [@codex] |
475
+ | └─ **BACK-366.01** - Refactor init wizard prompts to clack [@codex] | | **BACK-351** - Strengthen MCP task creation guidance for standalone tasks [@codex] |
476
+ | └─ **BACK-366.02** - Refactor advanced config wizard prompts to clack [@codex] | | **BACK-362** - Include completed tasks in MCP task_search results [@codex]<br>*#mcp #enhancement* |
477
+ | **BACK-361** - Add label-based filtering to TUI and web UI task list views<br>*#tui #web #enhancement* | | **BACK-358** - Rename Task Completion Guide to Task Finalization Guide [@codex]<br>*#documentation #workflow* |
478
+ | └─ **BACK-355.06** - Web UI: Display and edit task type<br>*#web* | | **BACK-365** - Fix acceptance criteria insertion adding blank lines [@codex] |
479
+ | **BACK-355** - Add task type field (bug, feature, enhancement, etc.)<br>*#enhancement #core #cli #mcp #web* | | **BACK-364** - Fix getTask() to use configured prefix for numeric ID lookups [@codex]<br>*#bug #mcp* |
480
+ | └─ **BACK-355.01** - Core: Add type field to task domain model and persistence<br>*#core* | | **BACK-363** - Fix localById case mismatch in cross-branch task loading [@codex]<br>*#core #bug* |
481
+ | └─ **BACK-355.02** - CLI: Add --type flag to task create and edit commands<br>*#cli* | | **BACK-360** - Fix cross-branch index case mismatch for custom prefixes [@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-359** - Pass configured task prefix to cross-branch loading functions [@codex]<br>*#bug #cross-branch #prefix-config* |
483
+ | └─ **BACK-355.04** - Filtering: Add type-based filtering to task list and search<br>*#core #cli #mcp* | | └─ **BACK-345.10** - Fix ID generation bugs and cleanup prefix-config leftovers [@codex]<br>*#bug #refactor #tdd* |
484
484
  | └─ **BACK-355.05** - TUI: Display task type in board and detail views<br>*#tui* | | |
485
485
  | └─ **BACK-354.02** - CLI + MCP: DoD create options and outputs [@codex] | | |
486
486
  | └─ **BACK-354.03** - Web UI: DoD in task modal and create flow [@codex] | | |
@@ -488,7 +488,6 @@ Generated on: 2026-01-16 19:05:48
488
488
  | **BACK-354** - Project Definition of Done defaults [@codex] | | |
489
489
  | └─ **BACK-354.05** - Web UI: edit Definition of Done defaults in Settings [@codex] | | |
490
490
  | └─ **BACK-354.01** - Core: Definition of Done defaults and persistence [@codex] | | |
491
- | **BACK-353** - Add documentation field to task domain object | | |
492
491
  | **BACK-352** - Include subtask list in plain task output (CLI + MCP) | | |
493
492
  | **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* | | |
494
493
  | └─ **BACK-24.02** - CLI TUI: Add milestone swimlanes to interactive board view<br>*#cli #tui #enhancement* | | |
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.30.0",
3
+ "version": "1.31.1",
4
4
  "os": ["win32"],
5
5
  "cpu": ["x64"],
6
6
  "files": ["backlog.exe","package.json","LICENSE"],