@juicesharp/rpiv-advisor 0.1.0 → 0.1.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.
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
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.1",
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",