@juicesharp/rpiv-advisor 0.12.4 → 0.12.6
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 +8 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
# rpiv-advisor
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
[](https://www.npmjs.com/package/@juicesharp/rpiv-advisor)
|
|
4
|
+
[](https://opensource.org/licenses/MIT)
|
|
5
|
+
|
|
6
|
+
Escalate decisions to a stronger reviewer model from inside [Pi Agent](https://github.com/badlogic/pi-mono). `rpiv-advisor` registers the `advisor` tool and `/advisor` slash command, implementing the advisor-strategy pattern — the executor forwards the conversation to a reviewer (e.g. Opus), receives guidance (plan, correction, or stop signal), and resumes.
|
|
7
7
|
|
|
8
8
|

|
|
9
9
|
|
|
10
|
-
##
|
|
10
|
+
## Install
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
```bash
|
|
13
|
+
pi install npm:@juicesharp/rpiv-advisor
|
|
14
|
+
```
|
|
13
15
|
|
|
14
16
|
Then restart your Pi session.
|
|
15
17
|
|