backlog.md-darwin-arm64 1.6.0 → 1.6.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 (3) hide show
  1. package/README.md +6 -8
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -283,27 +283,25 @@ 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.5.10)
286
+ ## 📊 Backlog.md Project Status (v1.6.0)
287
287
 
288
288
  This board was automatically generated by [Backlog.md](https://backlog.md)
289
289
 
290
- Generated on: 2025-07-26 15:40:16
290
+ Generated on: 2025-07-26 18:56:16
291
291
 
292
292
  | To Do | In Progress | Done |
293
293
  | --- | --- | --- |
294
294
  | **task-200** - Add Claude Code integration with workflow commands during init<br>(Assignees: none, Labels: enhancement, developer-experience) | **└─ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-205** - Fix Claude Code agent trying to use slash commands instead of backlog CLI<br>(Assignees: @claude, Labels: bug, agent) |
295
- | **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) |
296
- | **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) |
297
- | | | **task-202** - Fix editor integration regression with Helix and other interactive editors<br>(Assignees: none, Labels: bug, regression, editor) |
298
- | | | **task-201** - Add configurable git hooks bypass option<br>(Assignees: @claude, Labels: enhancement, git) |
295
+ | **task-183** - Add ordinal field for custom task ordering in 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) |
296
+ | **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) |
297
+ | **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: none, Labels: none) | | **task-202** - Fix editor integration regression with Helix and other interactive editors<br>(Assignees: none, Labels: bug, regression, editor) |
298
+ | **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-201** - Add configurable git hooks bypass option<br>(Assignees: @claude, Labels: enhancement, git) |
299
299
  | | | **task-199** - Add version parameter to board export command<br>(Assignees: none, Labels: none) |
300
300
  | | | **task-198** - Fix markdown content overflow beyond screen width<br>(Assignees: none, Labels: none) |
301
301
  | | | **task-197** - Fix decision page refresh showing blank screen<br>(Assignees: none, Labels: none) |
302
302
  | | | **task-196** - Add NixOS packaging support<br>(Assignees: none, Labels: none) |
303
303
  | | | **task-191** - Migrate from Bun.spawn to Bun shell API<br>(Assignees: @gemini, @claude, Labels: refactoring, developer-experience) |
304
- | | | **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: Claude, Labels: none) |
305
304
  | | | **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: @claude, Labels: none) |
306
- | | | **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: @claude, Labels: none) |
307
305
 
308
306
  <!-- BOARD_END -->
309
307
 
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.0",
3
+ "version": "1.6.1",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "bin": {"backlog": "backlog"},