backlog.md-darwin-x64 1.29.5 → 1.30.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.
- package/README.md +13 -13
- package/backlog +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -196,8 +196,9 @@ 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` |
|
|
199
200
|
| 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` |
|
|
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` |
|
|
201
202
|
| List tasks | `backlog task list [-s <status>] [-a <assignee>] [-p <parent>]` |
|
|
202
203
|
| List by parent | `backlog task list --parent 42` or `backlog task list -p task-42` |
|
|
203
204
|
| View detail | `backlog task 7` (interactive UI, press 'E' to edit in editor) |
|
|
@@ -460,23 +461,23 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
|
|
|
460
461
|
|
|
461
462
|
<!-- BOARD_START -->
|
|
462
463
|
|
|
463
|
-
## 📊 Backlog.md Project Status (v1.29.
|
|
464
|
+
## 📊 Backlog.md Project Status (v1.29.5)
|
|
464
465
|
|
|
465
466
|
This board was automatically generated by [Backlog.md](https://backlog.md)
|
|
466
467
|
|
|
467
|
-
Generated on: 2026-01-16
|
|
468
|
+
Generated on: 2026-01-16 19:05:48
|
|
468
469
|
|
|
469
470
|
| To Do | In Progress | Done |
|
|
470
471
|
| --- | --- | --- |
|
|
471
|
-
| **BACK-366** - Evaluate and replace prompts library with clack in CLI wizards [@codex] | | **BACK-
|
|
472
|
-
| └─ **BACK-366.03** - Refactor remaining CLI prompt flows and tests to clack [@codex] | | **BACK-
|
|
473
|
-
| └─ **BACK-366.01** - Refactor init wizard prompts to clack [@codex] | | **BACK-
|
|
474
|
-
| └─ **BACK-366.02** - Refactor advanced config wizard prompts to clack [@codex] | | **BACK-
|
|
475
|
-
| **BACK-361** - Add label-based filtering to TUI and web UI task list views<br>*#tui #web #enhancement* | | **BACK-
|
|
476
|
-
| **BACK-356** - Add references field to task domain object | | **BACK-
|
|
477
|
-
| └─ **BACK-355.06** - Web UI: Display and edit task type<br>*#web* | | **BACK-
|
|
478
|
-
| **BACK-355** - Add task type field (bug, feature, enhancement, etc.)<br>*#enhancement #core #cli #mcp #web* | |
|
|
479
|
-
| └─ **BACK-355.01** - Core: Add type field to task domain model and persistence<br>*#core* | |
|
|
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* |
|
|
480
481
|
| └─ **BACK-355.02** - CLI: Add --type flag to task create and edit commands<br>*#cli* | | |
|
|
481
482
|
| └─ **BACK-355.03** - MCP: Add type parameter to task_create and task_edit tools<br>*#mcp* | | |
|
|
482
483
|
| └─ **BACK-355.04** - Filtering: Add type-based filtering to task list and search<br>*#core #cli #mcp* | | |
|
|
@@ -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
CHANGED
|
Binary file
|