backlog.md-darwin-arm64 1.16.6 → 1.17.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 +28 -29
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -111,7 +111,7 @@ Connect Backlog.md to an MCP-compatible AI tool so it can launch `backlog mcp st
111
111
  <summary><strong>Claude Code</strong></summary>
112
112
 
113
113
  ```bash
114
- claude mcp add my-project-backlog -- backlog mcp start
114
+ claude mcp add backlog --scope user -- backlog mcp start
115
115
  ```
116
116
 
117
117
  </details>
@@ -120,7 +120,7 @@ Connect Backlog.md to an MCP-compatible AI tool so it can launch `backlog mcp st
120
120
  <summary><strong>Codex</strong></summary>
121
121
 
122
122
  ```bash
123
- codex mcp add my-project-backlog -- backlog mcp start
123
+ codex mcp add backlog mcp start backlog
124
124
  ```
125
125
 
126
126
  </details>
@@ -129,21 +129,19 @@ Connect Backlog.md to an MCP-compatible AI tool so it can launch `backlog mcp st
129
129
  <summary><strong>Gemini CLI</strong></summary>
130
130
 
131
131
  ```bash
132
- gemini mcp add my-project-backlog backlog mcp start
132
+ gemini mcp add backlog -s user backlog mcp start
133
133
  ```
134
134
 
135
135
  </details>
136
136
 
137
+ Use the shared `backlog` server name everywhere – the MCP server auto-detects whether the current directory is initialized and falls back to `backlog://init-required` when needed.
138
+
137
139
  ### Manual config
138
140
 
