backlog.md-darwin-arm64 1.20.0 → 1.21.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 +6 -4
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -388,6 +388,8 @@ Whenever you revisit `backlog init` or rerun `backlog config`, the wizard pre-po
388
388
  | `checkActiveBranches` | Check task states across active branches for accuracy | `true` |
389
389
  | `activeBranchDays` | How many days a branch is considered active | `30` |
390
390
 
391
+ > Editor setup guide: See [Configuring VIM and Neovim as Default Editor](backlog/docs/doc-002%20-%20Configuring-VIM-and-Neovim-as-Default-Editor.md) for configuration tips and troubleshooting interactive editors.
392
+
391
393
  > **Note**: Set `remoteOperations: false` to work offline. This disables git fetch operations and loads tasks from local branches only, useful when working without network connectivity.
392
394
 
393
395
  > **Git Control**: By default, `autoCommit` is set to `false`, giving you full control over your git history. Task operations will modify files but won't automatically commit changes. Set `autoCommit: true` if you prefer automatic commits for each task operation.
@@ -455,16 +457,16 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
455
457
 
456
458
  <!-- BOARD_START -->
457
459
 
458
- ## 📊 Backlog.md Project Status (v1.19.0)
460
+ ## 📊 Backlog.md Project Status (v1.20.1)
459
461
 
460
462
  This board was automatically generated by [Backlog.md](https://backlog.md)
461
463
 
462
- Generated on: 2025-11-12 19:06:20
464
+ Generated on: 2025-11-15 23:51:43
463
465
 
464
466
  | To Do | In Progress | Done |
465
467
  | --- | --- | --- |
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-316** - Serve backlog images and static assets under /assets/backlog [@codex]<br>*#server #web #assets* |
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* | |
468
+ | **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-317** - Add Mermaid diagram rendering in web UI [@codex]<br>*#feature #web* |
469
+ | **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-316** - Serve backlog images and static assets under /assets/backlog [@codex]<br>*#server #web #assets* |
468
470
  | **TASK-270** - Prevent command substitution in task creation inputs [@codex] | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | |
469
471
  | **TASK-268** - Show agent instruction version status [@codex] | **TASK-273** - Refactor search [@codex]<br>*#core #search* | |
470
472
  | **TASK-267** - Add agent instruction version metadata [@codex] | | |
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.20.0",
3
+ "version": "1.21.0",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "files": ["backlog","package.json","LICENSE"],