Skip to content

Commit a1c9090

Browse files
author
Quinton Stackfield
committed
Clarify judge entry point and document demo suite
1 parent 0bf6343 commit a1c9090

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
This is not a guardrail.
1212
This is an execution boundary.
1313

14+
**Judges: start here**
15+
16+
Run the baseline demo to verify enforcement immediately:
17+
18+
python3 -m demo.run_demo
19+
1420
---
1521

1622
## The problem

demo/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
11+
12+
2. `run_prompt_injection.py`
13+
- Shows why prompt-only controls fail
14+
15+
3. `experiment_compare.py`
16+
- Compares agent-only vs execution-gated behavior
17+
18+
4. `run_authority_drift.py`
19+
- Shows time-bound authority expiration

0 commit comments

Comments
 (0)