backlog.md-darwin-arm64 1.6.3 → 1.6.4

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 +8 -8
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -283,20 +283,20 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
283
283
 
284
284
  <!-- BOARD_START -->
285
285
 
286
- ## 📊 Backlog.md Project Status (v1.6.2)
286
+ ## 📊 Backlog.md Project Status (v1.6.3)
287
287
 
288
288
  This board was automatically generated by [Backlog.md](https://backlog.md)
289
289
 
290
- Generated on: 2025-07-26 20:31:57
290
+ Generated on: 2025-07-27 09:32:30
291
291
 
292
292
  | To Do | In Progress | Done |
293
293
  | --- | --- | --- |
294
- | **task-208** - Add paste-as-markdown support in Web UI<br>(Assignees: none, Labels: web-ui, enhancement, markdown) | **└─ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-209** - Fix cleanup command to handle non-standard task filenames<br>(Assignees: @claude, Labels: bug-fix, cli) |
295
- | **task-206** - Order done column by updatedDate in board export<br>(Assignees: none, Labels: board, export, sorting) | | **task-207** - Reorganize backlog init command questions order<br>(Assignees: @claude, Labels: cli, ux, enhancement) |
296
- | **task-200** - Add Claude Code integration with workflow commands during init<br>(Assignees: none, Labels: enhancement, developer-experience) | | **task-205** - Fix Claude Code agent trying to use slash commands instead of backlog CLI<br>(Assignees: @claude, Labels: bug, agent) |
297
- | **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | **task-204** - Add Experimental Claude Code backlog.md agent integration to init command<br>(Assignees: @claude, Labels: cli, integration, dx) |
298
- | **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-203** - Show meaningful description in web kanban<br>(Assignees: @claude, Labels: frontend, enhancement) |
299
- | | | **task-202** - Fix editor integration regression with Helix and other interactive editors<br>(Assignees: none, Labels: bug, regression, editor) |
294
+ | **task-210** - Refactor Nix packaging to build node_modules offline<br>(Assignees: none, Labels: nix, build, packaging) | **└─ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-209** - Fix cleanup command to handle non-standard task filenames<br>(Assignees: @claude, Labels: bug-fix, cli) |
295
+ | **task-208** - Add paste-as-markdown support in Web UI<br>(Assignees: none, Labels: web-ui, enhancement, markdown) | | **task-207** - Reorganize backlog init command questions order<br>(Assignees: @claude, Labels: cli, ux, enhancement) |
296
+ | **task-206** - Order done column by updatedDate in board export<br>(Assignees: none, Labels: board, export, sorting) | | **task-205** - Fix Claude Code agent trying to use slash commands instead of backlog CLI<br>(Assignees: @claude, Labels: bug, agent) |
297
+ | **task-200** - Add Claude Code integration with workflow commands during init<br>(Assignees: none, Labels: enhancement, developer-experience) | | **task-204** - Add Experimental Claude Code backlog.md agent integration to init command<br>(Assignees: @claude, Labels: cli, integration, dx) |
298
+ | **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | **task-203** - Show meaningful description in web kanban<br>(Assignees: @claude, Labels: frontend, enhancement) |
299
+ | **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-202** - Fix editor integration regression with Helix and other interactive editors<br>(Assignees: none, Labels: bug, regression, editor) |
300
300
  | | | **task-201** - Add configurable git hooks bypass option<br>(Assignees: @claude, Labels: enhancement, git) |
301
301
  | | | **task-199** - Add version parameter to board export command<br>(Assignees: none, Labels: none) |
302
302
  | | | **task-198** - Fix markdown content overflow beyond screen width<br>(Assignees: none, 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.6.3",
3
+ "version": "1.6.4",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "bin": {"backlog": "backlog"},