@staff0rd/assist 0.42.0 → 0.42.1
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.
|
@@ -34,7 +34,7 @@ Create a task for each comment found. For each comment:
|
|
|
34
34
|
2. Run `/commit` to commit changes - parse the 7-char SHA from the output line "Committed: <sha>"
|
|
35
35
|
3. Run `assist prs fixed <comment-id> <sha>` to reply with commit link and resolve the thread
|
|
36
36
|
- If not addressing:
|
|
37
|
-
1. Write a **
|
|
37
|
+
1. Write a **1-sentence** summary of why, max 15 words (must not contain "claude" or "opus")
|
|
38
38
|
2. Run `assist prs wontfix <comment-id> "<reason>"` to reply and resolve the thread
|
|
39
39
|
- **Commit references**: Always use full markdown links (e.g., `[abc1234](https://github.com/owner/repo/commit/abc1234)`), never bare SHAs
|
|
40
40
|
|
package/dist/index.js
CHANGED