139
141
  ```json
140
142
  {
141
143
  "mcpServers": {
142
- "my-project-backlog": {
143
- "command": "backlog",
144
- "args": ["mcp", "start"]
145
- },
146
- "my-other-project-backlog": {
144
+ "backlog": {
147
145
  "command": "backlog",
148
146
  "args": ["mcp", "start"]
149
147
  }
@@ -426,33 +424,34 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
426
424
 
427
425
  <!-- BOARD_START -->
428
426
 
429
- ## 📊 Backlog.md Project Status (v1.16.5)
427
+ ## 📊 Backlog.md Project Status (v1.17.0)
430
428
 
431
429
  This board was automatically generated by [Backlog.md](https://backlog.md)
432
430
 
433
- Generated on: 2025-10-16 20:07:52
431
+ Generated on: 2025-10-17 21:48:02
434
432
 
435
433
  | To Do | In Progress | Done |
436
434
  | --- | --- | --- |
437
- | **TASK-276** - Implement drag mode for TUI kanban board | **TASK-289** - Implement resource templates list handler to return empty list instead of error [@codex]<br>*#mcp #enhancement* | **TASK-298** - Fix document title renames [@codex] |
438
- | **TASK-270** - Prevent command substitution in task creation inputs [@codex] | **TASK-280** - Fix TUI task list selection and detail pane synchronization bug [@codex]<br>*#bug #tui* | **TASK-297** - Fix Windows MCP git fetch hang during task_create [@codex] |
439
- | **TASK-268** - Show agent instruction version status [@codex] | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-290** - Improve MCP status field to use enum dropdown with config values [@codex] |
440
- | **TASK-267** - Add agent instruction version metadata [@codex] | **TASK-273** - Refactor search [@codex]<br>*#core #search* | **TASK-288** - Fix browser UI error display and make priority optional<br>*#bug #ui #validation* |
441
- | **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | **TASK-284** - Simplify init flow; launch advanced settings via backlog config [@codex]<br>*#cli #init #config* |
442
- | **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | **TASK-287** - Add MCP support for agent integration [@codex]<br>*#mcp #integration #agent* |
443
- | **TASK-257** - Deep link URLs for tasks in board and list views | | **TASK-286** - Add npm script and shell script for updating bun.nix via Docker [@myself]<br>*#tooling #nix #ci* |
444
- | **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | **TASK-285** - adjust z-index tooltip style |
445
- | **TASK-244** - TUI: add live updates via watch in task list and kanban [@codex]<br>*#tui #watcher #enhancement* | | **TASK-283** - Fix TUI board duplicating cards after external status changes [@codex] |
446
- | **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | **TASK-282** - Fix TUI detail pane loading state regression [@codex]<br>*#bug* |
447
- | **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-262** - TUI: Show all configured status columns in Kanban [@codex]<br>*#tui #board #kanban #config #parity* |
448
- | └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | **TASK-281** - Fix backlog init skip option [@codex]<br>*#bug* |
449
- | └─ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | **TASK-279** - Add cleanup functionality to web UI for managing completed tasks [@claude] |
450
- | └─ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | **TASK-274** - Fix Kanban boards missing live updates [@claude] |
451
- | **TASK-243** - Enable TUI task reordering with Shift+Arrow keys [@codex]<br>*#tui #ui #enhancement* | | └─ **TASK-273.06** - 273.06: Web UI on centralized search [@codex]<br>*#web #search #ui* |
452
- | **TASK-240** - Improve binary resolution on Apple Silicon (Rosetta/arch mismatch) [@codex]<br>*#packaging #bug #macos* | | └─ **TASK-273.05** - 273.05: Server endpoints on shared store/search [@codex]<br>*#server #search #infra* |
453
- | **TASK-239** - Feature: Auto-link tasks to documents/decisions + backlinks [@codex]<br>*#web #enhancement #docs* | | └─ **TASK-273.04** - 273.04: CLI & TUI search integration [@codex]<br>*#cli #tui #search* |
454
- | **TASK-222** - Improve task and subtask visualization in web UI | | |
455
- | **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | |
435
+ | **TASK-276** - Implement drag mode for TUI kanban board | **TASK-289** - Implement resource templates list handler to return empty list instead of error [@codex]<br>*#mcp #enhancement* | **TASK-301** - Feature: MCP document tools [@codex] |
436
+ | **TASK-270** - Prevent command substitution in task creation inputs [@codex] | **TASK-280** - Fix TUI task list selection and detail pane synchronization bug [@codex]<br>*#bug #tui* | **TASK-300** - Fix backlog init MCP registration flags for Claude and Gemini [@codex]<br>*#mcp #init* |
437
+ | **TASK-268** - Show agent instruction version status [@codex] | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-299** - Fix MCP initialization for multiple AI coding agents (Codex, Gemini, Claude) [@codex]<br>*#mcp #init #multi-agent-support* |
438
+ | **TASK-267** - Add agent instruction version metadata [@codex] | **TASK-273** - Refactor search [@codex]<br>*#core #search* | **TASK-298** - Fix document title renames [@codex] |
439
+ | **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | **TASK-297** - Fix Windows MCP git fetch hang during task_create [@codex] |
440
+ | **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | **TASK-290** - Improve MCP status field to use enum dropdown with config values [@codex] |
441
+ | **TASK-257** - Deep link URLs for tasks in board and list views | | **TASK-288** - Fix browser UI error display and make priority optional<br>*#bug #ui #validation* |
442
+ | **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | **TASK-284** - Simplify init flow; launch advanced settings via backlog config [@codex]<br>*#cli #init #config* |
443
+ | **TASK-244** - TUI: add live updates via watch in task list and kanban [@codex]<br>*#tui #watcher #enhancement* | | **TASK-287** - Add MCP support for agent integration [@codex]<br>*#mcp #integration #agent* |
444
+ | **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | **TASK-286** - Add npm script and shell script for updating bun.nix via Docker [@myself]<br>*#tooling #nix #ci* |
445
+ | **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-285** - adjust z-index tooltip style |
446
+ | └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | **TASK-283** - Fix TUI board duplicating cards after external status changes [@codex] |
447
+ | └─ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | **TASK-282** - Fix TUI detail pane loading state regression [@codex]<br>*#bug* |
448
+ | └─ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | **TASK-262** - TUI: Show all configured status columns in Kanban [@codex]<br>*#tui #board #kanban #config #parity* |
449
+ | **TASK-243** - Enable TUI task reordering with Shift+Arrow keys [@codex]<br>*#tui #ui #enhancement* | | **TASK-281** - Fix backlog init skip option [@codex]<br>*#bug* |
450
+ | **TASK-240** - Improve binary resolution on Apple Silicon (Rosetta/arch mismatch) [@codex]<br>*#packaging #bug #macos* | | **TASK-279** - Add cleanup functionality to web UI for managing completed tasks [@claude] |
451
+ | **TASK-239** - Feature: Auto-link tasks to documents/decisions + backlinks [@codex]<br>*#web #enhancement #docs* | | **TASK-274** - Fix Kanban boards missing live updates [@claude] |
452
+ | **TASK-222** - Improve task and subtask visualization in web UI | | └─ **TASK-273.06** - 273.06: Web UI on centralized search [@codex]<br>*#web #search #ui* |
453
+ | **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | └─ **TASK-273.05** - 273.05: Server endpoints on shared store/search [@codex]<br>*#server #search #infra* |
454
+ | | | └─ **TASK-273.04** - 273.04: CLI & TUI search integration [@codex]<br>*#cli #tui #search* |
456
455
 
457
456
  <!-- BOARD_END -->
458
457
 
package/backlog CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backlog.md-darwin-arm64",
3
- "version": "1.16.6",
3
+ "version": "1.17.1",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "files": ["backlog","package.json","LICENSE"],