LICENSE
README.md
pyproject.toml
looma/__init__.py
looma/__main__.py
looma/brief.py
looma/cli.py
looma/confidence.py
looma/config.py
looma/correction.py
looma/daemon.py
looma/db.py
looma/doctor.py
looma/embedding.py
looma/explain.py
looma/gitutil.py
looma/health.py
looma/identity.py
looma/inspect.py
looma/mcp.py
looma/models.py
looma/pack.py
looma/pipeline.py
looma/sanitize.py
looma/timeline.py
looma/today.py
looma/util.py
looma/weekly.py
looma.egg-info/PKG-INFO
looma.egg-info/SOURCES.txt
looma.egg-info/dependency_links.txt
looma.egg-info/entry_points.txt
looma.egg-info/top_level.txt
looma/adapters/__init__.py
looma/adapters/base.py
looma/adapters/claude.py
looma/adapters/codex.py
looma/adapters/cursor.py
looma/benchmark/__init__.py
looma/benchmark/fixtures.json
looma/benchmark/harness.py
looma/benchmark/retrieval.py
looma/extraction/__init__.py
looma/extraction/candidates.py
looma/extraction/deterministic.py
looma/extraction/extractor.py
looma/promotion/__init__.py
looma/promotion/promote.py
looma/resolution/__init__.py
looma/resolution/workitems.py
looma/retrieval/__init__.py
looma/retrieval/ask.py
looma/retrieval/match.py
looma/retrieval/resume.py
looma/storage/__init__.py
looma/storage/sqlite_store.py
looma/storage/vector_store.py
tests/test_adapters.py
tests/test_benchmark.py
tests/test_brief.py
tests/test_cli.py
tests/test_cli_default.py
tests/test_confidence.py
tests/test_correction.py
tests/test_daemon.py
tests/test_deterministic_rootless.py
tests/test_explain.py
tests/test_extraction_quality.py
tests/test_extractor.py
tests/test_hardening.py
tests/test_health.py
tests/test_incremental_rebuild.py
tests/test_ingest_idempotent.py
tests/test_ingest_options.py
tests/test_inspect.py
tests/test_malformed_jsonl.py
tests/test_mcp.py
tests/test_pack.py
tests/test_project_identity.py
tests/test_promotion.py
tests/test_reconcile.py
tests/test_resume_ambiguous.py
tests/test_retrieval_stemming.py
tests/test_sha_cache.py
tests/test_timeline.py
tests/test_today.py
tests/test_vectors.py
tests/test_weekly.py
tests/test_workitem_creation.py