@staff0rd/assist 0.181.0 → 0.183.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 CHANGED
@@ -99,7 +99,9 @@ After installation, the `assist` command will be available globally. You can als
99
99
  - `assist backlog plan <id>` - Display the phased plan for a backlog item
100
100
  - `assist backlog comment <id> <text>` - Add a comment to a backlog item
101
101
  - `assist backlog comments <id>` - List comments and summaries for a backlog item
102
+ - `assist backlog delete-comment <id> <comment-id>` - Delete a comment from a backlog item (summaries cannot be deleted)
102
103
  - `assist backlog phase-done <id> <phase> <summary>` - Signal that a plan phase is complete with a summary (used by orchestrator)
104
+ - `assist backlog rewind <id> <phase> --reason <reason>` - Rewind a backlog item to an earlier phase, setting status to in-progress
103
105
  - `assist backlog run <id>` - Run a backlog item's plan phase-by-phase with Claude
104
106
  - `assist backlog web [-p, --port <number>]` - Start a web view of the backlog (default port 3000)
105
107
  - `assist roam auth` - Authenticate with Roam via OAuth (opens browser, saves tokens to ~/.assist.yml)
@@ -1,6 +1,7 @@
1
1
  assist backlog add
2
2
  assist backlog add-phase
3
3
  assist backlog comment
4
+ assist backlog delete-comment
4
5
  assist backlog done
5
6
  assist backlog link
6
7
  assist backlog phase-done
@@ -1,6 +1,7 @@
1
1
  assist backlog add
2
2
  assist backlog add-phase
3
3
  assist backlog comment
4
+ assist backlog delete-comment
4
5
  assist backlog done
5
6
  assist backlog link
6
7
  assist backlog phase-done