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