feat(fase2a): MAF-fri outbox.py — byte-deterministisk proposal/outcome-writer (S2.1)

This commit is contained in:
Kjell Tore Guttormsen 2026-07-15 07:18:21 +02:00
commit 79c6e44f92
3 changed files with 206 additions and 1 deletions

View file

@ -18,7 +18,7 @@ from portfolio_optimiser import okf
# Framework-neutral, D7-portable modules that must never import MAF/mcp (C2:
# the guard previously scanned only okf.py; dimension.py is now covered too).
_MAF_FREE_MODULES = ["okf.py", "dimension.py"]
_MAF_FREE_MODULES = ["okf.py", "dimension.py", "outbox.py"]
BUNDLE_DIR = Path(__file__).resolve().parents[1] / "shared" / "examples" / "bygg-energi-mikro"