@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.
- package/README.md +0 -7
- 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