backlog.md-darwin-arm64 1.4.2 → 1.4.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 +3 -2
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -253,11 +253,12 @@ 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-15 20:16:16
256
+ Generated on: 2025-07-16 18:23:05
257
257
 
258
258
  | To Do | In Progress | Done |
259
259
  | --- | --- | --- |
260
- | **task-191** - Migrate from Bun.spawn to Bun shell API<br>(Assignees: none, Labels: refactoring, developer-experience) | **└─ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-193** - Fix custom markdown editor styles missing in compiled build<br>(Assignees: @kiro, Labels: bug, css, build) |
260
+ | **task-194** - Add graceful port handling for browser command<br>(Assignees: @kiro, Labels: enhancement, ux, error-handling) | **└─ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-195** - Fix React Router deep linking for documentation and decisions pages<br>(Assignees: @claude, Labels: bug, routing, react, ux) |
261
+ | **task-191** - Migrate from Bun.spawn to Bun shell API<br>(Assignees: none, Labels: refactoring, developer-experience) | | **task-193** - Fix custom markdown editor styles missing in compiled build<br>(Assignees: @kiro, Labels: bug, css, build) |
261
262
  | **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: none, Labels: none) | | **task-192** - Fix drag-and-drop not working in web view<br>(Assignees: @claude, Labels: bug, web-ui, high-priority) |
262
263
  | **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | **task-190** - Fix Git errors and TypeScript compilation issues<br>(Assignees: @claude, Labels: none) |
263
264
  | **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: none, Labels: none) | | **task-189** - Fix CLI hang due to infinite loop in config loading<br>(Assignees: none, Labels: bug, critical, config) |
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.4.2",
3
+ "version": "1.4.3",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "bin": {"backlog": "backlog"},