backlog.md-darwin-arm64 1.16.4 → 1.16.6

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 +19 -19
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -426,31 +426,31 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
426
426
 
427
427
  <!-- BOARD_START -->
428
428
 
429
- ## 📊 Backlog.md Project Status (v1.16.3)
429
+ ## 📊 Backlog.md Project Status (v1.16.5)
430
430
 
431
431
  This board was automatically generated by [Backlog.md](https://backlog.md)
432
432
 
433
- Generated on: 2025-10-15 19:39:27
433
+ Generated on: 2025-10-16 20:07:52
434
434
 
435
435
  | To Do | In Progress | Done |
436
436
  | --- | --- | --- |
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-290** - Improve MCP status field to use enum dropdown with config values [@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-288** - Fix browser UI error display and make priority optional<br>*#bug #ui #validation* |
439
- | **TASK-268** - Show agent instruction version status [@codex] | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-284** - Simplify init flow; launch advanced settings via backlog config [@codex]<br>*#cli #init #config* |
440
- | **TASK-267** - Add agent instruction version metadata [@codex] | **TASK-273** - Refactor search [@codex]<br>*#core #search* | **TASK-287** - Add MCP support for agent integration [@codex]<br>*#mcp #integration #agent* |
441
- | **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | **TASK-286** - Add npm script and shell script for updating bun.nix via Docker [@myself]<br>*#tooling #nix #ci* |
442
- | **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | **TASK-285** - adjust z-index tooltip style |
443
- | **TASK-257** - Deep link URLs for tasks in board and list views | | **TASK-283** - Fix TUI board duplicating cards after external status changes [@codex] |
444
- | **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | **TASK-282** - Fix TUI detail pane loading state regression [@codex]<br>*#bug* |
445
- | **TASK-244** - TUI: add live updates via watch in task list and kanban [@codex]<br>*#tui #watcher #enhancement* | | **TASK-262** - TUI: Show all configured status columns in Kanban [@codex]<br>*#tui #board #kanban #config #parity* |
446
- | **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | **TASK-281** - Fix backlog init skip option [@codex]<br>*#bug* |
447
- | **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-279** - Add cleanup functionality to web UI for managing completed tasks [@claude] |
448
- | └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | **TASK-274** - Fix Kanban boards missing live updates [@claude] |
449
- | └─ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | └─ **TASK-273.06** - 273.06: Web UI on centralized search [@codex]<br>*#web #search #ui* |
450
- | └─ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | └─ **TASK-273.05** - 273.05: Server endpoints on shared store/search [@codex]<br>*#server #search #infra* |
451
- | **TASK-243** - Enable TUI task reordering with Shift+Arrow keys [@codex]<br>*#tui #ui #enhancement* | | └─ **TASK-273.04** - 273.04: CLI & TUI search integration [@codex]<br>*#cli #tui #search* |
452
- | **TASK-240** - Improve binary resolution on Apple Silicon (Rosetta/arch mismatch) [@codex]<br>*#packaging #bug #macos* | | |
453
- | **TASK-239** - Feature: Auto-link tasks to documents/decisions + backlinks [@codex]<br>*#web #enhancement #docs* | | |
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
454
  | **TASK-222** - Improve task and subtask visualization in web UI | | |
455
455
  | **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | |
456
456
 
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.4",
3
+ "version": "1.16.6",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "files": ["backlog","package.json","LICENSE"],