backlog.md-darwin-arm64 1.6.7 → 1.6.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 +15 -14
- package/backlog +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -287,26 +287,27 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
|
|
|
287
287
|
|
|
288
288
|
<!-- BOARD_START -->
|
|
289
289
|
|
|
290
|
-
## 📊 Backlog.md Project Status (v1.6.
|
|
290
|
+
## 📊 Backlog.md Project Status (v1.6.7)
|
|
291
291
|
|
|
292
292
|
This board was automatically generated by [Backlog.md](https://backlog.md)
|
|
293
293
|
|
|
294
|
-
Generated on: 2025-08-01
|
|
294
|
+
Generated on: 2025-08-01 20:57:14
|
|
295
295
|
|
|
296
296
|
| To Do | In Progress | Done |
|
|
297
297
|
| --- | --- | --- |
|
|
298
|
-
| **task-217** - Create web UI for sequences with drag-and-drop<br>(Assignees: none, Labels: sequences, web-ui, frontend) | **└─ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-
|
|
299
|
-
| **task-216** - Add server API endpoints and web UI for sequences<br>(Assignees: none, Labels: sequences, api, backend, web-ui, frontend) | | **task-
|
|
300
|
-
| **task-215** - Implement TUI view for sequences<br>(Assignees: none, Labels: sequences, tui, ui) | | **task-
|
|
301
|
-
| **task-214** - Add CLI command to list sequences (plain text output)<br>(Assignees: none, Labels: sequences, cli) | | **task-
|
|
302
|
-
| **task-213** - Compute sequences from task dependencies<br>(Assignees: none, Labels: sequences, core) | | **task-
|
|
303
|
-
| **task-212** - Improve board export UI formatting and readability<br>(Assignees: none, Labels: formatting, dx, cli) | | **task-
|
|
304
|
-
| **task-211** - Add version number display to browser UI<br>(Assignees: none, Labels: ui, frontend, enhancement) | | **task-
|
|
305
|
-
| **task-208** - Add paste-as-markdown support in Web UI<br>(Assignees: none, Labels: web-ui, enhancement, markdown) | | **task-
|
|
306
|
-
| **task-206** - Order done column by updatedDate in board export<br>(Assignees: none, Labels: board, export, sorting) | | **task-
|
|
307
|
-
| **task-200** - Add Claude Code integration with workflow commands during init<br>(Assignees: none, Labels: enhancement, developer-experience) | | **task-
|
|
308
|
-
| **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | **task-
|
|
309
|
-
| **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-
|
|
298
|
+
| **task-217** - Create web UI for sequences with drag-and-drop<br>(Assignees: none, Labels: sequences, web-ui, frontend) | **└─ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-220** - Fix Helix editor integration with proper TUI suspension<br>(Assignees: @claude, Labels: none) |
|
|
299
|
+
| **task-216** - Add server API endpoints and web UI for sequences<br>(Assignees: none, Labels: sequences, api, backend, web-ui, frontend) | | **task-219** - Refactor server component to fix separation of concerns violations<br>(Assignees: none, Labels: refactoring, architecture, server) |
|
|
300
|
+
| **task-215** - Implement TUI view for sequences<br>(Assignees: none, Labels: sequences, tui, ui) | | **task-210** - Refactor Nix packaging to build node_modules offline<br>(Assignees: none, Labels: nix, build, packaging) |
|
|
301
|
+
| **task-214** - Add CLI command to list sequences (plain text output)<br>(Assignees: none, Labels: sequences, cli) | | **task-209** - Fix cleanup command to handle non-standard task filenames<br>(Assignees: @claude, Labels: bug-fix, cli) |
|
|
302
|
+
| **task-213** - Compute sequences from task dependencies<br>(Assignees: none, Labels: sequences, core) | | **task-207** - Reorganize backlog init command questions order<br>(Assignees: @claude, Labels: cli, ux, enhancement) |
|
|
303
|
+
| **task-212** - Improve board export UI formatting and readability<br>(Assignees: none, Labels: formatting, dx, cli) | | **task-205** - Fix Claude Code agent trying to use slash commands instead of backlog CLI<br>(Assignees: @claude, Labels: bug, agent) |
|
|
304
|
+
| **task-211** - Add version number display to browser UI<br>(Assignees: none, Labels: ui, frontend, enhancement) | | **task-204** - Add Experimental Claude Code backlog.md agent integration to init command<br>(Assignees: @claude, Labels: cli, integration, dx) |
|
|
305
|
+
| **task-208** - Add paste-as-markdown support in Web UI<br>(Assignees: none, Labels: web-ui, enhancement, markdown) | | **task-203** - Show meaningful description in web kanban<br>(Assignees: @claude, Labels: frontend, enhancement) |
|
|
306
|
+
| **task-206** - Order done column by updatedDate in board export<br>(Assignees: none, Labels: board, export, sorting) | | **task-202** - Fix editor integration regression with Helix and other interactive editors<br>(Assignees: none, Labels: bug, regression, editor) |
|
|
307
|
+
| **task-200** - Add Claude Code integration with workflow commands during init<br>(Assignees: none, Labels: enhancement, developer-experience) | | **task-201** - Add configurable git hooks bypass option<br>(Assignees: @claude, Labels: enhancement, git) |
|
|
308
|
+
| **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | **task-199** - Add version parameter to board export command<br>(Assignees: none, Labels: none) |
|
|
309
|
+
| **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-198** - Fix markdown content overflow beyond screen width<br>(Assignees: none, Labels: none) |
|
|
310
|
+
| | | **task-197** - Fix decision page refresh showing blank screen<br>(Assignees: none, Labels: none) |
|
|
310
311
|
| | | **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: Claude, Labels: none) |
|
|
311
312
|
| | | **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: @claude, Labels: none) |
|
|
312
313
|
| | | **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: @claude, Labels: none) |
|
package/backlog
CHANGED
|
Binary file
|