You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -169,39 +169,39 @@ See the full [glossary](https://github.com/ppiankov/contextspectre/blob/main/doc
169
169
170
170
Optional integration with [Pastewatch](https://github.com/ppiankov/pastewatch) scans outbound payloads for secrets before they enter a context window.
171
171
172
-
## Decision ops: VectorPad + Oracul
172
+
## Decision ops: VectorPad + VectorCourt
173
173
174
-
VectorPad can submit classified cases to [Oracul](https://oracul.app) for multi-model deliberation. Oracul runs a council of models that challenge, strengthen, and split reasoning branches before issuing a verdict artifact.
174
+
VectorPad can submit classified cases to [VectorCourt](https://vectorcourt.com) for multi-model deliberation. VectorCourt runs a council of models that challenge, strengthen, and split reasoning branches before issuing a verdict artifact.
175
175
176
-
**Requires an Oracul API key.**Oracul is a paid service. Get a key at [oracul.app](https://oracul.app).
176
+
**Requires a VectorCourt API key.**VectorCourt is a paid service. Get a key at [vectorcourt.com](https://vectorcourt.com).
# Export CaseFiling JSON without submitting (offline, no API key needed)
190
-
echo"Should we use Kafka?"| vectorpad export --format oracul
190
+
echo"Should we use Kafka?"| vectorpad export --format vectorcourt
191
191
```
192
192
193
-
The submit command classifies your text, maps sentence tags to a structured case filing (CONSTRAINT becomes constraints, DECISION becomes the decision, SPECULATION becomes known risks), runs a preflight check, then sends it to Oracul's `/v1/consult` endpoint.
193
+
The submit command classifies your text, maps sentence tags to a structured case filing (CONSTRAINT becomes constraints, DECISION becomes the decision, SPECULATION becomes known risks), runs a preflight check, then sends it to VectorCourt's `/v1/consult` endpoint.
194
194
195
195
Verdict artifacts are plain JSON. Put them in a `decisions/` directory and commit them alongside the code they affect:
0 commit comments