backlog.md-darwin-arm64 1.9.4 → 1.10.0
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 +18 -13
- package/backlog +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -112,7 +112,11 @@ The `backlog init` command provides comprehensive project setup with interactive
|
|
|
112
112
|
- **Remote operations** - enable/disable fetching tasks from remote branches
|
|
113
113
|
- **Web UI settings** - port and browser auto-open preferences
|
|
114
114
|
- **Agent guidelines** - AI agent instruction files (CLAUDE.md, .cursorrules, etc.)
|
|
115
|
-
- **Claude Code agent** - optional Backlog.md agent for enhanced task management
|
|
115
|
+
- **Claude Code agent** - optional Backlog.md agent for enhanced task management (defaults to not installed; opt-in during `init` or pass `--install-claude-agent true`)
|
|
116
|
+
|
|
117
|
+
### Documentation
|
|
118
|
+
|
|
119
|
+
- Document IDs are global across all subdirectories under `backlog/docs`. You can organize files in nested folders (e.g., `backlog/docs/guides/`), and `backlog doc list` and `backlog doc view <id>` work across the entire tree. Example: `backlog doc create -p guides "New Guide"`.
|
|
116
120
|
|
|
117
121
|
When re-initializing an existing project, all current configuration values are preserved and pre-populated in prompts, allowing you to update only what you need.
|
|
118
122
|
|
|
@@ -309,24 +313,25 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
|
|
|
309
313
|
|
|
310
314
|
<!-- BOARD_START -->
|
|
311
315
|
|
|
312
|
-
## 📊 Backlog.md Project Status (v1.9.
|
|
316
|
+
## 📊 Backlog.md Project Status (v1.9.2)
|
|
313
317
|
|
|
314
318
|
This board was automatically generated by [Backlog.md](https://backlog.md)
|
|
315
319
|
|
|
316
|
-
Generated on: 2025-09-
|
|
320
|
+
Generated on: 2025-09-05 21:30:12
|
|
317
321
|
|
|
318
322
|
| To Do | In Progress | Done |
|
|
319
323
|
| --- | --- | --- |
|
|
320
|
-
| **TASK-254** - Init: default 'No' for Claude agent installation<br>*#cli #init #agents* | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-
|
|
321
|
-
| **TASK-253** - Web Board: fix layout for 4+ columns (horizontal scroll)<br>*#web #ui #board* | | **TASK-
|
|
322
|
-
| **TASK-
|
|
323
|
-
| **TASK-
|
|
324
|
-
| **TASK-
|
|
325
|
-
| **TASK-
|
|
326
|
-
| **TASK-
|
|
327
|
-
| **TASK-
|
|
328
|
-
| **TASK-
|
|
329
|
-
|
|
|
324
|
+
| **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* |
|
|
325
|
+
| **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* |
|
|
326
|
+
| **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* |
|
|
327
|
+
| **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* |
|
|
328
|
+
| **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* |
|
|
329
|
+
| **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] |
|
|
330
|
+
| **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 |
|
|
331
|
+
| **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] |
|
|
332
|
+
| **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* |
|
|
333
|
+
| **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | |
|
|
334
|
+
| └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | |
|
|
330
335
|
| └─ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | |
|
|
331
336
|
| └─ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | |
|
|
332
337
|
| └─ **TASK-217.01** - Sequences server: endpoints for list and move<br>*#sequences* | | |
|
package/backlog
CHANGED
|
Binary file
|