pi-oracle 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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,6 +32,12 @@ An oracle job:
32
32
  5. persists the response and any artifacts under `/tmp/oracle-<job-id>/`
33
33
  6. wakes the originating `pi` session on completion
34
34
 
35
+ ## Example
36
+
37
+ ```text
38
+ /oracle Invoke the Oracle to have it generate a thorough code review of the current pending changes. Include all modified files, and adjacent files, in the archive. Use the Pro Model with Extended effort.
39
+ ```
40
+
35
41
  ## Why this exists
36
42
 
37
43
  The goal is to get strong ChatGPT web-model answers without:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-oracle",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "ChatGPT web-oracle extension for pi with isolated browser auth, async jobs, and project-context archives.",
5
5
  "private": false,
6
6
  "license": "MIT",