backlog.md-darwin-arm64 1.5.7 → 1.5.8

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 +4 -3
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -266,15 +266,16 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
266
266
 
267
267
  <!-- BOARD_START -->
268
268
 
269
- ## 📊 Backlog.md Project Status (v1.5.6)
269
+ ## 📊 Backlog.md Project Status (v1.5.7)
270
270
 
271
271
  This board was automatically generated by [Backlog.md](https://backlog.md)
272
272
 
273
- Generated on: 2025-07-23 21:54:54
273
+ Generated on: 2025-07-25 20:39:31
274
274
 
275
275
  | To Do | In Progress | Done |
276
276
  | --- | --- | --- |
277
- | **task-201** - Add configurable git hooks bypass option<br>(Assignees: none, Labels: enhancement, git) | **└─ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-202** - Fix editor integration regression with Helix and other interactive editors<br>(Assignees: none, Labels: bug, regression, editor) |
277
+ | **task-203** - Show meaningful description in web kanban<br>(Assignees: none, Labels: frontend, enhancement) | **└─ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-204** - Add Experimental Claude Code backlog.md agent integration to init command<br>(Assignees: @claude, Labels: cli, integration, dx) |
278
+ | **task-201** - Add configurable git hooks bypass option<br>(Assignees: none, Labels: enhancement, git) | | **task-202** - Fix editor integration regression with Helix and other interactive editors<br>(Assignees: none, Labels: bug, regression, editor) |
278
279
  | **task-200** - Add Claude Code integration with workflow commands during init<br>(Assignees: none, Labels: enhancement, developer-experience) | | **task-199** - Add version parameter to board export command<br>(Assignees: none, Labels: none) |
279
280
  | **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: none, Labels: none) | | **task-198** - Fix markdown content overflow beyond screen width<br>(Assignees: none, Labels: none) |
280
281
  | **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | **task-197** - Fix decision page refresh showing blank screen<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.5.7",
3
+ "version": "1.5.8",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "bin": {"backlog": "backlog"},