usertrust-openclaw 1.2.2 → 1.2.4
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 +0 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -159,7 +159,6 @@ Create `.usertrust/usertrust.config.json`:
|
|
|
159
159
|
"budget": 50000,
|
|
160
160
|
"tier": "pro",
|
|
161
161
|
"pii": "block",
|
|
162
|
-
"board": { "enabled": true, "vetoThreshold": "high" },
|
|
163
162
|
"circuitBreaker": { "failureThreshold": 5, "resetTimeout": 60000 },
|
|
164
163
|
"patterns": { "enabled": true },
|
|
165
164
|
"audit": { "rotation": "daily", "indexLimit": 10000 }
|
|
@@ -176,7 +175,6 @@ const config = defineConfig({
|
|
|
176
175
|
budget: 50_000,
|
|
177
176
|
tier: "pro",
|
|
178
177
|
pii: "block",
|
|
179
|
-
board: { enabled: true, vetoThreshold: "high" },
|
|
180
178
|
circuitBreaker: { failureThreshold: 5, resetTimeout: 60_000 },
|
|
181
179
|
patterns: { enabled: true },
|
|
182
180
|
audit: { rotation: "daily", indexLimit: 10_000 },
|
|
@@ -195,8 +193,6 @@ const config = defineConfig({
|
|
|
195
193
|
|
|
196
194
|
**PII detection** — Luhn-validated credit card numbers, SSN patterns, email addresses, phone numbers, IPv4 addresses. Block or warn before data leaves your network.
|
|
197
195
|
|
|
198
|
-
**Board of Directors** — Heuristic AI oversight layer. Risk and Compliance directors vote on high-stakes operations. Configurable veto thresholds.
|
|
199
|
-
|
|
200
196
|
**Circuit breakers** — Per-provider failure isolation. When a provider starts failing, the breaker opens and requests fail fast instead of cascading.
|
|
201
197
|
|
|
202
198
|
**Pattern memory** — Learns optimal model routing from historical prompt-cost-success data. Feeds routing decisions when connected to proxy.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "usertrust-openclaw",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "usertrust governance plugin for OpenClaw. Budget enforcement, audit trails, and policy gates for every LLM call — zero code changes.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Usertools, Inc. <hello@usertools.ai> (https://usertrust.ai)",
|