LICENSE
README.md
README.pypi.md
pyproject.toml
agentcortex.egg-info/PKG-INFO
agentcortex.egg-info/SOURCES.txt
agentcortex.egg-info/dependency_links.txt
agentcortex.egg-info/entry_points.txt
agentcortex.egg-info/requires.txt
agentcortex.egg-info/top_level.txt
core/__init__.py
core/config_paths.py
core/config_reload.py
core/init_setup.py
core/daemon/__init__.py
core/daemon/bootstrap.py
core/daemon/daemon.py
core/daemon/pid.py
core/daemon/shutdown.py
core/daemon/supervisor.py
core/dashboard/index.html
core/dashboard/ops.js
core/diagnostics/__init__.py
core/diagnostics/builtin_python.py
core/diagnostics/engine.py
core/diagnostics/enricher.py
core/diagnostics/models.py
core/diagnostics/providers.py
core/diagnostics/symbol_from_message.py
core/graph/__init__.py
core/graph/api_graph.py
core/graph/circular_detector.py
core/graph/dependency_graph.py
core/graph/execution_graph.py
core/graph/graph_engine.py
core/graph/graph_models.py
core/graph/graph_storage.py
core/graph/graph_updater.py
core/graph/symbol_graph.py
core/http/__init__.py
core/http/cli_runner.py
core/http/db_status.py
core/http/event_bus.py
core/http/http_server.py
core/http/port_check.py
core/http/reindex_service.py
core/http/terminal_runner.py
core/http/tool_bridge.py
core/indexing/__init__.py
core/indexing/progress_log.py
core/indexing/reindex_runner.py
core/integrations/__init__.py
core/integrations/installer.py
core/integrations/registry.py
core/integrations/rules_sync.py
core/integrations/templates/AGENT_RULES.md
core/integrations/templates/CLAUDE.md
core/integrations/templates/cursor_rules.mdc
core/integrations/templates/mcp_stdio.json
core/mcp/__init__.py
core/mcp/code_reader.py
core/mcp/compact.py
core/mcp/core_tools.py
core/mcp/mcp_server.py
core/mcp/tool_registry.py
core/metadata/__init__.py
core/metadata/cache.py
core/metadata/diff_engine.py
core/metadata/extractor.py
core/metadata/indexer.py
core/metadata/metadata_engine.py
core/metadata/models.py
core/metadata/reference_resolver.py
core/parser/__init__.py
core/parser/ast_parser.py
core/parser/incremental_parser.py
core/parser/language_registry.py
core/parser/parse_result.py
core/parser/parser_engine.py
core/parser/symbol_interface.py
core/parser/treesitter_parser.py
core/retrieval/__init__.py
core/retrieval/context_builder.py
core/retrieval/graph_retriever.py
core/retrieval/project_context.py
core/retrieval/query_models.py
core/retrieval/retrieval_engine.py
core/retrieval/semantic_retriever.py
core/retrieval/symbol_retriever.py
core/retrieval/token_optimizer.py
core/skill_loader/__init__.py
core/skill_loader/loader_core.py
core/skill_loader/skill_interface.py
core/skill_loader/skill_loader.py
core/skill_loader/skill_registry.py
core/storage/__init__.py
core/storage/skill_index.py
core/storage/storage_manager.py
core/storage/adapters/__init__.py
core/storage/adapters/sqlite_adapter.py
core/storage/repositories/__init__.py
core/storage/repositories/file_repository.py
core/storage/repositories/symbol_repository.py
core/storage/schema/metadata_schema.sql
core/watcher/__init__.py
core/watcher/change_event.py
core/watcher/cortexignore_setup.py
core/watcher/debouncer.py
core/watcher/dispatcher.py
core/watcher/ignore_rules.py
core/watcher/watcher.py
core/watcher/watcher_registry.py
cortex/__init__.py
cortex/__main__.py
cortex/cli.py
cortex/shell.py
skills/__init__.py
skills/_shared/__init__.py
skills/_shared/js_analyzer.py
skills/celery/__init__.py
skills/celery/skill.py
skills/celery/parser/__init__.py
skills/celery/parser/task_parser.py
skills/celery/prompts/celery_patterns.md
skills/celery/tools/__init__.py
skills/celery/tools/celery_tools.py
skills/celery/watchers/__init__.py
skills/celery/watchers/celery_watcher.py
skills/csharp/__init__.py
skills/csharp/skill.py
skills/csharp/parser/__init__.py
skills/csharp/parser/csharp_parser.py
skills/csharp/prompts/csharp_patterns.md
skills/csharp/tools/__init__.py
skills/csharp/tools/csharp_tools.py
skills/csharp/watchers/__init__.py
skills/csharp/watchers/csharp_watcher.py
skills/django/__init__.py
skills/django/skill.py
skills/django/enrichers/__init__.py
skills/django/enrichers/api_graph_enricher.py
skills/django/enrichers/model_graph_enricher.py
skills/django/parser/__init__.py
skills/django/parser/apiview_parser.py
skills/django/parser/chain_builder.py
skills/django/parser/model_parser.py
skills/django/parser/serializer_parser.py
skills/django/parser/signal_parser.py
skills/django/parser/url_parser.py
skills/django/parser/viewset_parser.py
skills/django/prompts/django_patterns.md
skills/django/prompts/drf_debugging.md
skills/django/prompts/model_reasoning.md
skills/django/tools/__init__.py
skills/django/tools/django_tools.py
skills/django/watchers/__init__.py
skills/django/watchers/django_watcher.py
skills/fastapi/__init__.py
skills/fastapi/skill.py
skills/fastapi/parser/__init__.py
skills/fastapi/parser/fastapi_parser.py
skills/fastapi/prompts/fastapi_patterns.md
skills/fastapi/tools/__init__.py
skills/fastapi/tools/fastapi_tools.py
skills/fastapi/watchers/__init__.py
skills/fastapi/watchers/fastapi_watcher.py
skills/flutter/__init__.py
skills/flutter/skill.py
skills/flutter/parser/__init__.py
skills/flutter/parser/dart_parser.py
skills/flutter/prompts/flutter_patterns.md
skills/flutter/tools/__init__.py
skills/flutter/tools/flutter_tools.py
skills/flutter/watchers/__init__.py
skills/flutter/watchers/flutter_watcher.py
skills/golang/__init__.py
skills/golang/skill.py
skills/golang/parser/__init__.py
skills/golang/parser/go_parser.py
skills/golang/prompts/go_patterns.md
skills/golang/tools/__init__.py
skills/golang/tools/go_tools.py
skills/golang/watchers/__init__.py
skills/golang/watchers/go_watcher.py
skills/nextjs/__init__.py
skills/nextjs/skill.py
skills/nextjs/enrichers/__init__.py
skills/nextjs/enrichers/route_graph_enricher.py
skills/nextjs/parser/__init__.py
skills/nextjs/parser/api_route_parser.py
skills/nextjs/parser/boundary_parser.py
skills/nextjs/parser/route_parser.py
skills/nextjs/parser/server_action_parser.py
skills/nextjs/prompts/app_router_patterns.md
skills/nextjs/tools/__init__.py
skills/nextjs/tools/nextjs_tools.py
skills/nextjs/watchers/__init__.py
skills/nextjs/watchers/nextjs_watcher.py
skills/python/__init__.py
skills/python/skill.py
skills/python/enrichers/__init__.py
skills/python/enrichers/type_graph_enricher.py
skills/python/parser/__init__.py
skills/python/parser/decorator_parser.py
skills/python/parser/docstring_parser.py
skills/python/parser/import_parser.py
skills/python/parser/type_parser.py
skills/python/prompts/python_patterns.md
skills/python/tools/__init__.py
skills/python/tools/python_tools.py
skills/python/watchers/__init__.py
skills/python/watchers/python_watcher.py
skills/react/__init__.py
skills/react/skill.py
skills/react/enrichers/__init__.py
skills/react/enrichers/component_graph_enricher.py
skills/react/parser/__init__.py
skills/react/parser/component_parser.py
skills/react/parser/context_parser.py
skills/react/parser/prop_parser.py
skills/react/prompts/component_patterns.md
skills/react/tools/__init__.py
skills/react/tools/react_tools.py
skills/react/watchers/__init__.py
skills/react/watchers/react_watcher.py
skills/typescript/__init__.py
skills/typescript/skill.py
skills/typescript/parser/__init__.py
skills/typescript/parser/type_parser.py
skills/typescript/prompts/typescript_patterns.md
skills/typescript/tools/__init__.py
skills/typescript/tools/typescript_tools.py
skills/typescript/watchers/typescript_watcher.py