backlog.md 1.9.5 → 1.10.1

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 +21 -36
  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,47 +313,28 @@ 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.10.0)
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-06 23:32:46
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* |
330
- | └─ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | |
331
- | └─ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | |
332
- | └─ **TASK-217.01** - Sequences server: endpoints for list and move<br>*#sequences* | | |
333
- | **TASK-243** - Enable TUI task reordering with Shift+Arrow keys [@codex]<br>*#tui #ui #enhancement* | | |
334
- | **TASK-241** - Consolidate assignee normalization into helper [@codex] | | |
335
- | **TASK-213** - Compute sequences from task dependencies<br>*#sequences #core* | | |
336
- | **TASK-215** - Implement TUI view for sequences<br>*#sequences #tui #ui* | | |
337
- | └─ **TASK-215.01** - TUI sequences: read-only view<br>*#sequences* | | |
338
- | └─ **TASK-215.02** - TUI sequences: navigation and detail view<br>*#sequences* | | |
339
- | └─ **TASK-215.03** - TUI sequences: move tasks with dependency updates<br>*#sequences* | | |
340
- | └─ **TASK-215.04** - TUI sequences: create new sequences via drop positions<br>*#sequences* | | |
341
- | └─ **TASK-215.05** - TUI sequences: tests and stability<br>*#sequences* | | |
342
- | **TASK-214** - Add CLI command to list sequences<br>*#sequences #cli* | | |
343
- | **TASK-242** - Centralize task filtering logic to eliminate duplication [@codex]<br>*#refactoring #backend #cli* | | |
344
- | **TASK-240** - Improve binary resolution on Apple Silicon (Rosetta/arch mismatch) [@codex]<br>*#packaging #bug #macos* | | |
345
- | **TASK-239** - Feature: Auto-link tasks to documents/decisions + backlinks [@codex]<br>*#web #enhancement #docs* | | |
346
- | **TASK-238** - Fix web editor selection/cursor issues (MDEditor integration) [@codex]<br>*#web #bug #editor* | | |
347
- | **TASK-237** - Fix invalid git ref 'origin/origin' during remote task loading [@codex]<br>*#git #bug #remote* | | |
348
- | **TASK-235** - Fix duplicate Acceptance Criteria sections in tasks [@codex]<br>*#cli #bug* | | |
349
- | **TASK-233** - MVP: Live task watcher in TUI (Bun.watch) [@codex]<br>*#tui #watcher #mvp* | | |
350
- | **TASK-222** - Improve task and subtask visualization in web UI | | |
351
- | **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | |
352
- | **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | |
324
+ | **TASK-257** - Deep link URLs for tasks in board and list views | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-258** - Filesystem: ignore leading zeros in task IDs [@codex]<br>*#filesystem #cli* |
325
+ | **TASK-256** - Add CLI command to append implementation notes | | **TASK-247** - Web UI - Read-only Description with Edit Toggle (Hide Editor Mode Buttons) [@codex]<br>*#web-ui #editor #ux* |
326
+ | **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | **TASK-238** - Fix web editor selection/cursor issues (MDEditor integration) [@codex]<br>*#web #bug #editor* |
327
+ | **TASK-244** - TUI: add live updates via watch in task list and kanban [@codex]<br>*#tui #watcher #enhancement* | | **TASK-253** - Web Board: fix layout for 4+ columns (horizontal scroll) [@codex]<br>*#web #ui #board* |
328
+ | **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | **TASK-252** - Packaging: fix local install bin symlink with optional platform packages [@codex]<br>*#bug #packaging #npm* |
329
+ | **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-255** - Add TUI splash screen for bare backlog command [@codex]<br>*#cli #ui #dx* |
330
+ | └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | **TASK-248** - Circular navigation in TUI list and Kanban board [@codex]<br>*#ui #tui #kanban* |
331
+ | └─ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | **TASK-250** - Docs: fix subpath documents listing/view + unique IDs [@codex]<br>*#docs #bug #cli* |
332
+ | └─ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | **TASK-251** - Board: harden remote branch normalization to avoid origin/origin refs [@codex]<br>*#bug #board #git* |
333
+ | **TASK-243** - Enable TUI task reordering with Shift+Arrow keys [@codex]<br>*#tui #ui #enhancement* | | **TASK-254** - Init: default 'No' for Claude agent installation [@codex]<br>*#cli #init #agents* |
334
+ | **TASK-240** - Improve binary resolution on Apple Silicon (Rosetta/arch mismatch) [@codex]<br>*#packaging #bug #macos* | | **TASK-234** - Investigate newline handling in CLI descriptions [@codex]<br>*#cli #bug #ux* |
335
+ | **TASK-239** - Feature: Auto-link tasks to documents/decisions + backlinks [@codex]<br>*#web #enhancement #docs* | | **TASK-236** - Fix TUI Unicode rendering for CJK (Chinese shows as ?) [@codex]<br>*#tui #bug #unicode* |
336
+ | **TASK-222** - Improve task and subtask visualization in web UI | | **TASK-246** - Domain: split Description/Plan/Notes into first-party Task fields [@codex]<br>*#domain #parsing #web-ui #tui* |
337
+ | **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | **TASK-227** - Web UI: interactive acceptance criteria editor [@codex]<br>*#web-ui #enhancement* |
353
338
 
354
339
  <!-- BOARD_END -->
355
340
 
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.1",
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.1",
17
+ "backlog.md-linux-arm64": "1.10.1",
18
+ "backlog.md-darwin-x64": "1.10.1",
19
+ "backlog.md-darwin-arm64": "1.10.1",
20
+ "backlog.md-windows-x64": "1.10.1"
21
21
  },
22
22
  "scripts": {
23
23
  "postuninstall": "node postuninstall.cjs"