Implement local runtime persistence and policy gates

This commit is contained in:
2026-05-18 18:21:27 +02:00
parent 7f9913c45a
commit 8089a7c8fa
23 changed files with 2263 additions and 42 deletions

View File

@@ -14,6 +14,9 @@ authors = [
]
dependencies = []
[project.scripts]
phase-memory = "phase_memory.cli:main"
[tool.setuptools.packages.find]
where = ["src"]