@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 **very concise** summary of why (must not contain "claude" or "opus")
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
@@ -7,7 +7,7 @@ import { Command } from "commander";
7
7
  // package.json
8
8
  var package_default = {
9
9
  name: "@staff0rd/assist",
10
- version: "0.42.0",
10
+ version: "0.42.1",
11
11
  type: "module",
12
12
  main: "dist/index.js",
13
13
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staff0rd/assist",
3
- "version": "0.42.0",
3
+ "version": "0.42.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {