backlog.md-darwin-arm64 1.8.3 β†’ 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 +35 -10
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -34,6 +34,7 @@
34
34
 
35
35
  * πŸ†“ **MIT-licensed & open-source** -- free for personal or commercial use
36
36
 
37
+
37
38
  ---
38
39
 
39
40
  ## <img src="./.github/5-minute-tour-256.png" alt="5-minute tour" width="28" height="28" align="center"> Five‑minute tour
@@ -88,6 +89,7 @@ backlog browser --no-open
88
89
  The web interface provides:
89
90
  - **Interactive Kanban board** with drag-and-drop functionality
90
91
  - **Task creation and editing** with rich forms and validation
92
+ - **Interactive acceptance criteria editor** with checklist controls and instant persistence
91
93
  - **Real-time updates** as you manage tasks
92
94
  - **Responsive design** that works on desktop and mobile
93
95
  - **Archive tasks** with confirmation dialogs
@@ -148,6 +150,16 @@ When re-initializing an existing project, all current configuration values are p
148
150
  | Add deps | `backlog task edit 7 --dep task-1 --dep task-2` |
149
151
  | Archive | `backlog task archive 7` |
150
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
+
151
163
  ### Draft Workflow
152
164
 
153
165
  | Action | Example |
@@ -293,22 +305,35 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
293
305
 
294
306
  <!-- BOARD_START -->
295
307
 
296
- ## πŸ“Š Backlog.md Project Status (v1.8.2)
308
+ ## πŸ“Š Backlog.md Project Status (v1.9.0)
297
309
 
298
310
  This board was automatically generated by [Backlog.md](https://backlog.md)
299
311
 
300
- Generated on: 2025-08-12 20:08:24
312
+ Generated on: 2025-09-03 21:26:52
301
313
 
302
314
  | To Do | In Progress | Done |
303
315
  | --- | --- | --- |
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* | | |
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 | | |
312
337
  | **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | |
313
338
  | **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | |
314
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.8.3",
3
+ "version": "1.9.1",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "bin": {"backlog": "backlog"},