backlog.md 1.17.4 β†’ 1.18.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 (2) hide show
  1. package/README.md +50 -22
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -400,6 +400,31 @@ Whenever you revisit `backlog init` or rerun `backlog config`, the wizard pre-po
400
400
 
401
401
  ---
402
402
 
403
+ ## πŸ’‘ Shell Tab Completion
404
+
405
+ Backlog.md includes built-in intelligent tab completion for bash, zsh, and fish shells. Completion scripts are embedded in the binaryβ€”no external files needed.
406
+
407
+ **Quick Installation:**
408
+ ```bash
409
+ # Auto-detect and install for your current shell
410
+ backlog completion install
411
+
412
+ # Or specify shell explicitly
413
+ backlog completion install --shell bash
414
+ backlog completion install --shell zsh
415
+ backlog completion install --shell fish
416
+ ```
417
+
418
+ **What you get:**
419
+ - Command completion: `backlog <TAB>` β†’ shows all commands
420
+ - Dynamic task IDs: `backlog task edit <TAB>` β†’ shows actual task IDs from your backlog
421
+ - Smart flags: `--status <TAB>` β†’ shows configured status values
422
+ - Context-aware suggestions for priorities, labels, and assignees
423
+
424
+ πŸ“– **Full documentation**: See [completions/README.md](completions/README.md) for detailed installation instructions, troubleshooting, and examples.
425
+
426
+ ---
427
+
403
428
  ## <img src="./.github/sharing-export-256.png" alt="Sharing & Export" width="28" height="28" align="center"> Sharing & Export
404
429
 
405
430
  ### Board Export
@@ -430,34 +455,37 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
430
455
 
431
456
  <!-- BOARD_START -->
432
457
 
433
- ## πŸ“Š Backlog.md Project Status (v1.17.3)
458
+ ## πŸ“Š Backlog.md Project Status (v1.18.0)
434
459
 
