@staff0rd/assist 0.56.2 → 0.57.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.
@@ -27,6 +27,7 @@ Create a task for each comment found. For each comment:
27
27
  - Include the comment URL (from `html_url` field) so the user can view it on GitHub
28
28
  - **Address the comment**: Display your recommended fix and explain why it addresses the feedback
29
29
  - **Do not address**: Display your reasoning for why the comment should not be addressed (e.g., already handled, out of scope, incorrect suggestion)
30
+ - **Skip**: Move on to the next comment without taking any action
30
31
 
31
32
  4. **Act on the user's choice**:
32
33
  - If addressing:
@@ -36,6 +37,8 @@ Create a task for each comment found. For each comment:
36
37
  - If not addressing:
37
38
  1. Write a **1-sentence** summary of why, max 15 words (must not contain "claude" or "opus")
38
39
  2. Run `assist prs wontfix <comment-id> "<reason>"` to reply and resolve the thread
40
+ - If skipping:
41
+ 1. Do nothing — move on to the next comment immediately
39
42
  - **Commit references**: Always use full markdown links (e.g., `[abc1234](https://github.com/owner/repo/commit/abc1234)`), never bare SHAs
40
43
 
41
44
  5. **Repeat** until all comments have been processed
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import { Command } from "commander";
6
6
  // package.json
7
7
  var package_default = {
8
8
  name: "@staff0rd/assist",
9
- version: "0.56.2",
9
+ version: "0.57.0",
10
10
  type: "module",
11
11
  main: "dist/index.js",
12
12
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staff0rd/assist",
3
- "version": "0.56.2",
3
+ "version": "0.57.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {