feat: enforce layer0 gate and add tests

This commit is contained in:
Vault Sovereign
2025-12-17 00:02:39 +00:00
parent 37a867c485
commit 7f2e60e1c5
21 changed files with 2066 additions and 16 deletions

7
layer0/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
"""
Layer 0 package: pre-boot Shadow Eval classifier and logger.
"""
from .entrypoint import layer0_entry # re-export for convenience
__all__ = ["layer0_entry"]