backlog.md-darwin-arm64 1.9.3 → 1.9.5

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 +12 -13
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -309,25 +309,24 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
309
309
 
310
310
  <!-- BOARD_START -->
311
311
 
312
- ## 📊 Backlog.md Project Status (v1.9.2)
312
+ ## 📊 Backlog.md Project Status (v1.9.4)
313
313
 
314
314
  This board was automatically generated by [Backlog.md](https://backlog.md)
315
315
 
316
- Generated on: 2025-09-05 21:30:12
316
+ Generated on: 2025-09-06 13:13:51
317
317
 
318
318
  | To Do | In Progress | Done |
319
319
  | --- | --- | --- |
320
- | **TASK-254** - Init: default 'No' for Claude agent installation<br>*#cli #init #agents* | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-255** - Add TUI splash screen for bare backlog command [@codex]<br>*#cli #ui #dx* |
321
- | **TASK-253** - Web Board: fix layout for 4+ columns (horizontal scroll)<br>*#web #ui #board* | | **TASK-234** - Investigate newline handling in CLI descriptions [@codex]<br>*#cli #bug #ux* |
322
- | **TASK-252** - Packaging: fix local install bin symlink with optional platform packages<br>*#bug #packaging #npm* | | **TASK-236** - Fix TUI Unicode rendering for CJK (Chinese shows as ?) [@codex]<br>*#tui #bug #unicode* |
323
- | **TASK-251** - Board: harden remote branch normalization to avoid origin/origin refs<br>*#bug #board #git* | | **TASK-246** - Domain: split Description/Plan/Notes into first-party Task fields [@codex]<br>*#domain #parsing #web-ui #tui* |
324
- | **TASK-250** - Docs: fix subpath documents listing/view + unique IDs<br>*#docs #bug #cli* | | **TASK-227** - Web UI: interactive acceptance criteria editor [@codex]<br>*#web-ui #enhancement* |
325
- | **TASK-247** - Web UI - Read-only Description with Edit Toggle (Hide Editor Mode Buttons)<br>*#web-ui #editor #ux* | | **TASK-245** - Fix case-insensitive priority filtering [@codex] |
326
- | **TASK-248** - Circular navigation in TUI list and Kanban board<br>*#ui #tui #kanban* | | **TASK-232** - Nix build fails due to missing libstdc++.so.6 |
327
- | **TASK-244** - TUI: add live updates via watch in task list and kanban [@codex]<br>*#tui #watcher #enhancement* | | **TASK-231** - Fix case-insensitive status grouping and status normalization [@codex] |
328
- | **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | **TASK-230** - Add --plain to task create/edit and print plain details after operation [@codex]<br>*#cli #plain-output* |
329
- | **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | |
330
- | └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | |
320
+ | **TASK-254** - Init: default 'No' for Claude agent installation<br>*#cli #init #agents* | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-252** - Packaging: fix local install bin symlink with optional platform packages [@codex]<br>*#bug #packaging #npm* |
321
+ | **TASK-253** - Web Board: fix layout for 4+ columns (horizontal scroll)<br>*#web #ui #board* | | **TASK-255** - Add TUI splash screen for bare backlog command [@codex]<br>*#cli #ui #dx* |
322
+ | **TASK-251** - Board: harden remote branch normalization to avoid origin/origin refs<br>*#bug #board #git* | | **TASK-234** - Investigate newline handling in CLI descriptions [@codex]<br>*#cli #bug #ux* |
323
+ | **TASK-250** - Docs: fix subpath documents listing/view + unique IDs<br>*#docs #bug #cli* | | **TASK-236** - Fix TUI Unicode rendering for CJK (Chinese shows as ?) [@codex]<br>*#tui #bug #unicode* |
324
+ | **TASK-247** - Web UI - Read-only Description with Edit Toggle (Hide Editor Mode Buttons)<br>*#web-ui #editor #ux* | | **TASK-246** - Domain: split Description/Plan/Notes into first-party Task fields [@codex]<br>*#domain #parsing #web-ui #tui* |
325
+ | **TASK-248** - Circular navigation in TUI list and Kanban board<br>*#ui #tui #kanban* | | **TASK-227** - Web UI: interactive acceptance criteria editor [@codex]<br>*#web-ui #enhancement* |
326
+ | **TASK-244** - TUI: add live updates via watch in task list and kanban [@codex]<br>*#tui #watcher #enhancement* | | **TASK-245** - Fix case-insensitive priority filtering [@codex] |
327
+ | **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | **TASK-232** - Nix build fails due to missing libstdc++.so.6 |
328
+ | **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-231** - Fix case-insensitive status grouping and status normalization [@codex] |
329
+ | └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | **TASK-230** - Add --plain to task create/edit and print plain details after operation [@codex]<br>*#cli #plain-output* |
331
330
  | └─ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | |
332
331
  | └─ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | |
333
332
  | └─ **TASK-217.01** - Sequences server: endpoints for list and move<br>*#sequences* | | |
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.9.3",
3
+ "version": "1.9.5",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "files": ["backlog","package.json","LICENSE"]