backlog.md-darwin-arm64 1.22.1 → 1.23.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.
- package/README.md +9 -6
- package/backlog +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -387,6 +387,7 @@ Whenever you revisit `backlog init` or rerun `backlog config`, the wizard pre-po
|
|
|
387
387
|
| `zeroPaddedIds` | Pad all IDs (tasks, docs, etc.) with leading zeros | `(disabled)` |
|
|
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
|
+
| `onStatusChange` | Shell command to run on status change | `(disabled)` |
|
|
390
391
|
|
|
391
392
|
> 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
393
|
|
|
@@ -398,6 +399,8 @@ Whenever you revisit `backlog init` or rerun `backlog config`, the wizard pre-po
|
|
|
398
399
|
|
|
399
400
|
> **Performance**: Cross-branch checking ensures accurate task tracking across all active branches but may impact performance on large repositories. You can disable it by setting `checkActiveBranches: false` for maximum speed, or adjust `activeBranchDays` to control how far back to look for branch activity (lower values = better performance).
|
|
400
401
|
|
|
402
|
+
> **Status Change Callbacks**: Set `onStatusChange` to run a shell command whenever a task's status changes. Available variables: `$TASK_ID`, `$OLD_STATUS`, `$NEW_STATUS`, `$TASK_TITLE`. Per-task override via `onStatusChange` in task frontmatter. Example: `'if [ "$NEW_STATUS" = "In Progress" ]; then claude "Task $TASK_ID ($TASK_TITLE) has been assigned to you. Please implement it." & fi'`
|
|
403
|
+
|
|
401
404
|
> **Date/Time Support**: Backlog.md now supports datetime precision for all dates. New items automatically include time (YYYY-MM-DD HH:mm format in UTC), while existing date-only entries remain unchanged for backward compatibility. Use the migration script `bun src/scripts/migrate-dates.ts` to optionally add time to existing items.
|
|
402
405
|
|
|
403
406
|
---
|
|
@@ -457,18 +460,18 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
|
|
|
457
460
|
|
|
458
461
|
<!-- BOARD_START -->
|
|
459
462
|
|
|
460
|
-
## 📊 Backlog.md Project Status (v1.22.
|
|
463
|
+
## 📊 Backlog.md Project Status (v1.22.1)
|
|
461
464
|
|
|
462
465
|
This board was automatically generated by [Backlog.md](https://backlog.md)
|
|
463
466
|
|
|
464
|
-
Generated on: 2025-11-
|
|
467
|
+
Generated on: 2025-11-28 18:34:59
|
|
465
468
|
|
|
466
469
|
| To Do | In Progress | Done |
|
|
467
470
|
| --- | --- | --- |
|
|
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-
|
|
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-
|
|
470
|
-
| **TASK-270** - Prevent command substitution in task creation inputs [@codex] | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-
|
|
471
|
-
| **TASK-268** - Show agent instruction version status [@codex] | **TASK-273** - Refactor search [@codex]<br>*#core #search* |
|
|
471
|
+
| **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-320** - Refactor and fix move mode implementation [@claude]<br>*#bug #tui #high-priority* |
|
|
472
|
+
| **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-318** - Fix editor stdio inheritance for interactive editors (vim/neovim) [@samvincent]<br>*#bug #editor #vim* |
|
|
473
|
+
| **TASK-270** - Prevent command substitution in task creation inputs [@codex] | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-319** - Add move mode keyboard navigation to Kanban board [@claude]<br>*#tui #kanban #keyboard-navigation #ux* |
|
|
474
|
+
| **TASK-268** - Show agent instruction version status [@codex] | **TASK-273** - Refactor search [@codex]<br>*#core #search* | |
|
|
472
475
|
| **TASK-267** - Add agent instruction version metadata [@codex] | | |
|
|
473
476
|
| **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | |
|
|
474
477
|
| **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | |
|
package/backlog
CHANGED
|
Binary file
|