LICENSE
README.md
pyproject.toml
src/intent_code/__init__.py
src/intent_code/agents.py
src/intent_code/cast_chunk.py
src/intent_code/cli.py
src/intent_code/embedder_auto.py
src/intent_code/githooks.py
src/intent_code/graph.py
src/intent_code/hook.py
src/intent_code/index.py
src/intent_code/intents.py
src/intent_code/manifest.py
src/intent_code/mcp_server.py
src/intent_code/notes.py
src/intent_code/parsing.py
src/intent_code/protocol.py
src/intent_code/walk.py
src/intent_code.egg-info/PKG-INFO
src/intent_code.egg-info/SOURCES.txt
src/intent_code.egg-info/dependency_links.txt
src/intent_code.egg-info/entry_points.txt
src/intent_code.egg-info/requires.txt
src/intent_code.egg-info/top_level.txt
src/intent_code/eval/__init__.py
src/intent_code/eval/harness.py
src/intent_code/eval/questions.py
src/intent_code/eval/run.py
tests/test_agents.py
tests/test_cli.py
tests/test_comprehension.py
tests/test_embedder_auto.py
tests/test_eval.py
tests/test_githooks.py
tests/test_graph.py
tests/test_hook.py
tests/test_index_incremental.py
tests/test_manifest.py
tests/test_mcp_server.py
tests/test_notes.py
tests/test_parsing.py
tests/test_repo_scope.py
tests/test_walk.py