@juicesharp/rpiv-advisor 0.1.0 → 0.1.2

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.
package/README.md CHANGED
@@ -5,6 +5,8 @@ implementing the advisor-strategy pattern: the executor model can escalate
5
5
  decisions to a stronger reviewer model (e.g. Opus), receive guidance, and
6
6
  resume.
7
7
 
8
+ ![Advisor model selector](https://raw.githubusercontent.com/juicesharp/rpiv-advisor/main/docs/advisor.jpg)
9
+
8
10
  ## Installation
9
11
 
10
12
  pi install npm:@juicesharp/rpiv-advisor
@@ -26,13 +28,6 @@ disable.
26
28
  conversation branch to the advisor model, which returns guidance (plan,
27
29
  correction, or stop signal) that the executor consumes.
28
30
 
29
- ## Migration from rpiv-pi ≤ 0.3.0
30
-
31
- If you had an advisor configured while rpiv-pi bundled this tool, your previous
32
- selection lived at `~/.config/rpiv-pi/advisor.json`. The new plugin reads
33
- `~/.config/rpiv-advisor/advisor.json` only — run `/advisor` once to re-select
34
- your model.
35
-
36
31
  ## License
37
32
 
38
33
  MIT
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juicesharp/rpiv-advisor",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Pi extension: advisor-strategy pattern — escalate to a stronger reviewer model",
5
5
  "keywords": ["pi-package", "pi-extension", "rpiv", "advisor"],
6
6
  "type": "module",