backlog.md-darwin-arm64 1.6.1 → 1.6.3

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 +11 -7
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -283,25 +283,29 @@ 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.0)
286
+ ## 📊 Backlog.md Project Status (v1.6.2)
287
287
 
288
288
  This board was automatically generated by [Backlog.md](https://backlog.md)
289
289
 
290
- Generated on: 2025-07-26 18:56:16
290
+ Generated on: 2025-07-26 20:31:57
291
291
 
292
292
  | To Do | In Progress | Done |
293
293
  | --- | --- | --- |
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-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) |
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) |
300
+ | | | **task-201** - Add configurable git hooks bypass option<br>(Assignees: @claude, Labels: enhancement, git) |
299
301
  | | | **task-199** - Add version parameter to board export command<br>(Assignees: none, Labels: none) |
300
302
  | | | **task-198** - Fix markdown content overflow beyond screen width<br>(Assignees: none, Labels: none) |
301
303
  | | | **task-197** - Fix decision page refresh showing blank screen<br>(Assignees: none, Labels: none) |
302
304
  | | | **task-196** - Add NixOS packaging support<br>(Assignees: none, Labels: none) |
303
305
  | | | **task-191** - Migrate from Bun.spawn to Bun shell API<br>(Assignees: @gemini, @claude, Labels: refactoring, developer-experience) |
306
+ | | | **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: Claude, Labels: none) |
304
307
  | | | **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: @claude, Labels: none) |
308
+ | | | **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: @claude, Labels: none) |
305
309
 
306
310
  <!-- BOARD_END -->
307
311
 
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.1",
3
+ "version": "1.6.3",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "bin": {"backlog": "backlog"},