backlog.md-darwin-arm64 1.2.3 → 1.2.4
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 +1 -0
- package/backlog +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -119,6 +119,7 @@ The web interface provides:
|
|
|
119
119
|
| Archive | `backlog task archive 7` |
|
|
120
120
|
| Draft flow | `backlog draft create "Spike GraphQL"` → `backlog draft promote 3.1` |
|
|
121
121
|
| Demote to draft| `backlog task demote <id>` |
|
|
122
|
+
| Cleanup done tasks | `backlog cleanup` (move old completed tasks to completed folder) |
|
|
122
123
|
| Kanban board | `backlog board` (interactive UI, press 'E' to edit in editor) |
|
|
123
124
|
| Export board | `backlog board export [file]` (exports Kanban board to markdown) |
|
|
124
125
|
| Web interface | `backlog browser` (launches web UI on port 6420) |
|
package/backlog
CHANGED
|
Binary file
|