LICENSE
README.md
pyproject.toml
src/athena/README.md
src/athena/__init__.py
src/athena/__main__.py
src/athena/bm25_searcher.py
src/athena/cli.py
src/athena/config.py
src/athena/docstring_updater.py
src/athena/entity_path.py
src/athena/hashing.py
src/athena/info.py
src/athena/locate.py
src/athena/mcp_config.py
src/athena/mcp_server.py
src/athena/models.py
src/athena/module_docstring_updater.py
src/athena/package_utils.py
src/athena/repository.py
src/athena/search.py
src/athena/status.py
src/athena/sync.py
src/athena/tokenizer.py
src/athena/parsers/__init__.py
src/athena/parsers/base.py
src/athena/parsers/python_parser.py
src/athena_code.egg-info/PKG-INFO
src/athena_code.egg-info/SOURCES.txt
src/athena_code.egg-info/dependency_links.txt
src/athena_code.egg-info/entry_points.txt
src/athena_code.egg-info/requires.txt
src/athena_code.egg-info/top_level.txt
tests/test_bm25_searcher.py
tests/test_cli.py
tests/test_config.py
tests/test_docstring_updater.py
tests/test_entity_path.py
tests/test_hashing.py
tests/test_info.py
tests/test_locate.py
tests/test_mcp_config.py
tests/test_mcp_server.py
tests/test_models.py
tests/test_module_docstring_updater.py
tests/test_package_utils.py
tests/test_repository.py
tests/test_search.py
tests/test_status.py
tests/test_status_e2e.py
tests/test_sync.py
tests/test_sync_recursive.py
tests/test_tokenizer.py