1 parent 0bf6343 commit a1c9090Copy full SHA for a1c9090
2 files changed
README.md
@@ -11,6 +11,12 @@
11
This is not a guardrail.
12
This is an execution boundary.
13
14
+**Judges: start here**
15
+
16
+Run the baseline demo to verify enforcement immediately:
17
18
+ python3 -m demo.run_demo
19
20
---
21
22
## The problem
demo/README.md
@@ -0,0 +1,19 @@
1
+## Demo entry points (judge guide)
2
3
+Start here:
4
5
+1. `python3 -m demo.run_demo`
6
+ - Runs the canonical enforcement demo
7
+ - Produces allow/deny artifacts
8
+ - Emits Opik trace at execution.commit
9
10
+Optional deep dives:
+2. `run_prompt_injection.py`
+ - Shows why prompt-only controls fail
+3. `experiment_compare.py`
+ - Compares agent-only vs execution-gated behavior
+4. `run_authority_drift.py`
+ - Shows time-bound authority expiration
0 commit comments