Skip to content

Commit cbf83bc

Browse files
committed
docs: link enterprise-shaped scenario pack
1 parent a873acc commit cbf83bc

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,30 @@ If the email sends, the gate is broken.
130130

131131
---
132132

133+
## Enterprise-shaped scenario pack
134+
135+
A bounded synthetic scenario pack has been added under:
136+
137+
[`docs/enterprise-shaped-scenarios/`](docs/enterprise-shaped-scenarios/)
138+
139+
Current scenario:
140+
141+
```text
142+
ESP-001 — AI-generated external email attempted without authority_token
143+
Expected result: DENY before send, downstream_send=false, receipt_written=true
144+
Replay: same refusal class, same missing_field
145+
```
146+
147+
Run it from the repository root:
148+
149+
```bash
150+
python docs/enterprise-shaped-scenarios/run_scenario_001.py
151+
```
152+
153+
This scenario is **not** an enterprise-readiness, deployment, compliance, certification, or production-enforcement claim. It is a bounded synthetic refusal path.
154+
155+
---
156+
133157
## The demo
134158

135159
```text

0 commit comments

Comments
 (0)