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.
- package/README.md +33 -10
- package/backlog +0 -0
- 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.
|
|
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-
|
|
312
|
+
Generated on: 2025-09-03 21:26:52
|
|
303
313
|
|
|
304
314
|
| To Do | In Progress | Done |
|
|
305
315
|
| --- | --- | --- |
|
|
306
|
-
| **TASK-
|
|
307
|
-
| **TASK-
|
|
308
|
-
| **TASK-
|
|
309
|
-
| **TASK-
|
|
310
|
-
| **TASK-
|
|
311
|
-
| **TASK-215** - Implement TUI view for sequences<br>*#sequences #tui #ui* |
|
|
312
|
-
| **TASK-
|
|
313
|
-
| **TASK-
|
|
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
|