@mrclrchtr/supi-review 1.8.0 → 1.8.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.
Files changed (2) hide show
  1. package/README.md +10 -2
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ ![SuPi](assets/logo.png)
2
+
1
3
  # @mrclrchtr/supi-review
2
4
 
3
5
  Adds an interactive `/supi-review` command to the [pi coding agent](https://github.com/earendil-works/pi) for session-aware code review.
@@ -16,8 +18,6 @@ For local development:
16
18
  pi install ./packages/supi-review
17
19
  ```
18
20
 
19
- After editing the source, run `/reload`.
20
-
21
21
  ## What you get
22
22
 
23
23
  After install, pi gets one command:
@@ -29,6 +29,14 @@ The reviewer runs in managed child agent sessions:
29
29
  - a **brief synthesizer** creates a structured review brief from the active session branch
30
30
  - a **read-only reviewer** inspects the selected snapshot (without receiving bulk inline diffs) and submits structured findings
31
31
 
32
+ ![Review target selection](https://raw.githubusercontent.com/mrclrchtr/supi/main/screenshots/supi-review-1.png)
33
+
34
+ ![Review brief preview](https://raw.githubusercontent.com/mrclrchtr/supi/main/screenshots/supi-review-2.png)
35
+
36
+ ![Review result](https://raw.githubusercontent.com/mrclrchtr/supi/main/screenshots/supi-review-3.png)
37
+
38
+ ![Review progress](https://raw.githubusercontent.com/mrclrchtr/supi/main/screenshots/supi-review-4.png)
39
+
32
40
  ## Review flow
33
41
 
34
42
  `/supi-review` walks you through:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrclrchtr/supi-review",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "SuPi Review extension — structured code review via /supi-review command",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -42,7 +42,8 @@
42
42
  "pi": {
43
43
  "extensions": [
44
44
  "./src/extension.ts"
45
- ]
45
+ ],
46
+ "image": "https://raw.githubusercontent.com/mrclrchtr/supi/main/packages/supi-review/assets/logo.png"
46
47
  },
47
48
  "main": "src/api.ts",
48
49
  "exports": {