LICENSE
README.md
pyproject.toml
cicada/__init__.py
cicada/_version_hash.py
cicada/clean.py
cicada/cli.py
cicada/command_logger.py
cicada/commands.py
cicada/dependency_analyzer.py
cicada/entry_utils.py
cicada/git_helper.py
cicada/indexer.py
cicada/interactive_setup.py
cicada/interactive_setup_helpers.py
cicada/keyword_expander.py
cicada/keyword_search.py
cicada/keyword_test.py
cicada/parser.py
cicada/pr_finder.py
cicada/setup.py
cicada/tier.py
cicada/version_check.py
cicada/watch_manager.py
cicada/watcher.py
cicada/dead_code/__init__.py
cicada/dead_code/analyzer.py
cicada/dead_code/finder.py
cicada/extractors/__init__.py
cicada/extractors/base.py
cicada/extractors/call.py
cicada/extractors/common.py
cicada/extractors/dependency.py
cicada/extractors/doc.py
cicada/extractors/function.py
cicada/extractors/keybert.py
cicada/extractors/keyword.py
cicada/extractors/module.py
cicada/extractors/spec.py
cicada/format/__init__.py
cicada/format/ascii_art.py
cicada/format/colors.py
cicada/format/formatter.py
cicada/mcp/__init__.py
cicada/mcp/entry.py
cicada/mcp/filter_utils.py
cicada/mcp/pattern_utils.py
cicada/mcp/server.py
cicada/mcp/tools.py
cicada/pr_indexer/__init__.py
cicada/pr_indexer/cli.py
cicada/pr_indexer/github_api_client.py
cicada/pr_indexer/indexer.py
cicada/pr_indexer/line_mapper.py
cicada/pr_indexer/pr_index_builder.py
cicada/utils/__init__.py
cicada/utils/call_site_formatter.py
cicada/utils/function_grouper.py
cicada/utils/fuzzy_match.py
cicada/utils/hash_utils.py
cicada/utils/index_utils.py
cicada/utils/path_utils.py
cicada/utils/signature_builder.py
cicada/utils/storage.py
cicada/utils/subprocess_runner.py
cicada/utils/text_utils.py
cicada/utils/tree_utils.py
cicada_mcp.egg-info/PKG-INFO
cicada_mcp.egg-info/SOURCES.txt
cicada_mcp.egg-info/dependency_links.txt
cicada_mcp.egg-info/entry_points.txt
cicada_mcp.egg-info/requires.txt
cicada_mcp.egg-info/top_level.txt
tests/test_acceptance.py
tests/test_acceptance_shell_scripts.py
tests/test_blame_cache_fix.py
tests/test_call_extractor.py
tests/test_call_sites.py
tests/test_claude_md_update.py
tests/test_clean.py
tests/test_cli.py
tests/test_command_logger.py
tests/test_dependency_analysis.py
tests/test_e2e.py
tests/test_entry_utils.py
tests/test_extractors_base.py
tests/test_git_extended_history.py
tests/test_git_helper.py
tests/test_github_api_client.py
tests/test_gitignore_integration.py
tests/test_hash_utils.py
tests/test_index_utils.py
tests/test_indexer_comprehensive.py
tests/test_indexer_dependencies.py
tests/test_interactive_setup.py
tests/test_keybert_extractor.py
tests/test_keyword_expander.py
tests/test_keyword_search.py
tests/test_line_mapper.py
tests/test_mcp_dependency_tools.py
tests/test_mcp_e2e.py
tests/test_mcp_git_integration.py
tests/test_mcp_logging_integration.py
tests/test_mcp_pr_tools.py
tests/test_mcp_server_core.py
tests/test_mcp_server_formatting.py
tests/test_mcp_server_pr_history.py
tests/test_module_usage_categories.py
tests/test_multi_editor_setup.py
tests/test_new_filtering_features.py
tests/test_parser.py
tests/test_parser_comprehensive.py
tests/test_path_utils.py
tests/test_pr_discoverability_features.py
tests/test_pr_finder.py
tests/test_pr_index_builder.py
tests/test_pr_indexer_integration.py
tests/test_pr_indexer_unit.py
tests/test_search_function.py
tests/test_server_cli.py
tests/test_setup.py
tests/test_signal_handling.py
tests/test_signature_builder.py
tests/test_storage.py
tests/test_subprocess_runner.py
tests/test_test_files_filter.py
tests/test_text_utils.py
tests/test_tier.py
tests/test_version_check.py
tests/test_watch_manager.py
tests/test_watcher.py
tests/test_watcher_error_scenarios.py
tests/test_with_aliases.py