backlog.md-darwin-arm64 1.9.0 → 1.9.1

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 +33 -10
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -150,6 +150,16 @@ When re-initializing an existing project, all current configuration values are p
150
150
  | Add deps | `backlog task edit 7 --dep task-1 --dep task-2` |
151
151
  | Archive | `backlog task archive 7` |
152
152
 
153
+ #### Multi-line descriptions
154
+
155
+ The CLI preserves literal newline characters; `\n` sequences are not converted. To enter multi-paragraph text:
156
+
157
+ - **Bash/Zsh**: `backlog task create "Feature" --desc $'Line1\nLine2\n\nFinal paragraph'`
158
+ - **POSIX sh**: `backlog task create "Feature" --desc "$(printf 'Line1\nLine2\n\nFinal paragraph')"`
159
+ - **PowerShell**: `backlog task create "Feature" --desc "Line1`nLine2`n`nFinal paragraph"`
160
+
161
+ The CLI help displays the Bash example with escaped `\\n` sequences; when typing the command, use a single `\n` to insert a newline.
162
+
153
163
  ### Draft Workflow
154
164
 
155
165
  | Action | Example |
@@ -295,22 +305,35 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
295
305
 
296
306
  <!-- BOARD_START -->
297
307
 
298
- ## 📊 Backlog.md Project Status (v1.8.3)
308
+ ## 📊 Backlog.md Project Status (v1.9.0)
299
309
 
300
310
  This board was automatically generated by [Backlog.md](https://backlog.md)
301
311
 
302
- Generated on: 2025-08-17 15:05:53
312
+ Generated on: 2025-09-03 21:26:52
303
313
 
304
314
  | To Do | In Progress | Done |
305
315
  | --- | --- | --- |
306
- | **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-232** - Nix build fails due to missing libstdc++.so.6 |
307
- | **TASK-227** - Web UI: interactive acceptance criteria editor<br>*#web-ui #enhancement* | | **TASK-231** - Fix case-insensitive status grouping and status normalization [@codex] |
308
- | **TASK-222** - Improve task and subtask visualization in web UI | | **TASK-230** - Add --plain to task create/edit and print plain details after operation [@codex]<br>*#cli #plain-output* |
309
- | **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-226** - CLI: per-index add/remove of acceptance criteria<br>*#cli #enhancement* |
310
- | **TASK-216** - Add server API endpoints and web UI for sequences<br>*#sequences #api #backend #web-ui #frontend* | | **TASK-225** - Fix CLI board command ignoring checkActiveBranches config setting<br>*#bug #performance* |
311
- | **TASK-215** - Implement TUI view for sequences<br>*#sequences #tui #ui* | | |
312
- | **TASK-214** - Add CLI command to list sequences (plain text output)<br>*#sequences #cli* | | |
313
- | **TASK-213** - Compute sequences from task dependencies<br>*#sequences #core* | | |
316
+ | **TASK-247** - Web UI - Read-only Description with Edit Toggle (Hide Editor Mode Buttons)<br>*#web-ui #editor #ux* | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-236** - Fix TUI Unicode rendering for CJK (Chinese shows as ?) [@codex]<br>*#tui #bug #unicode* |
317
+ | **TASK-248** - Circular navigation in TUI list and Kanban board<br>*#ui #tui #kanban* | | **TASK-246** - Domain: split Description/Plan/Notes into first-party Task fields [@codex]<br>*#domain #parsing #web-ui #tui* |
318
+ | **TASK-244** - TUI: add live updates via watch in task list and kanban [@codex]<br>*#tui #watcher #enhancement* | | **TASK-227** - Web UI: interactive acceptance criteria editor [@codex]<br>*#web-ui #enhancement* |
319
+ | **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | **TASK-245** - Fix case-insensitive priority filtering [@codex] |
320
+ | **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | └─ **TASK-217.01** - Sequences server: endpoints for list and move [@codex]<br>*#sequences* |
321
+ | └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | **TASK-215** - Implement TUI view for sequences<br>*#sequences #tui #ui* |
322
+ | └─ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | └─ **TASK-215.05** - TUI sequences: tests and stability [@codex]<br>*#sequences* |
323
+ | └─ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | └─ **TASK-215.04** - TUI sequences: create new sequences via drop positions [@codex]<br>*#sequences* |
324
+ | **TASK-242** - Centralize task filtering logic to eliminate duplication [@codex]<br>*#refactoring #backend #cli* | | └─ **TASK-215.03** - TUI sequences: move tasks with dependency updates [@codex]<br>*#sequences* |
325
+ | **TASK-241** - Consolidate assignee normalization into helper [@codex] | | └─ **TASK-215.02** - TUI sequences: navigation and detail view [@codex]<br>*#sequences* |
326
+ | **TASK-243** - Enable TUI task reordering with Shift+Arrow keys [@codex]<br>*#tui #ui #enhancement* | | **TASK-214** - Add CLI command to list sequences [@codex]<br>*#sequences #cli* |
327
+ | **TASK-213** - Compute sequences from task dependencies<br>*#sequences #core* | | **TASK-234** - Investigate newline handling in CLI descriptions [@codex]<br>*#cli #bug #ux* |
328
+ | └─ **TASK-215.01** - TUI sequences: read-only view<br>*#sequences* | | **TASK-232** - Nix build fails due to missing libstdc++.so.6 |
329
+ | **TASK-240** - Improve binary resolution on Apple Silicon (Rosetta/arch mismatch) [@codex]<br>*#packaging #bug #macos* | | **TASK-231** - Fix case-insensitive status grouping and status normalization [@codex] |
330
+ | **TASK-239** - Feature: Auto-link tasks to documents/decisions + backlinks [@codex]<br>*#web #enhancement #docs* | | **TASK-230** - Add --plain to task create/edit and print plain details after operation [@codex]<br>*#cli #plain-output* |
331
+ | **TASK-238** - Fix web editor selection/cursor issues (MDEditor integration) [@codex]<br>*#web #bug #editor* | | |
332
+ | **TASK-237** - Fix invalid git ref 'origin/origin' during remote task loading [@codex]<br>*#git #bug #remote* | | |
333
+ | **TASK-235** - Fix duplicate Acceptance Criteria sections in tasks [@codex]<br>*#cli #bug* | | |
334
+ | **TASK-233** - MVP: Live task watcher in TUI (Bun.watch) [@codex]<br>*#tui #watcher #mvp* | | |
335
+ | **TASK-228** - Replace @uiw/react-md-editor with TOAST UI Editor for rich-text editing<br>*#web-ui #enhancement #editor* | | |
336
+ | **TASK-222** - Improve task and subtask visualization in web UI | | |
314
337
  | **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | |
315
338
  | **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | |
316
339
 
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.0",
3
+ "version": "1.9.1",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "bin": {"backlog": "backlog"},