backlog.md 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.
- package/README.md +4 -3
- package/package.json +6 -6
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.
|
|
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-
|
|
273
|
+
Generated on: 2025-07-25 20:39:31
|
|
274
274
|
|
|
275
275
|
| To Do | In Progress | Done |
|
|
276
276
|
| --- | --- | --- |
|
|
277
|
-
| **task-
|
|
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/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "backlog.md",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.8",
|
|
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.8",
|
|
9
|
+
"backlog.md-linux-arm64": "1.5.8",
|
|
10
|
+
"backlog.md-darwin-x64": "1.5.8",
|
|
11
|
+
"backlog.md-darwin-arm64": "1.5.8",
|
|
12
|
+
"backlog.md-windows-x64": "1.5.8"
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
15
|
"postuninstall": "node postuninstall.cjs"
|