README.md
pyproject.toml
src/evidence_gated_memory/__init__.py
src/evidence_gated_memory/cli.py
src/evidence_gated_memory.egg-info/PKG-INFO
src/evidence_gated_memory.egg-info/SOURCES.txt
src/evidence_gated_memory.egg-info/dependency_links.txt
src/evidence_gated_memory.egg-info/entry_points.txt
src/evidence_gated_memory.egg-info/requires.txt
src/evidence_gated_memory.egg-info/top_level.txt
src/evidence_gated_memory/core/__init__.py
src/evidence_gated_memory/core/context.py
src/evidence_gated_memory/core/entities.py
src/evidence_gated_memory/core/freshness.py
src/evidence_gated_memory/core/gates.py
src/evidence_gated_memory/core/memory.py
src/evidence_gated_memory/core/mermaid.py
src/evidence_gated_memory/core/models.py
src/evidence_gated_memory/schemas/__init__.py
src/evidence_gated_memory/schemas/loader.py
src/evidence_gated_memory/schemas/builtin/__init__.py
src/evidence_gated_memory/schemas/builtin/coding.yaml
src/evidence_gated_memory/schemas/builtin/refund.yaml
src/evidence_gated_memory/storage/__init__.py
src/evidence_gated_memory/storage/sqlite.py
tests/test_cascade.py
tests/test_cli.py
tests/test_commit_protection.py
tests/test_context_long_term_memory.py
tests/test_context_task_map.py
tests/test_critical_expiry.py
tests/test_deepseek_demo.py
tests/test_derived.py
tests/test_entities.py
tests/test_freshness.py
tests/test_gates.py
tests/test_long_term_memory.py
tests/test_mermaid.py
tests/test_node_id_backlink.py
tests/test_offload.py
tests/test_packaging.py
tests/test_query_robustness.py
tests/test_source_allowlist.py
tests/test_state_gates.py
tests/test_strict_schema.py
tests/test_task_graph.py
tests/test_task_state.py
tests/test_task_top_level.py
tests/test_transition_node.py