backlog.md 1.10.1 β 1.11.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 +22 -17
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -149,7 +149,8 @@ When re-initializing an existing project, all current configuration values are p
|
|
|
149
149
|
| Check multiple ACs | `backlog task edit 7 --check-ac 1 --check-ac 3` (marks AC #1 and #3 as done) |
|
|
150
150
|
| Uncheck AC | `backlog task edit 7 --uncheck-ac 3` (marks AC #3 as not done) |
|
|
151
151
|
| Mixed AC operations | `backlog task edit 7 --check-ac 1 --uncheck-ac 2 --remove-ac 4` |
|
|
152
|
-
| Add notes | `backlog task edit 7 --notes "Completed X, working on Y"` |
|
|
152
|
+
| Add notes | `backlog task edit 7 --notes "Completed X, working on Y"` (replaces existing) |
|
|
153
|
+
| Append notes | `backlog task edit 7 --append-notes "New findings"` |
|
|
153
154
|
| Add deps | `backlog task edit 7 --dep task-1 --dep task-2` |
|
|
154
155
|
| Archive | `backlog task archive 7` |
|
|
155
156
|
|
|
@@ -161,6 +162,7 @@ The CLI preserves input literally; `\n` sequences are not autoβconverted. Use
|
|
|
161
162
|
- Description: `backlog task create "Feature" --desc $'Line1\nLine2\n\nFinal paragraph'`
|
|
162
163
|
- Plan: `backlog task edit 7 --plan $'1. Research\n2. Implement'`
|
|
163
164
|
- Notes: `backlog task edit 7 --notes $'Completed A\nWorking on B'`
|
|
165
|
+
- Append notes: `backlog task edit 7 --append-notes $'Added X\nAdded Y'`
|
|
164
166
|
- **POSIX sh (printf)**
|
|
165
167
|
- `backlog task create "Feature" --desc "$(printf 'Line1\nLine2\n\nFinal paragraph')"`
|
|
166
168
|
- **PowerShell (backtick)**
|
|
@@ -313,28 +315,31 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
|
|
|
313
315
|
|
|
314
316
|
<!-- BOARD_START -->
|
|
315
317
|
|
|
316
|
-
## π Backlog.md Project Status (v1.10.
|
|
318
|
+
## π Backlog.md Project Status (v1.10.2)
|
|
317
319
|
|
|
318
320
|
This board was automatically generated by [Backlog.md](https://backlog.md)
|
|
319
321
|
|
|
320
|
-
Generated on: 2025-09-
|
|
322
|
+
Generated on: 2025-09-07 20:39:32
|
|
321
323
|
|
|
322
324
|
| To Do | In Progress | Done |
|
|
323
325
|
| --- | --- | --- |
|
|
324
|
-
| **TASK-
|
|
325
|
-
| **TASK-
|
|
326
|
-
| **TASK-
|
|
327
|
-
| **TASK-
|
|
328
|
-
| **TASK-
|
|
329
|
-
| **TASK-
|
|
330
|
-
|
|
|
331
|
-
|
|
|
332
|
-
|
|
|
333
|
-
| **TASK-
|
|
334
|
-
| **TASK-
|
|
335
|
-
| **TASK-
|
|
336
|
-
| **TASK-
|
|
337
|
-
| **TASK-
|
|
326
|
+
| **TASK-262** - TUI: Show all configured status columns in Kanban [@codex]<br>*#tui #board #kanban #config #parity* | ββ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-261** - Init: Handle missing git origin gracefully [@codex]<br>*#cli #git #init #bug* |
|
|
327
|
+
| **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | **TASK-258** - Filesystem: ignore leading zeros in task IDs [@codex]<br>*#filesystem #cli* |
|
|
328
|
+
| **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | **TASK-247** - Web UI - Read-only Description with Edit Toggle (Hide Editor Mode Buttons) [@codex]<br>*#web-ui #editor #ux* |
|
|
329
|
+
| **TASK-257** - Deep link URLs for tasks in board and list views | | **TASK-238** - Fix web editor selection/cursor issues (MDEditor integration) [@codex]<br>*#web #bug #editor* |
|
|
330
|
+
| **TASK-256** - Add CLI command to append implementation notes | | **TASK-253** - Web Board: fix layout for 4+ columns (horizontal scroll) [@codex]<br>*#web #ui #board* |
|
|
331
|
+
| **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | **TASK-252** - Packaging: fix local install bin symlink with optional platform packages [@codex]<br>*#bug #packaging #npm* |
|
|
332
|
+
| **TASK-244** - TUI: add live updates via watch in task list and kanban [@codex]<br>*#tui #watcher #enhancement* | | **TASK-255** - Add TUI splash screen for bare backlog command [@codex]<br>*#cli #ui #dx* |
|
|
333
|
+
| **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | **TASK-248** - Circular navigation in TUI list and Kanban board [@codex]<br>*#ui #tui #kanban* |
|
|
334
|
+
| **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-250** - Docs: fix subpath documents listing/view + unique IDs [@codex]<br>*#docs #bug #cli* |
|
|
335
|
+
| ββ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | **TASK-251** - Board: harden remote branch normalization to avoid origin/origin refs [@codex]<br>*#bug #board #git* |
|
|
336
|
+
| ββ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | **TASK-254** - Init: default 'No' for Claude agent installation [@codex]<br>*#cli #init #agents* |
|
|
337
|
+
| ββ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | **TASK-234** - Investigate newline handling in CLI descriptions [@codex]<br>*#cli #bug #ux* |
|
|
338
|
+
| **TASK-243** - Enable TUI task reordering with Shift+Arrow keys [@codex]<br>*#tui #ui #enhancement* | | **TASK-236** - Fix TUI Unicode rendering for CJK (Chinese shows as ?) [@codex]<br>*#tui #bug #unicode* |
|
|
339
|
+
| **TASK-240** - Improve binary resolution on Apple Silicon (Rosetta/arch mismatch) [@codex]<br>*#packaging #bug #macos* | | **TASK-246** - Domain: split Description/Plan/Notes into first-party Task fields [@codex]<br>*#domain #parsing #web-ui #tui* |
|
|
340
|
+
| **TASK-239** - Feature: Auto-link tasks to documents/decisions + backlinks [@codex]<br>*#web #enhancement #docs* | | **TASK-227** - Web UI: interactive acceptance criteria editor [@codex]<br>*#web-ui #enhancement* |
|
|
341
|
+
| **TASK-222** - Improve task and subtask visualization in web UI | | |
|
|
342
|
+
| **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | |
|
|
338
343
|
|
|
339
344
|
<!-- BOARD_END -->
|
|
340
345
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "backlog.md",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"cli.js",
|
|
6
6
|
"resolveBinary.cjs",
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"backlog": "cli.js"
|
|
14
14
|
},
|
|
15
15
|
"optionalDependencies": {
|
|
16
|
-
"backlog.md-linux-x64": "1.
|
|
17
|
-
"backlog.md-linux-arm64": "1.
|
|
18
|
-
"backlog.md-darwin-x64": "1.
|
|
19
|
-
"backlog.md-darwin-arm64": "1.
|
|
20
|
-
"backlog.md-windows-x64": "1.
|
|
16
|
+
"backlog.md-linux-x64": "1.11.0",
|
|
17
|
+
"backlog.md-linux-arm64": "1.11.0",
|
|
18
|
+
"backlog.md-darwin-x64": "1.11.0",
|
|
19
|
+
"backlog.md-darwin-arm64": "1.11.0",
|
|
20
|
+
"backlog.md-windows-x64": "1.11.0"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"postuninstall": "node postuninstall.cjs"
|