backlog.md-darwin-arm64 1.6.9 → 1.6.11

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 +13 -14
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -287,26 +287,25 @@ 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.8)
290
+ ## 📊 Backlog.md Project Status (v1.6.10)
291
291
 
292
292
  This board was automatically generated by [Backlog.md](https://backlog.md)
293
293
 
294
- Generated on: 2025-08-03 15:08:47
294
+ Generated on: 2025-08-03 16:41:34
295
295
 
296
296
  | To Do | In Progress | Done |
297
297
  | --- | --- | --- |
298
- | **task-222** - Improve task and subtask visualization in web UI<br>(Assignees: none, Labels: none) | **└─ 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-221** - Add favicon to web interface<br>(Assignees: none, Labels: none) | | **task-219** - Refactor server component to fix separation of concerns violations<br>(Assignees: none, Labels: refactoring, architecture, server) |
300
- | **task-217** - Create web UI for sequences with drag-and-drop<br>(Assignees: none, Labels: sequences, web-ui, frontend) | | **task-211** - Add version number display to browser UI<br>(Assignees: none, Labels: ui, frontend, enhancement) |
301
- | **task-216** - Add server API endpoints and web UI for sequences<br>(Assignees: none, Labels: sequences, api, backend, web-ui, frontend) | | **task-210** - Refactor Nix packaging to build node_modules offline<br>(Assignees: none, Labels: nix, build, packaging) |
302
- | **task-215** - Implement TUI view for sequences<br>(Assignees: none, Labels: sequences, tui, ui) | | **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: @claude, Labels: none) |
303
- | **task-214** - Add CLI command to list sequences (plain text output)<br>(Assignees: none, Labels: sequences, cli) | | |
304
- | **task-213** - Compute sequences from task dependencies<br>(Assignees: none, Labels: sequences, core) | | |
305
- | **task-212** - Improve board export UI formatting and readability<br>(Assignees: none, Labels: formatting, dx, cli) | | |
306
- | **task-208** - Add paste-as-markdown support in Web UI<br>(Assignees: none, Labels: web-ui, enhancement, markdown) | | |
307
- | **task-206** - Order done column by updatedDate in board export<br>(Assignees: none, Labels: board, export, sorting) | | |
308
- | **task-200** - Add Claude Code integration with workflow commands during init<br>(Assignees: none, Labels: enhancement, developer-experience) | | |
309
- | **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | |
298
+ | **TASK-222** - Improve task and subtask visualization in web UI | └─ **TASK-24.1** - CLI: Kanban board milestone view [@@codex] | **TASK-221** - Add favicon to web interface |
299
+ | **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-220** - Fix Helix editor integration with proper TUI suspension [@@claude] |
300
+ | **TASK-216** - Add server API endpoints and web UI for sequences<br>*#sequences #api #backend #web-ui #frontend* | | **TASK-219** - Refactor server component to fix separation of concerns violations<br>*#refactoring #architecture #server* |
301
+ | **TASK-215** - Implement TUI view for sequences<br>*#sequences #tui #ui* | | **TASK-211** - Add version number display to browser UI<br>*#ui #frontend #enhancement* |
302
+ | **TASK-214** - Add CLI command to list sequences (plain text output)<br>*#sequences #cli* | | **TASK-210** - Refactor Nix packaging to build node_modules offline<br>*#nix #build #packaging* |
303
+ | **TASK-213** - Compute sequences from task dependencies<br>*#sequences #core* | | **TASK-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions [@@claude] |
304
+ | **TASK-212** - Improve board export UI formatting and readability<br>*#formatting #dx #cli* | | |
305
+ | **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | |
306
+ | **TASK-206** - Order done column by updatedDate in board export<br>*#board #export #sorting* | | |
307
+ | **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | |
308
+ | **TASK-181** - Add statistics dashboard to web UI | | |
310
309
 
311
310
  <!-- BOARD_END -->
312
311
 
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.6.9",
3
+ "version": "1.6.11",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "bin": {"backlog": "backlog"},