@juicesharp/rpiv-advisor 0.1.1 → 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.
Files changed (2) hide show
  1. package/README.md +0 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,13 +28,6 @@ disable.
28
28
  conversation branch to the advisor model, which returns guidance (plan,
29
29
  correction, or stop signal) that the executor consumes.
30
30
 
31
- ## Migration from rpiv-pi ≤ 0.3.0
32
-
33
- If you had an advisor configured while rpiv-pi bundled this tool, your previous
34
- selection lived at `~/.config/rpiv-pi/advisor.json`. The new plugin reads
35
- `~/.config/rpiv-advisor/advisor.json` only — run `/advisor` once to re-select
36
- your model.
37
-
38
31
  ## License
39
32
 
40
33
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juicesharp/rpiv-advisor",
3
- "version": "0.1.1",
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",