backlog.md 1.8.1 → 1.8.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.
- package/README.md +12 -15
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -293,27 +293,24 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
|
|
|
293
293
|
|
|
294
294
|
<!-- BOARD_START -->
|
|
295
295
|
|
|
296
|
-
## 📊 Backlog.md Project Status (v1.8.
|
|
296
|
+
## 📊 Backlog.md Project Status (v1.8.2)
|
|
297
297
|
|
|
298
298
|
This board was automatically generated by [Backlog.md](https://backlog.md)
|
|
299
299
|
|
|
300
|
-
Generated on: 2025-08-
|
|
300
|
+
Generated on: 2025-08-12 20:08:24
|
|
301
301
|
|
|
302
302
|
| To Do | In Progress | Done |
|
|
303
303
|
| --- | --- | --- |
|
|
304
|
-
| **TASK-
|
|
305
|
-
| **TASK-
|
|
306
|
-
| **TASK-
|
|
307
|
-
| **TASK-
|
|
308
|
-
| **TASK-
|
|
309
|
-
| **TASK-
|
|
310
|
-
| **TASK-
|
|
311
|
-
| **TASK-
|
|
312
|
-
| **TASK-
|
|
313
|
-
|
|
|
314
|
-
| | | **TASK-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions [@claude] |
|
|
315
|
-
| | | **TASK-219** - Refactor server component to fix separation of concerns violations<br>*#refactoring #architecture #server* |
|
|
316
|
-
| | | **TASK-210** - Refactor Nix packaging to build node_modules offline<br>*#nix #build #packaging* |
|
|
304
|
+
| **TASK-228** - Replace @uiw/react-md-editor with TOAST UI Editor for rich-text editing<br>*#web-ui #enhancement #editor* | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-231** - Fix case-insensitive status grouping and status normalization [@codex] |
|
|
305
|
+
| **TASK-227** - Web UI: interactive acceptance criteria editor<br>*#web-ui #enhancement* | | **TASK-230** - Add --plain to task create/edit and print plain details after operation [@codex]<br>*#cli #plain-output* |
|
|
306
|
+
| **TASK-222** - Improve task and subtask visualization in web UI | | **TASK-226** - CLI: per-index add/remove of acceptance criteria<br>*#cli #enhancement* |
|
|
307
|
+
| **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-225** - Fix CLI board command ignoring checkActiveBranches config setting<br>*#bug #performance* |
|
|
308
|
+
| **TASK-216** - Add server API endpoints and web UI for sequences<br>*#sequences #api #backend #web-ui #frontend* | | |
|
|
309
|
+
| **TASK-215** - Implement TUI view for sequences<br>*#sequences #tui #ui* | | |
|
|
310
|
+
| **TASK-214** - Add CLI command to list sequences (plain text output)<br>*#sequences #cli* | | |
|
|
311
|
+
| **TASK-213** - Compute sequences from task dependencies<br>*#sequences #core* | | |
|
|
312
|
+
| **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | |
|
|
313
|
+
| **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | |
|
|
317
314
|
|
|
318
315
|
<!-- BOARD_END -->
|
|
319
316
|
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "backlog.md",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.3",
|
|
4
4
|
"bin": {
|
|
5
5
|
"backlog": "cli.js"
|
|
6
6
|
},
|
|
7
7
|
"optionalDependencies": {
|
|
8
|
-
"backlog.md-linux-x64": "1.8.
|
|
9
|
-
"backlog.md-linux-arm64": "1.8.
|
|
10
|
-
"backlog.md-darwin-x64": "1.8.
|
|
11
|
-
"backlog.md-darwin-arm64": "1.8.
|
|
12
|
-
"backlog.md-windows-x64": "1.8.
|
|
8
|
+
"backlog.md-linux-x64": "1.8.3",
|
|
9
|
+
"backlog.md-linux-arm64": "1.8.3",
|
|
10
|
+
"backlog.md-darwin-x64": "1.8.3",
|
|
11
|
+
"backlog.md-darwin-arm64": "1.8.3",
|
|
12
|
+
"backlog.md-windows-x64": "1.8.3"
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
15
|
"postuninstall": "node postuninstall.cjs"
|