CHANGELOG.md
LICENSE
MANIFEST.in
PUBLISHING.md
README.md
SECURITY.md
pyproject.toml
docs/AUTOBIOGRAPHY-PROTOCOL.md
docs/DESIGN.md
docs/DREAM-PROTOCOL.md
docs/ENGINE-V020-SECURITY.md
docs/ENGINE-V020.md
docs/LEGACY-DESIGN.md
docs/LEGACY-MEMORY.md
docs/LEGACY-RECOVERY.md
docs/LEGACY-SECURITY.md
docs/RECOVERY.md
examples/motoko_autobiography.py
examples/motoko_runtime.py
examples/motoko_sleep.py
examples/soak_subconscious.py
examples/tick_memory.py
examples/tick_subconscious.py
src/deeprem/__init__.py
src/deeprem/__main__.py
src/deeprem/_schema.py
src/deeprem/_util.py
src/deeprem/cli.py
src/deeprem/crypto.py
src/deeprem/dreaming.py
src/deeprem/dynamics.py
src/deeprem/engine.py
src/deeprem/errors.py
src/deeprem/memory.py
src/deeprem/models.py
src/deeprem/py.typed
src/deeprem/runtime_cli.py
src/deeprem/runtime_store.py
src/deeprem/source.py
src/deeprem/store.py
src/deeprem/subconscious.py
src/deeprem/subconscious_cli.py
src/deeprem/subconscious_index.py
src/deeprem/subconscious_rules.py
src/deeprem/subconscious_store.py
src/deeprem.egg-info/PKG-INFO
src/deeprem.egg-info/SOURCES.txt
src/deeprem.egg-info/dependency_links.txt
src/deeprem.egg-info/entry_points.txt
src/deeprem.egg-info/requires.txt
src/deeprem.egg-info/top_level.txt
src/deeprem/schemas/approval-request-v1.schema.json
src/deeprem/schemas/approval-v1.schema.json
src/deeprem/schemas/autobiography-v1.schema.json
src/deeprem/schemas/checkpoint-v1.schema.json
src/deeprem/schemas/context-receipt-v1.schema.json
src/deeprem/schemas/dream-v1.schema.json
src/deeprem/schemas/event-v1.schema.json
src/deeprem/schemas/evidence-v1.schema.json
src/deeprem/schemas/fragment-v1.schema.json
src/deeprem/schemas/manifest-v1.schema.json
src/deeprem/schemas/output-hook-snapshot-v1.schema.json
src/deeprem/schemas/output-hook-v1.schema.json
src/deeprem/schemas/proposal-v1.schema.json
src/deeprem/schemas/relationship-v1.schema.json
src/deeprem/schemas/runtime-event-v1.schema.json
src/deeprem/schemas/runtime-manifest-v1.schema.json
src/deeprem/schemas/runtime-policy-v1.schema.json
src/deeprem/schemas/subconscious-event-v1.schema.json
src/deeprem/schemas/subconscious-manifest-v1.schema.json
tests/conftest.py
tests/test_cli.py
tests/test_concurrency.py
tests/test_crypto.py
tests/test_integrity.py
tests/test_memory.py
tests/test_runtime.py
tests/test_subconscious.py
tools/build_subconscious_schemas.py