Skip to content

Commit eddefa8

Browse files
author
Quinton Stackfield
committed
Add core enforcement overview
1 parent a1c9090 commit eddefa8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

core/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Core Enforcement Logic
2+
3+
This directory contains the **execution-time enforcement boundary**.
4+
5+
- `executor.py` - the only location where state change is permitted
6+
- `authority_gate.py` - fail-closed authority validation
7+
- `artifact_exporter.py` - immutable execution evidence
8+
- `evaluation.py` - aggregate outcome analysis
9+
10+
No code outside this directory can cause state change.

0 commit comments

Comments
 (0)