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/bulk_processor.py
contmemo/core/event_log.py
contmemo/core/llm_client.py
contmemo/core/memory_writer.py
contmemo/core/ollama_client.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_bulk_processor.py
tests/test_cli_bulk.py
tests/test_cli_integration.py
tests/test_event_log.py
tests/test_golden.py
tests/test_memory_writer.py
tests/test_ollama_client.py
tests/test_pattern_detect.py
tests/test_proposal_inbox.py
tests/test_runtime.py
tests/test_runtime_bulk.py
tests/test_skeleton.py
tests/test_smoke.py
tests/golden/001_word_accept_attested.json
tests/golden/002_word_reject_absent.json
tests/golden/003_word_reject_substring_only.json
tests/golden/004_forget_accept_imperative.json
tests/golden/005_forget_defer_no_evidence.json
tests/golden/006_forget_defer_negative_present.json
tests/golden/007_lesson_reject_too_short.json
tests/golden/008_lesson_reject_platitude.json
tests/golden/009_lesson_defer_passes.json
tests/golden/010_fact_defer_passes.json
tests/golden/011_recipe_subtype_rejected.json
tests/golden/012_unknown_top_type_rejected.json