Implement phase-memory foundation

This commit is contained in:
2026-05-18 01:55:34 +02:00
parent 751da54052
commit 87f104781a
22 changed files with 1705 additions and 12 deletions

6
tests/test_smoke.py Normal file
View File

@@ -0,0 +1,6 @@
import phase_memory
def test_package_imports() -> None:
assert phase_memory.__version__ == "0.1.0"
assert phase_memory.MemoryPhase.FLUID.value == "fluid"