LICENSE
README.md
pyproject.toml
dependency_graph/__init__.py
dependency_graph/build_graph.py
dependency_graph/git_temporal.py
dependency_graph/gitignore.py
dependency_graph/graph_io.py
dependency_graph/traverse_graph.py
dependency_graph/parsers/__init__.py
dependency_graph/parsers/base.py
dependency_graph/parsers/python_parser.py
dependency_graph/parsers/ts_module_resolver.py
dependency_graph/parsers/typescript_parser.py
perla.egg-info/PKG-INFO
perla.egg-info/SOURCES.txt
perla.egg-info/dependency_links.txt
perla.egg-info/entry_points.txt
perla.egg-info/requires.txt
perla.egg-info/top_level.txt
perla_cli/__init__.py
perla_cli/__main__.py
perla_cli/_bundled.py
perla_cli/_docs.py
perla_cli/_interactive.py
perla_cli/_text_scan.py
perla_cli/_ui.py
perla_cli/auth.py
perla_cli/backend.py
perla_cli/cache.py
perla_cli/caller_audit.py
perla_cli/cli.py
perla_cli/constant_audit.py
perla_cli/default_export.py
perla_cli/deletion_audit.py
perla_cli/import_audit.py
perla_cli/oauth.py
perla_cli/preflight.py
perla_cli/providers.py
perla_cli/remote.py
perla_cli/risk.py
perla_cli/tsconfig.py
perla_cli/verdict.py
perla_cli/workspace.py
perla_cli/agent/__init__.py
perla_cli/agent/llm.py
perla_cli/agent/llm_compat.py
perla_cli/agent/local_tools.py
perla_cli/agent/loop.py
perla_cli/agent/prompts.py
perla_cli/agent/render.py
perla_cli/agent/tools.py
plugins/__init__.py
plugins/requirement.py
plugins/location_tools/__init__.py
plugins/location_tools/graph_backend.py
plugins/location_tools/locationtools.py
plugins/location_tools/repo_ops/__init__.py
plugins/location_tools/repo_ops/graph_enumeration.py
plugins/location_tools/repo_ops/repo_ops.py
plugins/location_tools/retriever/__init__.py
plugins/location_tools/retriever/bm25_retriever.py
plugins/location_tools/retriever/fuzzy_retriever.py
plugins/location_tools/utils/compress_file.py
plugins/location_tools/utils/dependency.py
plugins/location_tools/utils/result_format.py
plugins/location_tools/utils/util.py
tests/test_build_graph_constants.py
tests/test_perla_agent.py
tests/test_perla_agent_render.py
tests/test_perla_agent_tools.py
tests/test_perla_auth.py
tests/test_perla_auto_gitignore.py
tests/test_perla_bundled_key.py
tests/test_perla_cache.py
tests/test_perla_caller_audit.py
tests/test_perla_cli.py
tests/test_perla_cli_commands.py
tests/test_perla_cli_remote.py
tests/test_perla_cli_verdict_modes.py
tests/test_perla_constant_audit.py
tests/test_perla_d6_default_flip.py
tests/test_perla_default_export.py
tests/test_perla_deletion_audit.py
tests/test_perla_diff_range.py
tests/test_perla_docs_command.py
tests/test_perla_follow.py
tests/test_perla_gitignore_aware_build.py
tests/test_perla_import_audit.py
tests/test_perla_interactive_expand.py
tests/test_perla_json_schema_contract.py
tests/test_perla_llm_compat.py
tests/test_perla_login_rebrand.py
tests/test_perla_oauth.py
tests/test_perla_preflight.py
tests/test_perla_preflight_agent.py
tests/test_perla_preflight_cache.py
tests/test_perla_preflight_non_code.py
tests/test_perla_providers.py
tests/test_perla_push.py
tests/test_perla_risk.py
tests/test_perla_symlink_safety.py
tests/test_perla_text_scan.py
tests/test_perla_tsconfig.py
tests/test_perla_ui.py
tests/test_perla_verdict.py
tests/test_perla_workspace.py
tests/test_python_parser_constants.py
tests/test_typescript_parser_binding.py