@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