LICENSE
README.md
pyproject.toml
rce/__init__.py
rce/cli.py
rce/mcp_server.py
rce/version.py
rce/cache/__init__.py
rce/cache/store.py
rce/core/__init__.py
rce/core/config.py
rce/core/constants.py
rce/core/projections.py
rce/core/schema.py
rce/extractors/__init__.py
rce/extractors/base.py
rce/extractors/csharp.py
rce/extractors/dart.py
rce/extractors/go.py
rce/extractors/java.py
rce/extractors/python.py
rce/extractors/typescript.py
rce/formatters/__init__.py
rce/formatters/agent.py
rce/formatters/docs.py
rce/formatters/human.py
rce/formatters/mcp.py
rce/indexer/__init__.py
rce/indexer/builder.py
rce/indexer/incremental.py
rce/indexer/orchestrator.py
rce/indexer/store.py
rce/llm/__init__.py
rce/llm/client.py
rce/llm/prompts.py
rce/query/__init__.py
rce/query/assembler.py
rce/query/classifier.py
rce/query/engine.py
rce/query/resolver.py
rce/query/retriever.py
rce/query/traverser.py
rce/reasoner/__init__.py
rce/reasoner/claude_client.py
rce/reasoner/gemini_client.py
repository_cognition_engine.egg-info/PKG-INFO
repository_cognition_engine.egg-info/SOURCES.txt
repository_cognition_engine.egg-info/dependency_links.txt
repository_cognition_engine.egg-info/entry_points.txt
repository_cognition_engine.egg-info/requires.txt
repository_cognition_engine.egg-info/top_level.txt
tests/test_base_extractor.py
tests/test_cache.py
tests/test_claude_client.py
tests/test_cli.py
tests/test_csharp_extractor.py
tests/test_dart_extractor.py
tests/test_docs.py
tests/test_formatters.py
tests/test_gemini_client.py
tests/test_go_extractor.py
tests/test_integration.py
tests/test_java_extractor.py
tests/test_llm_client.py
tests/test_mcp_server.py
tests/test_missing_methods.py
tests/test_new_indexer.py
tests/test_orchestrator.py
tests/test_python_extractor.py
tests/test_query_engine.py
tests/test_schema.py
tests/test_typescript_extractor.py