CHANGELOG.md
MANIFEST.in
README.md
pyproject.toml
contmemo/__init__.py
contmemo/__main__.py
contmemo.egg-info/PKG-INFO
contmemo.egg-info/SOURCES.txt
contmemo.egg-info/dependency_links.txt
contmemo.egg-info/entry_points.txt
contmemo.egg-info/requires.txt
contmemo.egg-info/top_level.txt
contmemo/config/default.toml
contmemo/core/__init__.py
contmemo/core/event_log.py
contmemo/core/llm_client.py
contmemo/core/memory_writer.py
contmemo/core/pattern_detect.py
contmemo/core/proposal_inbox.py
contmemo/core/runtime.py
contmemo/prompts/failure_analysis.txt
contmemo/prompts/memory_evaluation.txt
tests/test_event_log.py
tests/test_skeleton.py
tests/test_smoke.py