README.md
pyproject.toml
src/ctx/.ctxignore.default
src/ctx/__init__.py
src/ctx/__main__.py
src/ctx/api.py
src/ctx/cli.py
src/ctx/config.py
src/ctx/generator.py
src/ctx/git.py
src/ctx/hasher.py
src/ctx/ignore.py
src/ctx/language_detector.py
src/ctx/llm.py
src/ctx/lock.py
src/ctx/manifest.py
src/ctx/mcp_server.py
src/ctx/output.py
src/ctx/server.py
src/ctx/watcher.py
src/ctx/lang_parsers/csharp_parser.py
src/ctx/lang_parsers/elixir_parser.py
src/ctx/lang_parsers/go_parser.py
src/ctx/lang_parsers/java_parser.py
src/ctx/lang_parsers/js_ts_parser.py
src/ctx/lang_parsers/kotlin_parser.py
src/ctx/lang_parsers/php_parser.py
src/ctx/lang_parsers/python_parser.py
src/ctx/lang_parsers/ruby_parser.py
src/ctx/lang_parsers/rust_parser.py
src/ctx/lang_parsers/swift_parser.py
src/ctx_tool.egg-info/PKG-INFO
src/ctx_tool.egg-info/SOURCES.txt
src/ctx_tool.egg-info/dependency_links.txt
src/ctx_tool.egg-info/entry_points.txt
src/ctx_tool.egg-info/requires.txt
src/ctx_tool.egg-info/top_level.txt
tests/test_agent_handoff.py
tests/test_api.py
tests/test_cli.py
tests/test_cli_compat.py
tests/test_config.py
tests/test_csharp_parser.py
tests/test_docs.py
tests/test_elixir_parser.py
tests/test_generator.py
tests/test_git.py
tests/test_go_parser.py
tests/test_hasher.py
tests/test_ignore.py
tests/test_integration.py
tests/test_java_parser.py
tests/test_js_ts_parser.py
tests/test_kotlin_parser.py
tests/test_language_detector.py
tests/test_llm.py
tests/test_lock.py
tests/test_main.py
tests/test_manifest.py
tests/test_mcp_server.py
tests/test_output.py
tests/test_php_parser.py
tests/test_prompts.py
tests/test_python_parser.py
tests/test_ruby_parser.py
tests/test_rust_parser.py
tests/test_server.py
tests/test_setup.py
tests/test_swift_parser.py
tests/test_trust.py
tests/test_watcher.py