backlog.md-darwin-arm64 1.3.0 → 1.3.2

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 +12 -8
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -253,17 +253,21 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
253
253
 
254
254
  ## 📊 Backlog.md Project Status (automatically generated by Backlog.md)
255
255
 
256
- Generated on: 2025-07-13 17:55:16
256
+ Generated on: 2025-07-14 06:08:42
257
257
 
258
258
  | To Do | In Progress | Done |
259
259
  | --- | --- | --- |
260
- | **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: none, Labels: none) | **└─ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-185** - Fix task listing incorrectly including README.md files<br>(Assignees: @claude, Labels: none) |
261
- | **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | **task-184** - Investigate Windows bug with task edit status command<br>(Assignees: @claude, Labels: none) |
262
- | **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: none, Labels: none) | | **task-182** - Document agents command and reorganize README CLI reference tables<br>(Assignees: @claude, Labels: none) |
263
- | **task-179** - Add Settings page to web UI with configuration management<br>(Assignees: none, Labels: none) | | **task-178** - Enhance backlog init with comprehensive configuration and re-initialization support<br>(Assignees: @claude, Labels: none) |
264
- | **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: none, Labels: none) | | **task-177** - Automate Kanban board updates in README.md on release<br>(Assignees: @gemini, Labels: none) |
265
- | **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-176** - Add Priority Filtering/Sorting to Task List. Especially with the --plain flag.<br>(Assignees: none, Labels: enhancement) |
266
- | **task-171** - Implement drafts list functionality in CLI and web UI<br>(Assignees: none, Labels: none) | | **task-174** - Implement backlog cleanup command with completed folder management<br>(Assignees: none, Labels: none) |
260
+ | **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: none, Labels: none) | **└─ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-189** - Fix CLI hang due to infinite loop in config loading<br>(Assignees: none, Labels: bug, critical, config) |
261
+ | **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | **task-188** - Add zero-padded IDs configuration option<br>(Assignees: @mjgs, Labels: feature, config, ids, formatting) |
262
+ | **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: none, Labels: none) | | **task-187** - Fix autoCommit setting not being respected by all CLI commands<br>(Assignees: @mjgs, Labels: bug, config, git, cli) |
263
+ | **task-179** - Add Settings page to web UI with configuration management<br>(Assignees: none, Labels: none) | | **task-186** - Fix unreliable ID generation causing duplicate IDs for new items<br>(Assignees: @mjgs, Labels: bug, critical, data-integrity) |
264
+ | **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: none, Labels: none) | | **task-185** - Fix task listing incorrectly including README.md files<br>(Assignees: @claude, Labels: none) |
265
+ | **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-184** - Investigate Windows bug with task edit status command<br>(Assignees: @claude, Labels: none) |
266
+ | **task-171** - Implement drafts list functionality in CLI and web UI<br>(Assignees: none, Labels: none) | | **task-182** - Document agents command and reorganize README CLI reference tables<br>(Assignees: @claude, Labels: none) |
267
+ | | | **task-178** - Enhance backlog init with comprehensive configuration and re-initialization support<br>(Assignees: @claude, Labels: none) |
268
+ | | | **task-177** - Automate Kanban board updates in README.md on release<br>(Assignees: @gemini, Labels: none) |
269
+ | | | **task-176** - Add Priority Filtering/Sorting to Task List. Especially with the --plain flag.<br>(Assignees: none, Labels: enhancement) |
270
+ | | | **task-174** - Implement backlog cleanup command with completed folder management<br>(Assignees: none, Labels: none) |
267
271
  | | | **task-173** - Add CLI command to export Kanban board to markdown<br>(Assignees: @claude, Labels: none) |
268
272
  | | | **task-169** - Fix browser and board crashes<br>(Assignees: @claude, Labels: none) |
269
273
  | | | **task-168** - Fix editor integration issues with vim/nano<br>(Assignees: @claude, Labels: none) |
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.3.0",
3
+ "version": "1.3.2",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "bin": {"backlog": "backlog"},