backlog.md 1.5.7 → 1.5.9
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.
- package/README.md +10 -14
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -266,26 +266,22 @@ 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.
|
|
269
|
+
## 📊 Backlog.md Project Status (v1.5.8)
|
|
270
270
|
|
|
271
271
|
This board was automatically generated by [Backlog.md](https://backlog.md)
|
|
272
272
|
|
|
273
|
-
Generated on: 2025-07-
|
|
273
|
+
Generated on: 2025-07-25 21:04:15
|
|
274
274
|
|
|
275
275
|
| To Do | In Progress | Done |
|
|
276
276
|
| --- | --- | --- |
|
|
277
|
-
| **task-
|
|
278
|
-
| **task-
|
|
279
|
-
| **task-
|
|
280
|
-
| **task-
|
|
281
|
-
| **task-
|
|
282
|
-
| **task-
|
|
283
|
-
| **task-
|
|
284
|
-
|
|
|
285
|
-
| | | **task-192** - Fix drag-and-drop not working in web view<br>(Assignees: @claude, Labels: bug, web-ui, high-priority) |
|
|
286
|
-
| | | **task-191** - Migrate from Bun.spawn to Bun shell API<br>(Assignees: @gemini, @claude, Labels: refactoring, developer-experience) |
|
|
287
|
-
| | | **task-179** - Add Settings page to web UI with configuration management<br>(Assignees: @claude, Labels: none) |
|
|
288
|
-
| | | **task-171** - Implement drafts list functionality in CLI and web UI<br>(Assignees: @claude, Labels: none) |
|
|
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-205** - Fix Claude Code agent trying to use slash commands instead of backlog CLI<br>(Assignees: @claude, Labels: bug, agent) |
|
|
278
|
+
| **task-201** - Add configurable git hooks bypass option<br>(Assignees: none, Labels: enhancement, git) | | **task-204** - Add Experimental Claude Code backlog.md agent integration to init command<br>(Assignees: @claude, Labels: cli, integration, dx) |
|
|
279
|
+
| **task-200** - Add Claude Code integration with workflow commands during init<br>(Assignees: none, Labels: enhancement, developer-experience) | | **task-202** - Fix editor integration regression with Helix and other interactive editors<br>(Assignees: none, Labels: bug, regression, editor) |
|
|
280
|
+
| **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: none, Labels: none) | | **task-199** - Add version parameter to board export command<br>(Assignees: none, Labels: none) |
|
|
281
|
+
| **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) |
|
|
282
|
+
| **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) |
|
|
283
|
+
| **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) |
|
|
284
|
+
| **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-191** - Migrate from Bun.spawn to Bun shell API<br>(Assignees: @gemini, @claude, Labels: refactoring, developer-experience) |
|
|
289
285
|
|
|
290
286
|
<!-- BOARD_END -->
|
|
291
287
|
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "backlog.md",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.9",
|
|
4
4
|
"bin": {
|
|
5
5
|
"backlog": "cli.js"
|
|
6
6
|
},
|
|
7
7
|
"optionalDependencies": {
|
|
8
|
-
"backlog.md-linux-x64": "1.5.
|
|
9
|
-
"backlog.md-linux-arm64": "1.5.
|
|
10
|
-
"backlog.md-darwin-x64": "1.5.
|
|
11
|
-
"backlog.md-darwin-arm64": "1.5.
|
|
12
|
-
"backlog.md-windows-x64": "1.5.
|
|
8
|
+
"backlog.md-linux-x64": "1.5.9",
|
|
9
|
+
"backlog.md-linux-arm64": "1.5.9",
|
|
10
|
+
"backlog.md-darwin-x64": "1.5.9",
|
|
11
|
+
"backlog.md-darwin-arm64": "1.5.9",
|
|
12
|
+
"backlog.md-windows-x64": "1.5.9"
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
15
|
"postuninstall": "node postuninstall.cjs"
|