backlog.md 1.9.1 → 1.9.3
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 +40 -25
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
> **Backlog.md** turns any folder with a Git repo into a **self‑contained project board**
|
|
14
14
|
> powered by plain Markdown files and a zero‑config CLI.
|
|
15
15
|
|
|
16
|
-
|
|
17
16
|
## Features
|
|
18
17
|
|
|
19
18
|
* 📝 **Markdown-native tasks** -- manage every issue as a plain `.md` file
|
|
@@ -150,15 +149,20 @@ When re-initializing an existing project, all current configuration values are p
|
|
|
150
149
|
| Add deps | `backlog task edit 7 --dep task-1 --dep task-2` |
|
|
151
150
|
| Archive | `backlog task archive 7` |
|
|
152
151
|
|
|
153
|
-
#### Multi
|
|
152
|
+
#### Multi‑line input (description/plan/notes)
|
|
154
153
|
|
|
155
|
-
The CLI preserves
|
|
154
|
+
The CLI preserves input literally; `\n` sequences are not auto‑converted. Use one of the following to insert real newlines:
|
|
156
155
|
|
|
157
|
-
- **Bash/Zsh
|
|
158
|
-
-
|
|
159
|
-
-
|
|
156
|
+
- **Bash/Zsh (ANSI‑C quoting)**
|
|
157
|
+
- Description: `backlog task create "Feature" --desc $'Line1\nLine2\n\nFinal paragraph'`
|
|
158
|
+
- Plan: `backlog task edit 7 --plan $'1. Research\n2. Implement'`
|
|
159
|
+
- Notes: `backlog task edit 7 --notes $'Completed A\nWorking on B'`
|
|
160
|
+
- **POSIX sh (printf)**
|
|
161
|
+
- `backlog task create "Feature" --desc "$(printf 'Line1\nLine2\n\nFinal paragraph')"`
|
|
162
|
+
- **PowerShell (backtick)**
|
|
163
|
+
- `backlog task create "Feature" --desc "Line1`nLine2`n`nFinal paragraph"`
|
|
160
164
|
|
|
161
|
-
|
|
165
|
+
Tip: Help text shows Bash examples with escaped `\\n` for readability; when typing, `$'\n'` expands to a newline.
|
|
162
166
|
|
|
163
167
|
### Draft Workflow
|
|
164
168
|
|
|
@@ -305,34 +309,45 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
|
|
|
305
309
|
|
|
306
310
|
<!-- BOARD_START -->
|
|
307
311
|
|
|
308
|
-
## 📊 Backlog.md Project Status (v1.9.
|
|
312
|
+
## 📊 Backlog.md Project Status (v1.9.2)
|
|
309
313
|
|
|
310
314
|
This board was automatically generated by [Backlog.md](https://backlog.md)
|
|
311
315
|
|
|
312
|
-
Generated on: 2025-09-
|
|
316
|
+
Generated on: 2025-09-05 21:30:12
|
|
313
317
|
|
|
314
318
|
| To Do | In Progress | Done |
|
|
315
319
|
| --- | --- | --- |
|
|
316
|
-
| **TASK-
|
|
317
|
-
| **TASK-
|
|
318
|
-
| **TASK-
|
|
319
|
-
| **TASK-
|
|
320
|
-
| **TASK-
|
|
321
|
-
|
|
|
322
|
-
|
|
|
323
|
-
|
|
|
324
|
-
| **TASK-
|
|
325
|
-
| **TASK-
|
|
326
|
-
| **TASK-
|
|
327
|
-
| **TASK-
|
|
328
|
-
| └─ **TASK-
|
|
329
|
-
| **TASK-
|
|
330
|
-
| **TASK-
|
|
320
|
+
| **TASK-254** - Init: default 'No' for Claude agent installation<br>*#cli #init #agents* | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-255** - Add TUI splash screen for bare backlog command [@codex]<br>*#cli #ui #dx* |
|
|
321
|
+
| **TASK-253** - Web Board: fix layout for 4+ columns (horizontal scroll)<br>*#web #ui #board* | | **TASK-234** - Investigate newline handling in CLI descriptions [@codex]<br>*#cli #bug #ux* |
|
|
322
|
+
| **TASK-252** - Packaging: fix local install bin symlink with optional platform packages<br>*#bug #packaging #npm* | | **TASK-236** - Fix TUI Unicode rendering for CJK (Chinese shows as ?) [@codex]<br>*#tui #bug #unicode* |
|
|
323
|
+
| **TASK-251** - Board: harden remote branch normalization to avoid origin/origin refs<br>*#bug #board #git* | | **TASK-246** - Domain: split Description/Plan/Notes into first-party Task fields [@codex]<br>*#domain #parsing #web-ui #tui* |
|
|
324
|
+
| **TASK-250** - Docs: fix subpath documents listing/view + unique IDs<br>*#docs #bug #cli* | | **TASK-227** - Web UI: interactive acceptance criteria editor [@codex]<br>*#web-ui #enhancement* |
|
|
325
|
+
| **TASK-247** - Web UI - Read-only Description with Edit Toggle (Hide Editor Mode Buttons)<br>*#web-ui #editor #ux* | | **TASK-245** - Fix case-insensitive priority filtering [@codex] |
|
|
326
|
+
| **TASK-248** - Circular navigation in TUI list and Kanban board<br>*#ui #tui #kanban* | | **TASK-232** - Nix build fails due to missing libstdc++.so.6 |
|
|
327
|
+
| **TASK-244** - TUI: add live updates via watch in task list and kanban [@codex]<br>*#tui #watcher #enhancement* | | **TASK-231** - Fix case-insensitive status grouping and status normalization [@codex] |
|
|
328
|
+
| **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | **TASK-230** - Add --plain to task create/edit and print plain details after operation [@codex]<br>*#cli #plain-output* |
|
|
329
|
+
| **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | |
|
|
330
|
+
| └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | |
|
|
331
|
+
| └─ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | |
|
|
332
|
+
| └─ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | |
|
|
333
|
+
| └─ **TASK-217.01** - Sequences server: endpoints for list and move<br>*#sequences* | | |
|
|
334
|
+
| **TASK-243** - Enable TUI task reordering with Shift+Arrow keys [@codex]<br>*#tui #ui #enhancement* | | |
|
|
335
|
+
| **TASK-241** - Consolidate assignee normalization into helper [@codex] | | |
|
|
336
|
+
| **TASK-213** - Compute sequences from task dependencies<br>*#sequences #core* | | |
|
|
337
|
+
| **TASK-215** - Implement TUI view for sequences<br>*#sequences #tui #ui* | | |
|
|
338
|
+
| └─ **TASK-215.01** - TUI sequences: read-only view<br>*#sequences* | | |
|
|
339
|
+
| └─ **TASK-215.02** - TUI sequences: navigation and detail view<br>*#sequences* | | |
|
|
340
|
+
| └─ **TASK-215.03** - TUI sequences: move tasks with dependency updates<br>*#sequences* | | |
|
|
341
|
+
| └─ **TASK-215.04** - TUI sequences: create new sequences via drop positions<br>*#sequences* | | |
|
|
342
|
+
| └─ **TASK-215.05** - TUI sequences: tests and stability<br>*#sequences* | | |
|
|
343
|
+
| **TASK-214** - Add CLI command to list sequences<br>*#sequences #cli* | | |
|
|
344
|
+
| **TASK-242** - Centralize task filtering logic to eliminate duplication [@codex]<br>*#refactoring #backend #cli* | | |
|
|
345
|
+
| **TASK-240** - Improve binary resolution on Apple Silicon (Rosetta/arch mismatch) [@codex]<br>*#packaging #bug #macos* | | |
|
|
346
|
+
| **TASK-239** - Feature: Auto-link tasks to documents/decisions + backlinks [@codex]<br>*#web #enhancement #docs* | | |
|
|
331
347
|
| **TASK-238** - Fix web editor selection/cursor issues (MDEditor integration) [@codex]<br>*#web #bug #editor* | | |
|
|
332
348
|
| **TASK-237** - Fix invalid git ref 'origin/origin' during remote task loading [@codex]<br>*#git #bug #remote* | | |
|
|
333
349
|
| **TASK-235** - Fix duplicate Acceptance Criteria sections in tasks [@codex]<br>*#cli #bug* | | |
|
|
334
350
|
| **TASK-233** - MVP: Live task watcher in TUI (Bun.watch) [@codex]<br>*#tui #watcher #mvp* | | |
|
|
335
|
-
| **TASK-228** - Replace @uiw/react-md-editor with TOAST UI Editor for rich-text editing<br>*#web-ui #enhancement #editor* | | |
|
|
336
351
|
| **TASK-222** - Improve task and subtask visualization in web UI | | |
|
|
337
352
|
| **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | |
|
|
338
353
|
| **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | |
|
package/package.json
CHANGED
|
@@ -1,15 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "backlog.md",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.3",
|
|
4
|
+
"files": [
|
|
5
|
+
"cli.js",
|
|
6
|
+
"resolveBinary.cjs",
|
|
7
|
+
"postuninstall.cjs",
|
|
8
|
+
"package.json",
|
|
9
|
+
"README.md",
|
|
10
|
+
"LICENSE"
|
|
11
|
+
],
|
|
4
12
|
"bin": {
|
|
5
13
|
"backlog": "cli.js"
|
|
6
14
|
},
|
|
7
15
|
"optionalDependencies": {
|
|
8
|
-
"backlog.md-linux-x64": "1.9.
|
|
9
|
-
"backlog.md-linux-arm64": "1.9.
|
|
10
|
-
"backlog.md-darwin-x64": "1.9.
|
|
11
|
-
"backlog.md-darwin-arm64": "1.9.
|
|
12
|
-
"backlog.md-windows-x64": "1.9.
|
|
16
|
+
"backlog.md-linux-x64": "1.9.3",
|
|
17
|
+
"backlog.md-linux-arm64": "1.9.3",
|
|
18
|
+
"backlog.md-darwin-x64": "1.9.3",
|
|
19
|
+
"backlog.md-darwin-arm64": "1.9.3",
|
|
20
|
+
"backlog.md-windows-x64": "1.9.3"
|
|
13
21
|
},
|
|
14
22
|
"scripts": {
|
|
15
23
|
"postuninstall": "node postuninstall.cjs"
|
|
@@ -47,13 +55,5 @@
|
|
|
47
55
|
"trustedDependencies": [
|
|
48
56
|
"@biomejs/biome",
|
|
49
57
|
"node-pty"
|
|
50
|
-
],
|
|
51
|
-
"files": [
|
|
52
|
-
"cli.js",
|
|
53
|
-
"resolveBinary.cjs",
|
|
54
|
-
"postuninstall.cjs",
|
|
55
|
-
"package.json",
|
|
56
|
-
"README.md",
|
|
57
|
-
"LICENSE"
|
|
58
58
|
]
|
|
59
59
|
}
|