backlog.md-darwin-arm64 1.5.6 → 1.5.7

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 -8
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -110,6 +110,8 @@ The `backlog init` command provides comprehensive project setup with interactive
110
110
  - **Default editor** - editor command for opening tasks (detects from environment)
111
111
  - **Remote operations** - enable/disable fetching tasks from remote branches
112
112
  - **Web UI settings** - port and browser auto-open preferences
113
+ - **Agent guidelines** - AI agent instruction files (CLAUDE.md, .cursorrules, etc.)
114
+ - **Claude Code agent** - optional Backlog.md agent for enhanced task management
113
115
 
114
116
  When re-initializing an existing project, all current configuration values are preserved and pre-populated in prompts, allowing you to update only what you need.
115
117
 
@@ -264,20 +266,21 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
264
266
 
265
267
  <!-- BOARD_START -->
266
268
 
267
- ## 📊 Backlog.md Project Status (v1.5.5)
269
+ ## 📊 Backlog.md Project Status (v1.5.6)
268
270
 
269
271
  This board was automatically generated by [Backlog.md](https://backlog.md)
270
272
 
271
- Generated on: 2025-07-22 21:26:53
273
+ Generated on: 2025-07-23 21:54:54
272
274
 
273
275
  | To Do | In Progress | Done |
274
276
  | --- | --- | --- |
275
- | **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: none, Labels: none) | **└─ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-199** - Add version parameter to board export command<br>(Assignees: none, Labels: none) |
276
- | **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | **task-198** - Fix markdown content overflow beyond screen width<br>(Assignees: none, Labels: none) |
277
- | **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: none, Labels: none) | | **task-197** - Fix decision page refresh showing blank screen<br>(Assignees: none, Labels: none) |
278
- | **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: none, Labels: none) | | **task-196** - Add NixOS packaging support<br>(Assignees: none, Labels: none) |
279
- | **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-195** - Fix React Router deep linking for documentation and decisions pages<br>(Assignees: @claude, Labels: bug, routing, react, ux) |
280
- | | | **task-194** - Add graceful port handling for browser command<br>(Assignees: @claude, Labels: enhancement, ux, error-handling) |
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) |
278
+ | **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
+ | **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
+ | **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) |
281
+ | **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: none, Labels: none) | | **task-196** - Add NixOS packaging support<br>(Assignees: none, Labels: none) |
282
+ | **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: none, Labels: none) | | **task-195** - Fix React Router deep linking for documentation and decisions pages<br>(Assignees: @claude, Labels: bug, routing, react, ux) |
283
+ | **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-194** - Add graceful port handling for browser command<br>(Assignees: @claude, Labels: enhancement, ux, error-handling) |
281
284
  | | | **task-193** - Fix custom markdown editor styles missing in compiled build<br>(Assignees: @kiro, Labels: bug, css, build) |
282
285
  | | | **task-192** - Fix drag-and-drop not working in web view<br>(Assignees: @claude, Labels: bug, web-ui, high-priority) |
283
286
  | | | **task-191** - Migrate from Bun.spawn to Bun shell API<br>(Assignees: @gemini, @claude, Labels: refactoring, developer-experience) |
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.6",
3
+ "version": "1.5.7",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "bin": {"backlog": "backlog"},