backlog.md-linux-x64 1.45.3 → 1.46.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.
Files changed (3) hide show
  1. package/README.md +2 -1
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -107,6 +107,7 @@ backlog task edit BACK-1 -d "Detailed context" --ac "Clear acceptance criteria"
107
107
 
108
108
  # Track work
109
109
  backlog task list -s "To Do"
110
+ backlog task edit BACK-1 --comment "Can we split the UI work into a separate PR?" --comment-author @sara
110
111
  backlog search "kanban"
111
112
  backlog board
112
113
 
@@ -114,7 +115,7 @@ backlog board
114
115
  backlog browser
115
116
  ```
116
117
 
117
- You can switch between AI-assisted and manual workflows at any time — both operate on the same Markdown task files. It is recommended to modify tasks via Backlog.md commands (CLI/MCP/Web) rather than editing task files manually, so field types and metadata stay consistent. Tasks can record project-root-relative modified files and later be found with `backlog search --modified-file src/path.ts --plain`.
118
+ You can switch between AI-assisted and manual workflows at any time — both operate on the same Markdown task files. It is recommended to modify tasks via Backlog.md commands (CLI/MCP/Web) rather than editing task files manually, so field types and metadata stay consistent. Tasks can record project-root-relative modified files and later be found with `backlog search --modified-file src/path.ts --plain`. Use task comments for discussion and review notes; comment bodies may contain Markdown, but standalone `---` lines are reserved as comment delimiters. Use Implementation Notes for execution progress and Final Summary for PR-style completion notes.
118
119
 
119
120
  **Learn more:** [CLI reference](CLI-INSTRUCTIONS.md) | [Advanced configuration](ADVANCED-CONFIG.md)
120
121
 
package/backlog CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backlog.md-linux-x64",
3
- "version": "1.45.3",
3
+ "version": "1.46.0",
4
4
  "os": ["linux"],
5
5
  "cpu": ["x64"],
6
6
  "files": ["backlog","package.json","LICENSE"],