1 parent a1c9090 commit eddefa8Copy full SHA for eddefa8
1 file changed
core/README.md
@@ -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