backlog.md 1.7.2 → 1.8.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 +20 -12
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -137,7 +137,13 @@ When re-initializing an existing project, all current configuration values are p
|
|
|
137
137
|
| View (AI mode) | `backlog task 7 --plain` |
|
|
138
138
|
| Edit | `backlog task edit 7 -a @sara -l auth,backend` |
|
|
139
139
|
| Add plan | `backlog task edit 7 --plan "Implementation approach"` |
|
|
140
|
-
| Add AC | `backlog task edit 7 --ac "New criterion
|
|
140
|
+
| Add AC | `backlog task edit 7 --ac "New criterion" --ac "Another one"` |
|
|
141
|
+
| Remove AC | `backlog task edit 7 --remove-ac 2` (removes AC #2) |
|
|
142
|
+
| Remove multiple ACs | `backlog task edit 7 --remove-ac 2 --remove-ac 4` (removes AC #2 and #4) |
|
|
143
|
+
| Check AC | `backlog task edit 7 --check-ac 1` (marks AC #1 as done) |
|
|
144
|
+
| Check multiple ACs | `backlog task edit 7 --check-ac 1 --check-ac 3` (marks AC #1 and #3 as done) |
|
|
145
|
+
| Uncheck AC | `backlog task edit 7 --uncheck-ac 3` (marks AC #3 as not done) |
|
|
146
|
+
| Mixed AC operations | `backlog task edit 7 --check-ac 1 --uncheck-ac 2 --remove-ac 4` |
|
|
141
147
|
| Add notes | `backlog task edit 7 --notes "Completed X, working on Y"` |
|
|
142
148
|
| Add deps | `backlog task edit 7 --dep task-1 --dep task-2` |
|
|
143
149
|
| Archive | `backlog task archive 7` |
|
|
@@ -287,23 +293,25 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
|
|
|
287
293
|
|
|
288
294
|
<!-- BOARD_START -->
|
|
289
295
|
|
|
290
|
-
## 📊 Backlog.md Project Status (v1.7.
|
|
296
|
+
## 📊 Backlog.md Project Status (v1.7.3)
|
|
291
297
|
|
|
292
298
|
This board was automatically generated by [Backlog.md](https://backlog.md)
|
|
293
299
|
|
|
294
|
-
Generated on: 2025-08-
|
|
300
|
+
Generated on: 2025-08-09 18:36:02
|
|
295
301
|
|
|
296
302
|
| To Do | In Progress | Done |
|
|
297
303
|
| --- | --- | --- |
|
|
298
|
-
| **TASK-
|
|
299
|
-
| **TASK-222** - Improve task and subtask visualization in web UI | | **TASK-
|
|
300
|
-
| **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-
|
|
301
|
-
| **TASK-216** - Add server API endpoints and web UI for sequences<br>*#sequences #api #backend #web-ui #frontend* | | **TASK-
|
|
302
|
-
| **TASK-215** - Implement TUI view for sequences<br>*#sequences #tui #ui* | | **TASK-
|
|
303
|
-
| **TASK-214** - Add CLI command to list sequences (plain text output)<br>*#sequences #cli* | | **TASK-
|
|
304
|
-
| **TASK-213** - Compute sequences from task dependencies<br>*#sequences #core* | | **TASK-
|
|
305
|
-
| **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | **TASK-
|
|
306
|
-
| **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | **TASK-
|
|
304
|
+
| **TASK-226** - Web UI: interactive acceptance criteria editor; CLI: per-index add/remove<br>*#web-ui #cli #enhancement* | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-225** - Fix CLI board command ignoring checkActiveBranches config setting<br>*#bug #performance* |
|
|
305
|
+
| **TASK-222** - Improve task and subtask visualization in web UI | | **TASK-223** - Optimize statistics dashboard loading performance [@claude]<br>*#performance #web-ui #statistics* |
|
|
306
|
+
| **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-224** - Add non-interactive flags to init command for automation support [@claude]<br>*#cli #enhancement* |
|
|
307
|
+
| **TASK-216** - Add server API endpoints and web UI for sequences<br>*#sequences #api #backend #web-ui #frontend* | | **TASK-181** - Add statistics dashboard to web UI |
|
|
308
|
+
| **TASK-215** - Implement TUI view for sequences<br>*#sequences #tui #ui* | | **TASK-211** - Add version number display to browser UI<br>*#ui #frontend #enhancement* |
|
|
309
|
+
| **TASK-214** - Add CLI command to list sequences (plain text output)<br>*#sequences #cli* | | **TASK-212** - Improve board export UI formatting and readability<br>*#formatting #dx #cli* |
|
|
310
|
+
| **TASK-213** - Compute sequences from task dependencies<br>*#sequences #core* | | **TASK-206** - Order done column by updatedDate in board export<br>*#board #export #sorting* |
|
|
311
|
+
| **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | **TASK-221** - Add favicon to web interface |
|
|
312
|
+
| **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | **TASK-220** - Fix Helix editor integration with proper TUI suspension [@claude] |
|
|
313
|
+
| | | **TASK-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions [@claude] |
|
|
314
|
+
| | | **TASK-219** - Refactor server component to fix separation of concerns violations<br>*#refactoring #architecture #server* |
|
|
307
315
|
| | | **TASK-210** - Refactor Nix packaging to build node_modules offline<br>*#nix #build #packaging* |
|
|
308
316
|
|
|
309
317
|
<!-- BOARD_END -->
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "backlog.md",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"bin": {
|
|
5
5
|
"backlog": "cli.js"
|
|
6
6
|
},
|
|
7
7
|
"optionalDependencies": {
|
|
8
|
-
"backlog.md-linux-x64": "1.
|
|
9
|
-
"backlog.md-linux-arm64": "1.
|
|
10
|
-
"backlog.md-darwin-x64": "1.
|
|
11
|
-
"backlog.md-darwin-arm64": "1.
|
|
12
|
-
"backlog.md-windows-x64": "1.
|
|
8
|
+
"backlog.md-linux-x64": "1.8.0",
|
|
9
|
+
"backlog.md-linux-arm64": "1.8.0",
|
|
10
|
+
"backlog.md-darwin-x64": "1.8.0",
|
|
11
|
+
"backlog.md-darwin-arm64": "1.8.0",
|
|
12
|
+
"backlog.md-windows-x64": "1.8.0"
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
15
|
"postuninstall": "node postuninstall.cjs"
|