backlog.md 1.9.5 → 1.10.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.
Files changed (3) hide show
  1. package/README.md +18 -13
  2. package/cli.js +8 -8
  3. package/package.json +6 -6
package/README.md CHANGED
@@ -112,7 +112,11 @@ The `backlog init` command provides comprehensive project setup with interactive
112
112
  - **Remote operations** - enable/disable fetching tasks from remote branches
113
113
  - **Web UI settings** - port and browser auto-open preferences
114
114
  - **Agent guidelines** - AI agent instruction files (CLAUDE.md, .cursorrules, etc.)
115
- - **Claude Code agent** - optional Backlog.md agent for enhanced task management
115
+ - **Claude Code agent** - optional Backlog.md agent for enhanced task management (defaults to not installed; opt-in during `init` or pass `--install-claude-agent true`)
116
+
117
+ ### Documentation
118
+
119
+ - Document IDs are global across all subdirectories under `backlog/docs`. You can organize files in nested folders (e.g., `backlog/docs/guides/`), and `backlog doc list` and `backlog doc view <id>` work across the entire tree. Example: `backlog doc create -p guides "New Guide"`.
116
120
 
117
121
  When re-initializing an existing project, all current configuration values are preserved and pre-populated in prompts, allowing you to update only what you need.
118
122
 
@@ -309,24 +313,25 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
309
313
 
310
314
  <!-- BOARD_START -->
311
315
 
312
- ## 📊 Backlog.md Project Status (v1.9.4)
316
+ ## 📊 Backlog.md Project Status (v1.9.2)
313
317
 
314
318
  This board was automatically generated by [Backlog.md](https://backlog.md)
315
319
 
316
- Generated on: 2025-09-06 13:13:51
320
+ Generated on: 2025-09-05 21:30:12
317
321
 
318
322
  | To Do | In Progress | Done |
319
323
  | --- | --- | --- |
320
- | **TASK-254** - Init: default 'No' for Claude agent installation<br>*#cli #init #agents* | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-252** - Packaging: fix local install bin symlink with optional platform packages [@codex]<br>*#bug #packaging #npm* |
321
- | **TASK-253** - Web Board: fix layout for 4+ columns (horizontal scroll)<br>*#web #ui #board* | | **TASK-255** - Add TUI splash screen for bare backlog command [@codex]<br>*#cli #ui #dx* |
322
- | **TASK-251** - Board: harden remote branch normalization to avoid origin/origin refs<br>*#bug #board #git* | | **TASK-234** - Investigate newline handling in CLI descriptions [@codex]<br>*#cli #bug #ux* |
323
- | **TASK-250** - Docs: fix subpath documents listing/view + unique IDs<br>*#docs #bug #cli* | | **TASK-236** - Fix TUI Unicode rendering for CJK (Chinese shows as ?) [@codex]<br>*#tui #bug #unicode* |
324
- | **TASK-247** - Web UI - Read-only Description with Edit Toggle (Hide Editor Mode Buttons)<br>*#web-ui #editor #ux* | | **TASK-246** - Domain: split Description/Plan/Notes into first-party Task fields [@codex]<br>*#domain #parsing #web-ui #tui* |
325
- | **TASK-248** - Circular navigation in TUI list and Kanban board<br>*#ui #tui #kanban* | | **TASK-227** - Web UI: interactive acceptance criteria editor [@codex]<br>*#web-ui #enhancement* |
326
- | **TASK-244** - TUI: add live updates via watch in task list and kanban [@codex]<br>*#tui #watcher #enhancement* | | **TASK-245** - Fix case-insensitive priority filtering [@codex] |
327
- | **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | **TASK-232** - Nix build fails due to missing libstdc++.so.6 |
328
- | **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-231** - Fix case-insensitive status grouping and status normalization [@codex] |
329
- | └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | **TASK-230** - Add --plain to task create/edit and print plain details after operation [@codex]<br>*#cli #plain-output* |
324
+ | **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* |
325
+ | **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* |
326
+ | **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* |
327
+ | **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* |
328
+ | **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* |
329
+ | **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] |
330
+ | **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 |
331
+ | **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] |
332
+ | **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* |
333
+ | **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | |
334
+ | └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | |
330
335
  | └─ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | |
331
336
  | └─ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | |
332
337
  | └─ **TASK-217.01** - Sequences server: endpoints for list and move<br>*#sequences* | | |
package/cli.js CHANGED
@@ -14,14 +14,14 @@ try {
14
14
  // Clean up unexpected args some global shims pass (e.g. bun) like the binary path itself
15
15
  const rawArgs = process.argv.slice(2);
16
16
  const cleanedArgs = rawArgs.filter((arg) => {
17
- if (arg === binaryPath) return false;
18
- // Filter any accidental deep path to our platform package binary
19
- try {
20
- const pattern = /node_modules[\/\\]backlog\.md-(darwin|linux|windows)-[^\/\\]+[\/\\]backlog(\.exe)?$/i;
21
- return !pattern.test(arg);
22
- } catch {
23
- return true;
24
- }
17
+ if (arg === binaryPath) return false;
18
+ // Filter any accidental deep path to our platform package binary
19
+ try {
20
+ const pattern = /node_modules[/\\]backlog\.md-(darwin|linux|windows)-[^/\\]+[/\\]backlog(\.exe)?$/i;
21
+ return !pattern.test(arg);
22
+ } catch {
23
+ return true;
24
+ }
25
25
  });
26
26
 
27
27
  // Spawn the binary with cleaned arguments
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backlog.md",
3
- "version": "1.9.5",
3
+ "version": "1.10.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.9.5",
17
- "backlog.md-linux-arm64": "1.9.5",
18
- "backlog.md-darwin-x64": "1.9.5",
19
- "backlog.md-darwin-arm64": "1.9.5",
20
- "backlog.md-windows-x64": "1.9.5"
16
+ "backlog.md-linux-x64": "1.10.0",
17
+ "backlog.md-linux-arm64": "1.10.0",
18
+ "backlog.md-darwin-x64": "1.10.0",
19
+ "backlog.md-darwin-arm64": "1.10.0",
20
+ "backlog.md-windows-x64": "1.10.0"
21
21
  },
22
22
  "scripts": {
23
23
  "postuninstall": "node postuninstall.cjs"