435
460
  This board was automatically generated by [Backlog.md](https://backlog.md)
436
461
 
437
- Generated on: 2025-10-21 19:12:52
462
+ Generated on: 2025-10-27 21:53:12
438
463
 
439
464
  | To Do | In Progress | Done |
440
465
  | --- | --- | --- |
441
- | **TASK-303** - Optimize Windows CI performance with test sharding | **TASK-289** - Implement resource templates list handler to return empty list instead of error [@codex]<br>*#mcp #enhancement* | **TASK-305** - Improve MCP guidelines to cross-link workflows and clarify documentation notes [@codex]<br>*#retroactive* |
442
- | **TASK-276** - Implement drag mode for TUI kanban board | **TASK-280** - Fix TUI task list selection and detail pane synchronization bug [@codex]<br>*#bug #tui* | **TASK-304** - Update MCP integration documentation and CLI client commands [@codex] |
443
- | **TASK-270** - Prevent command substitution in task creation inputs [@codex] | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-302** - Support flexible ID formats for tasks and docs [@codex] |
444
- | **TASK-268** - Show agent instruction version status [@codex] | **TASK-273** - Refactor search [@codex]<br>*#core #search* | **TASK-301** - Feature: MCP document tools [@codex] |
445
- | **TASK-267** - Add agent instruction version metadata [@codex] | | **TASK-300** - Fix backlog init MCP registration flags for Claude and Gemini [@codex]<br>*#mcp #init* |
446
- | **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | **TASK-299** - Fix MCP initialization for multiple AI coding agents (Codex, Gemini, Claude) [@codex]<br>*#mcp #init #multi-agent-support* |
447
- | **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | **TASK-298** - Fix document title renames [@codex] |
448
- | **TASK-257** - Deep link URLs for tasks in board and list views | | **TASK-297** - Fix Windows MCP git fetch hang during task_create [@codex] |
449
- | **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | **TASK-290** - Improve MCP status field to use enum dropdown with config values [@codex] |
450
- | **TASK-244** - TUI: add live updates via watch in task list and kanban [@codex]<br>*#tui #watcher #enhancement* | | **TASK-288** - Fix browser UI error display and make priority optional<br>*#bug #ui #validation* |
451
- | **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | **TASK-284** - Simplify init flow; launch advanced settings via backlog config [@codex]<br>*#cli #init #config* |
452
- | **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-287** - Add MCP support for agent integration [@codex]<br>*#mcp #integration #agent* |
453
- | └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | **TASK-286** - Add npm script and shell script for updating bun.nix via Docker [@myself]<br>*#tooling #nix #ci* |
454
- | └─ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | **TASK-285** - adjust z-index tooltip style |
455
- | └─ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | |
456
- | **TASK-243** - Enable TUI task reordering with Shift+Arrow keys [@codex]<br>*#tui #ui #enhancement* | | |
457
- | **TASK-240** - Improve binary resolution on Apple Silicon (Rosetta/arch mismatch) [@codex]<br>*#packaging #bug #macos* | | |
458
- | **TASK-239** - Feature: Auto-link tasks to documents/decisions + backlinks [@codex]<br>*#web #enhancement #docs* | | |
459
- | **TASK-222** - Improve task and subtask visualization in web UI | | |
460
- | **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | |
466
+ | **TASK-310** - Strengthen Backlog workflow overview emphasis on reading detailed guides [@codex] | **TASK-289** - Implement resource templates list handler to return empty list instead of error [@codex]<br>*#mcp #enhancement* | **TASK-308** - Add shell tab completion support for CLI commands [@codex]<br>*#enhancement #cli #completion* |
467
+ | **TASK-309** - Improve TUI empty state when task filters return no results [@codex] | **TASK-280** - Fix TUI task list selection and detail pane synchronization bug [@codex]<br>*#bug #tui* | └─ **TASK-308.01** - Research shell completion frameworks and implementation approaches<br>*#research* |
468
+ | **TASK-306** - Improve backlog init flow to ask for confirmation when git repo not found | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | └─ **TASK-308.03** - Implement zsh completion script<br>*#zsh #completion* |
469
+ | **TASK-303** - Optimize Windows CI performance with test sharding | **TASK-273** - Refactor search [@codex]<br>*#core #search* | └─ **TASK-308.04** - Implement fish completion script<br>*#fish #completion* |
470
+ | **TASK-276** - Implement drag mode for TUI kanban board | | └─ **TASK-308.05** - Add dynamic completions for task IDs and config values<br>*#completion #dynamic* |
471
+ | **TASK-270** - Prevent command substitution in task creation inputs [@codex] | | └─ **TASK-308.06** - Add completion installation command<br>*#cli #completion #installation* |
472
+ | **TASK-268** - Show agent instruction version status [@codex] | | └─ **TASK-308.07** - Add completion documentation and tests<br>*#documentation #testing* |
473
+ | **TASK-267** - Add agent instruction version metadata [@codex] | | └─ **TASK-308.02** - Implement bash completion script<br>*#bash #completion* |
474
+ | **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | **TASK-307** - Add dual-mode MCP guidance for workflow docs [@codex] |
475
+ | **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | **TASK-305** - Improve MCP guidelines to cross-link workflows and clarify documentation notes [@codex]<br>*#retroactive* |
476
+ | **TASK-257** - Deep link URLs for tasks in board and list views | | **TASK-304** - Update MCP integration documentation and CLI client commands [@codex] |
477
+ | **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | **TASK-302** - Support flexible ID formats for tasks and docs [@codex] |
478
+ | **TASK-244** - TUI: add live updates via watch in task list and kanban [@codex]<br>*#tui #watcher #enhancement* | | **TASK-301** - Feature: MCP document tools [@codex] |
479
+ | **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | **TASK-300** - Fix backlog init MCP registration flags for Claude and Gemini [@codex]<br>*#mcp #init* |
480
+ | **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-299** - Fix MCP initialization for multiple AI coding agents (Codex, Gemini, Claude) [@codex]<br>*#mcp #init #multi-agent-support* |
481
+ | └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | **TASK-298** - Fix document title renames [@codex] |
482
+ | └─ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | **TASK-297** - Fix Windows MCP git fetch hang during task_create [@codex] |
483
+ | └─ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | **TASK-290** - Improve MCP status field to use enum dropdown with config values [@codex] |
484
+ | **TASK-243** - Enable TUI task reordering with Shift+Arrow keys [@codex]<br>*#tui #ui #enhancement* | | **TASK-288** - Fix browser UI error display and make priority optional<br>*#bug #ui #validation* |
485
+ | **TASK-240** - Improve binary resolution on Apple Silicon (Rosetta/arch mismatch) [@codex]<br>*#packaging #bug #macos* | | **TASK-284** - Simplify init flow; launch advanced settings via backlog config [@codex]<br>*#cli #init #config* |
486
+ | **TASK-239** - Feature: Auto-link tasks to documents/decisions + backlinks [@codex]<br>*#web #enhancement #docs* | | **TASK-287** - Add MCP support for agent integration [@codex]<br>*#mcp #integration #agent* |
487
+ | **TASK-222** - Improve task and subtask visualization in web UI | | **TASK-286** - Add npm script and shell script for updating bun.nix via Docker [@myself]<br>*#tooling #nix #ci* |
488
+ | **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | **TASK-285** - adjust z-index tooltip style |
461
489
 
462
490
  <!-- BOARD_END -->
463
491
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backlog.md",
3
- "version": "1.17.4",
3
+ "version": "1.18.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.17.4",
17
- "backlog.md-linux-arm64": "1.17.4",
18
- "backlog.md-darwin-x64": "1.17.4",
19
- "backlog.md-darwin-arm64": "1.17.4",
20
- "backlog.md-windows-x64": "1.17.4"
16
+ "backlog.md-linux-x64": "1.18.1",
17
+ "backlog.md-linux-arm64": "1.18.1",
18
+ "backlog.md-darwin-x64": "1.18.1",
19
+ "backlog.md-darwin-arm64": "1.18.1",
20
+ "backlog.md-windows-x64": "1.18.1"
21
21
  },
22
22
  "scripts": {
23
23
  "postuninstall": "node postuninstall.cjs"