@clawtrial/courtroom 2.0.1 → 2.0.2

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.
@@ -2,10 +2,34 @@
2
2
  "id": "courtroom",
3
3
  "name": "ClawTrial Courtroom",
4
4
  "description": "Autonomous behavioral oversight plugin for OpenClaw",
5
- "version": "2.0.1",
5
+ "version": "2.0.2",
6
6
  "author": "ClawTrial",
7
7
  "main": "src/plugin.js",
8
8
  "engines": {
9
9
  "openclaw": ">=2026.1.0"
10
+ },
11
+ "configSchema": {
12
+ "type": "object",
13
+ "additionalProperties": false,
14
+ "properties": {
15
+ "enabled": {
16
+ "type": "boolean",
17
+ "default": true
18
+ },
19
+ "config": {
20
+ "type": "object",
21
+ "properties": {
22
+ "detection": {
23
+ "type": "object"
24
+ },
25
+ "punishment": {
26
+ "type": "object"
27
+ },
28
+ "api": {
29
+ "type": "object"
30
+ }
31
+ }
32
+ }
33
+ }
10
34
  }
11
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawtrial/courtroom",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "AI Courtroom - Autonomous behavioral oversight plugin for OpenClaw",
5
5
  "main": "src/plugin.js",
6
6
  "openclaw": {