backlog.md 1.10.2 β 1.12.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 +15 -11
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -111,7 +111,7 @@ The `backlog init` command provides comprehensive project setup with interactive
|
|
|
111
111
|
- **Default editor** - editor command for opening tasks (detects from environment)
|
|
112
112
|
- **Remote operations** - enable/disable fetching tasks from remote branches
|
|
113
113
|
- **Web UI settings** - port and browser auto-open preferences
|
|
114
|
-
- **Agent guidelines** - AI agent instruction files (CLAUDE.md, .
|
|
114
|
+
- **Agent guidelines** - AI agent instruction files (CLAUDE.md, AGENTS.md, GEMINI.md, Copilot)
|
|
115
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
116
|
|
|
117
117
|
### Documentation
|
|
@@ -149,7 +149,8 @@ When re-initializing an existing project, all current configuration values are p
|
|
|
149
149
|
| Check multiple ACs | `backlog task edit 7 --check-ac 1 --check-ac 3` (marks AC #1 and #3 as done) |
|
|
150
150
|
| Uncheck AC | `backlog task edit 7 --uncheck-ac 3` (marks AC #3 as not done) |
|
|
151
151
|
| Mixed AC operations | `backlog task edit 7 --check-ac 1 --uncheck-ac 2 --remove-ac 4` |
|
|
152
|
-
| Add notes | `backlog task edit 7 --notes "Completed X, working on Y"` |
|
|
152
|
+
| Add notes | `backlog task edit 7 --notes "Completed X, working on Y"` (replaces existing) |
|
|
153
|
+
| Append notes | `backlog task edit 7 --append-notes "New findings"` |
|
|
153
154
|
| Add deps | `backlog task edit 7 --dep task-1 --dep task-2` |
|
|
154
155
|
| Archive | `backlog task archive 7` |
|
|
155
156
|
|
|
@@ -161,6 +162,7 @@ The CLI preserves input literally; `\n` sequences are not autoβconverted. Use
|
|
|
161
162
|
- Description: `backlog task create "Feature" --desc $'Line1\nLine2\n\nFinal paragraph'`
|
|
162
163
|
- Plan: `backlog task edit 7 --plan $'1. Research\n2. Implement'`
|
|
163
164
|
- Notes: `backlog task edit 7 --notes $'Completed A\nWorking on B'`
|
|
165
|
+
- Append notes: `backlog task edit 7 --append-notes $'Added X\nAdded Y'`
|
|
164
166
|
- **POSIX sh (printf)**
|
|
165
167
|
- `backlog task create "Feature" --desc "$(printf 'Line1\nLine2\n\nFinal paragraph')"`
|
|
166
168
|
- **PowerShell (backtick)**
|
|
@@ -218,7 +220,7 @@ Tip: Help text shows Bash examples with escaped `\\n` for readability; when typi
|
|
|
218
220
|
|
|
219
221
|
| Action | Example |
|
|
220
222
|
|-------------|------------------------------------------------------|
|
|
221
|
-
| Update agent files | `backlog agents --update-instructions` (updates
|
|
223
|
+
| Update agent files | `backlog agents --update-instructions` (updates CLAUDE.md, AGENTS.md, GEMINI.md, .github/copilot-instructions.md) |
|
|
222
224
|
|
|
223
225
|
### Maintenance
|
|
224
226
|
|
|
@@ -313,16 +315,18 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
|
|
|
313
315
|
|
|
314
316
|
<!-- BOARD_START -->
|
|
315
317
|
|
|
316
|
-
## π Backlog.md Project Status (v1.
|
|
318
|
+
## π Backlog.md Project Status (v1.11.0)
|
|
317
319
|
|
|
318
320
|
This board was automatically generated by [Backlog.md](https://backlog.md)
|
|
319
321
|
|
|
320
|
-
Generated on: 2025-09-
|
|
322
|
+
Generated on: 2025-09-10 20:00:12
|
|
321
323
|
|
|
322
324
|
| To Do | In Progress | Done |
|
|
323
325
|
| --- | --- | --- |
|
|
324
|
-
| **TASK-
|
|
325
|
-
| **TASK-
|
|
326
|
+
| **TASK-262** - TUI: Show all configured status columns in Kanban [@codex]<br>*#tui #board #kanban #config #parity* | **TASK-263** - Ensure explicit agent instruction selection during init [@codex] | **TASK-256** - Add CLI command to append implementation notes [@codex] |
|
|
327
|
+
| **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | ββ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-261** - Init: Handle missing git origin gracefully [@codex]<br>*#cli #git #init #bug* |
|
|
328
|
+
| **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | **TASK-258** - Filesystem: ignore leading zeros in task IDs [@codex]<br>*#filesystem #cli* |
|
|
329
|
+
| **TASK-257** - Deep link URLs for tasks in board and list views | | **TASK-247** - Web UI - Read-only Description with Edit Toggle (Hide Editor Mode Buttons) [@codex]<br>*#web-ui #editor #ux* |
|
|
326
330
|
| **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | **TASK-238** - Fix web editor selection/cursor issues (MDEditor integration) [@codex]<br>*#web #bug #editor* |
|
|
327
331
|
| **TASK-244** - TUI: add live updates via watch in task list and kanban [@codex]<br>*#tui #watcher #enhancement* | | **TASK-253** - Web Board: fix layout for 4+ columns (horizontal scroll) [@codex]<br>*#web #ui #board* |
|
|
328
332
|
| **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | **TASK-252** - Packaging: fix local install bin symlink with optional platform packages [@codex]<br>*#bug #packaging #npm* |
|
|
@@ -331,10 +335,10 @@ Generated on: 2025-09-06 23:41:06
|
|
|
331
335
|
| ββ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | **TASK-250** - Docs: fix subpath documents listing/view + unique IDs [@codex]<br>*#docs #bug #cli* |
|
|
332
336
|
| ββ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | **TASK-251** - Board: harden remote branch normalization to avoid origin/origin refs [@codex]<br>*#bug #board #git* |
|
|
333
337
|
| **TASK-243** - Enable TUI task reordering with Shift+Arrow keys [@codex]<br>*#tui #ui #enhancement* | | **TASK-254** - Init: default 'No' for Claude agent installation [@codex]<br>*#cli #init #agents* |
|
|
334
|
-
| **TASK-240** - Improve binary resolution on Apple Silicon (Rosetta/arch mismatch) [@codex]<br>*#packaging #bug #macos* | |
|
|
335
|
-
| **TASK-239** - Feature: Auto-link tasks to documents/decisions + backlinks [@codex]<br>*#web #enhancement #docs* | |
|
|
336
|
-
| **TASK-222** - Improve task and subtask visualization in web UI | |
|
|
337
|
-
| **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | |
|
|
338
|
+
| **TASK-240** - Improve binary resolution on Apple Silicon (Rosetta/arch mismatch) [@codex]<br>*#packaging #bug #macos* | | |
|
|
339
|
+
| **TASK-239** - Feature: Auto-link tasks to documents/decisions + backlinks [@codex]<br>*#web #enhancement #docs* | | |
|
|
340
|
+
| **TASK-222** - Improve task and subtask visualization in web UI | | |
|
|
341
|
+
| **TASK-208** - Add paste-as-markdown support in Web UI<br>*#web-ui #enhancement #markdown* | | |
|
|
338
342
|
|
|
339
343
|
<!-- BOARD_END -->
|
|
340
344
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "backlog.md",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"cli.js",
|
|
6
6
|
"resolveBinary.cjs",
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"backlog": "cli.js"
|
|
14
14
|
},
|
|
15
15
|
"optionalDependencies": {
|
|
16
|
-
"backlog.md-linux-x64": "1.
|
|
17
|
-
"backlog.md-linux-arm64": "1.
|
|
18
|
-
"backlog.md-darwin-x64": "1.
|
|
19
|
-
"backlog.md-darwin-arm64": "1.
|
|
20
|
-
"backlog.md-windows-x64": "1.
|
|
16
|
+
"backlog.md-linux-x64": "1.12.0",
|
|
17
|
+
"backlog.md-linux-arm64": "1.12.0",
|
|
18
|
+
"backlog.md-darwin-x64": "1.12.0",
|
|
19
|
+
"backlog.md-darwin-arm64": "1.12.0",
|
|
20
|
+
"backlog.md-windows-x64": "1.12.0"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"postuninstall": "node postuninstall.cjs"
|