backlog.md 1.34.0 → 1.35.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 +28 -28
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -198,6 +198,7 @@ You can rerun the wizard anytime with `backlog config`. All existing CLI flags (
|
|
|
198
198
|
| Add DoD items on create | `backlog task create "Feature" --dod "Run tests"` |
|
|
199
199
|
| Create without DoD defaults | `backlog task create "Feature" --no-dod-defaults` |
|
|
200
200
|
| Create with notes | `backlog task create "Feature" --notes "Started initial research"` |
|
|
201
|
+
| Create with final summary | `backlog task create "Feature" --final-summary "PR-style summary"` |
|
|
201
202
|
| Create with deps | `backlog task create "Feature" --dep task-1,task-2` |
|
|
202
203
|
| Create with refs | `backlog task create "Feature" --ref https://docs.example.com --ref src/api.ts` |
|
|
203
204
|
| Create with docs | `backlog task create "Feature" --doc https://design-docs.example.com --doc docs/spec.md` |
|
|
@@ -222,10 +223,13 @@ You can rerun the wizard anytime with `backlog config`. All existing CLI flags (
|
|
|
222
223
|
| Mixed DoD operations | `backlog task edit 7 --check-dod 1 --uncheck-dod 2 --remove-dod 4` |
|
|
223
224
|
| Add notes | `backlog task edit 7 --notes "Completed X, working on Y"` (replaces existing) |
|
|
224
225
|
| Append notes | `backlog task edit 7 --append-notes "New findings"` |
|
|
226
|
+
| Add final summary | `backlog task edit 7 --final-summary "PR-style summary"` |
|
|
227
|
+
| Append final summary | `backlog task edit 7 --append-final-summary "More details"` |
|
|
228
|
+
| Clear final summary | `backlog task edit 7 --clear-final-summary` |
|
|
225
229
|
| Add deps | `backlog task edit 7 --dep task-1 --dep task-2` |
|
|
226
230
|
| Archive | `backlog task archive 7` |
|
|
227
231
|
|
|
228
|
-
#### Multi‑line input (description/plan/notes)
|
|
232
|
+
#### Multi‑line input (description/plan/notes/final summary)
|
|
229
233
|
|
|
230
234
|
The CLI preserves input literally; `\n` sequences are not auto‑converted. Use one of the following to insert real newlines:
|
|
231
235
|
|
|
@@ -234,6 +238,8 @@ The CLI preserves input literally; `\n` sequences are not auto‑converted. Use
|
|
|
234
238
|
- Plan: `backlog task edit 7 --plan $'1. Research\n2. Implement'`
|
|
235
239
|
- Notes: `backlog task edit 7 --notes $'Completed A\nWorking on B'`
|
|
236
240
|
- Append notes: `backlog task edit 7 --append-notes $'Added X\nAdded Y'`
|
|
241
|
+
- Final summary: `backlog task edit 7 --final-summary $'Shipped A\nAdded B'`
|
|
242
|
+
- Append final summary: `backlog task edit 7 --append-final-summary $'Added X\nAdded Y'`
|
|
237
243
|
- **POSIX sh (printf)**
|
|
238
244
|
- `backlog task create "Feature" --desc "$(printf 'Line1\nLine2\n\nFinal paragraph')"`
|
|
239
245
|
- **PowerShell (backtick)**
|
|
@@ -483,39 +489,33 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
|
|
|
483
489
|
|
|
484
490
|
<!-- BOARD_START -->
|
|
485
491
|
|
|
486
|
-
## 📊 Backlog.md Project Status (v1.
|
|
492
|
+
## 📊 Backlog.md Project Status (v1.34.0)
|
|
487
493
|
|
|
488
494
|
This board was automatically generated by [Backlog.md](https://backlog.md)
|
|
489
495
|
|
|
490
|
-
Generated on: 2026-01-18
|
|
496
|
+
Generated on: 2026-01-18 13:48:13
|
|
491
497
|
|
|
492
498
|
| To Do | In Progress | Done |
|
|
493
499
|
| --- | --- | --- |
|
|
494
|
-
| **BACK-367** - Add Final Summary field to tasks for PR-style completion notes<br>*#enhancement #core #cli #mcp #workflow* | | **BACK-
|
|
495
|
-
| └─ **BACK-367.01** - CLI and plain text formatter integration for Final Summary field<br>*#cli #enhancement* | | **BACK-
|
|
496
|
-
| └─ **BACK-367.02** - MCP tools and schemas integration for Final Summary field<br>*#mcp #enhancement* | | **BACK-
|
|
497
|
-
| └─ **BACK-367.03** - Web UI integration for Final Summary field<br>*#web #enhancement* | | **BACK-
|
|
498
|
-
| └─ **BACK-367.04** - TUI task viewer integration for Final Summary field<br>*#tui #enhancement* | | **BACK-
|
|
499
|
-
| **BACK-366** - Evaluate and replace prompts library with clack in CLI wizards [@codex] | | **BACK-
|
|
500
|
-
| └─ **BACK-366.03** - Refactor remaining CLI prompt flows and tests to clack [@codex] | | **BACK-
|
|
501
|
-
| └─ **BACK-366.01** - Refactor init wizard prompts to clack [@codex] | | **BACK-
|
|
502
|
-
| └─ **BACK-366.02** - Refactor advanced config wizard prompts to clack [@codex] | | **BACK-
|
|
503
|
-
| **BACK-361** - Add label-based filtering to TUI and web UI task list views<br>*#tui #web #enhancement* | | **BACK-
|
|
504
|
-
| **BACK-355** - Add task type field (bug, feature, enhancement, etc.)<br>*#enhancement #core #cli #mcp #web* | | **BACK-
|
|
505
|
-
| └─ **BACK-355.06** - Web UI: Display and edit task type<br>*#web* | | **BACK-
|
|
506
|
-
| └─ **BACK-355.01** - Core: Add type field to task domain model and persistence<br>*#core* | |
|
|
507
|
-
| └─ **BACK-355.02** - CLI: Add --type flag to task create and edit commands<br>*#cli* | |
|
|
508
|
-
| └─ **BACK-355.03** - MCP: Add type parameter to task_create and task_edit tools<br>*#mcp* | |
|
|
509
|
-
| └─ **BACK-355.04** - Filtering: Add type-based filtering to task list and search<br>*#core #cli #mcp* | |
|
|
510
|
-
| └─ **BACK-355.05** - TUI: Display task type in board and detail views<br>*#tui* | |
|
|
511
|
-
| **BACK-
|
|
512
|
-
| └─ **BACK-
|
|
513
|
-
| └─ **BACK-354.03** - Web UI: DoD in task modal and create flow [@codex] | | |
|
|
514
|
-
| └─ **BACK-354.04** - TUI: DoD in task detail and kanban popup [@codex] | | |
|
|
515
|
-
| └─ **BACK-354.05** - Web UI: edit Definition of Done defaults in Settings [@codex] | | |
|
|
516
|
-
| └─ **BACK-354.01** - Core: Definition of Done defaults and persistence [@codex] | | |
|
|
517
|
-
| **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* | | |
|
|
518
|
-
| └─ **BACK-24.02** - CLI TUI: Add milestone swimlanes to interactive board view<br>*#cli #tui #enhancement* | | |
|
|
500
|
+
| **BACK-367** - Add Final Summary field to tasks for PR-style completion notes<br>*#enhancement #core #cli #mcp #workflow* | | **BACK-354** - Project Definition of Done defaults [@codex] |
|
|
501
|
+
| └─ **BACK-367.01** - CLI and plain text formatter integration for Final Summary field<br>*#cli #enhancement* | | └─ **BACK-354.01** - Core: Definition of Done defaults and persistence [@codex] |
|
|
502
|
+
| └─ **BACK-367.02** - MCP tools and schemas integration for Final Summary field<br>*#mcp #enhancement* | | └─ **BACK-354.02** - CLI + MCP: DoD create options and outputs [@codex] |
|
|
503
|
+
| └─ **BACK-367.03** - Web UI integration for Final Summary field<br>*#web #enhancement* | | └─ **BACK-354.03** - Web UI: DoD in task modal and create flow [@codex] |
|
|
504
|
+
| └─ **BACK-367.04** - TUI task viewer integration for Final Summary field<br>*#tui #enhancement* | | └─ **BACK-354.04** - TUI: DoD in task detail and kanban popup [@codex] |
|
|
505
|
+
| **BACK-366** - Evaluate and replace prompts library with clack in CLI wizards [@codex] | | └─ **BACK-354.05** - Web UI: edit Definition of Done defaults in Settings [@codex] |
|
|
506
|
+
| └─ **BACK-366.03** - Refactor remaining CLI prompt flows and tests to clack [@codex] | | **BACK-346** - Add milestone completion/archival workflow [@codex]<br>*#milestones #enhancement #ux* |
|
|
507
|
+
| └─ **BACK-366.01** - Refactor init wizard prompts to clack [@codex] | | **BACK-352** - Include subtask list in plain task output (CLI + MCP) [@codex] |
|
|
508
|
+
| └─ **BACK-366.02** - Refactor advanced config wizard prompts to clack [@codex] | | **BACK-353** - Add documentation field to task domain object [@codex] |
|
|
509
|
+
| **BACK-361** - Add label-based filtering to TUI and web UI task list views<br>*#tui #web #enhancement* | | **BACK-356** - Add references field to task domain object [@codex] |
|
|
510
|
+
| **BACK-355** - Add task type field (bug, feature, enhancement, etc.)<br>*#enhancement #core #cli #mcp #web* | | **BACK-351** - Strengthen MCP task creation guidance for standalone tasks [@codex] |
|
|
511
|
+
| └─ **BACK-355.06** - Web UI: Display and edit task type<br>*#web* | | **BACK-362** - Include completed tasks in MCP task_search results [@codex]<br>*#mcp #enhancement* |
|
|
512
|
+
| └─ **BACK-355.01** - Core: Add type field to task domain model and persistence<br>*#core* | | **BACK-358** - Rename Task Completion Guide to Task Finalization Guide [@codex]<br>*#documentation #workflow* |
|
|
513
|
+
| └─ **BACK-355.02** - CLI: Add --type flag to task create and edit commands<br>*#cli* | | **BACK-365** - Fix acceptance criteria insertion adding blank lines [@codex] |
|
|
514
|
+
| └─ **BACK-355.03** - MCP: Add type parameter to task_create and task_edit tools<br>*#mcp* | | **BACK-364** - Fix getTask() to use configured prefix for numeric ID lookups [@codex]<br>*#bug #mcp* |
|
|
515
|
+
| └─ **BACK-355.04** - Filtering: Add type-based filtering to task list and search<br>*#core #cli #mcp* | | **BACK-363** - Fix localById case mismatch in cross-branch task loading [@codex]<br>*#core #bug* |
|
|
516
|
+
| └─ **BACK-355.05** - TUI: Display task type in board and detail views<br>*#tui* | | **BACK-360** - Fix cross-branch index case mismatch for custom prefixes [@codex]<br>*#bug #cross-branch #prefix-config* |
|
|
517
|
+
| **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* | | **BACK-359** - Pass configured task prefix to cross-branch loading functions [@codex]<br>*#bug #cross-branch #prefix-config* |
|
|
518
|
+
| └─ **BACK-24.02** - CLI TUI: Add milestone swimlanes to interactive board view<br>*#cli #tui #enhancement* | | └─ **BACK-345.10** - Fix ID generation bugs and cleanup prefix-config leftovers [@codex]<br>*#bug #refactor #tdd* |
|
|
519
519
|
| **BACK-239** - Feature: Auto-link tasks to documents/decisions + backlinks [@codex]<br>*#web #enhancement #docs* | | |
|
|
520
520
|
| **BACK-347** - Add milestone editing in Web UI<br>*#milestones #web-ui #enhancement* | | |
|
|
521
521
|
| **BACK-348** - Redesign All Tasks page with table layout<br>*#web-ui #design #enhancement #ux* | | |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "backlog.md",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.35.0",
|
|
4
4
|
"module": "src/cli.ts",
|
|
5
5
|
"files": [
|
|
6
6
|
"cli.js",
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"backlog": "cli.js"
|
|
15
15
|
},
|
|
16
16
|
"optionalDependencies": {
|
|
17
|
-
"backlog.md-linux-x64": "1.
|
|
18
|
-
"backlog.md-linux-arm64": "1.
|
|
19
|
-
"backlog.md-darwin-x64": "1.
|
|
20
|
-
"backlog.md-darwin-arm64": "1.
|
|
21
|
-
"backlog.md-windows-x64": "1.
|
|
17
|
+
"backlog.md-linux-x64": "1.35.0",
|
|
18
|
+
"backlog.md-linux-arm64": "1.35.0",
|
|
19
|
+
"backlog.md-darwin-x64": "1.35.0",
|
|
20
|
+
"backlog.md-darwin-arm64": "1.35.0",
|
|
21
|
+
"backlog.md-windows-x64": "1.35.0"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
24
|
"postuninstall": "node postuninstall.cjs"
|