ai-first-cli 1.1.5 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{ai → .ai-dev}/ai_context.md +8 -8
- package/{ai → .ai-dev}/ai_rules.md +2 -2
- package/{ai → .ai-dev}/architecture.md +38 -23
- package/.ai-dev/cache.json +2349 -0
- package/.ai-dev/context/features/test-projects.json +69 -0
- package/.ai-dev/context/flows/api.json +9 -0
- package/{ai → .ai-dev}/context/flows/auth.json +2 -1
- package/.ai-dev/context/flows/category.json +12 -0
- package/.ai-dev/context/flows/comment.json +16 -0
- package/.ai-dev/context/flows/post.json +18 -0
- package/.ai-dev/context/flows/routes.json +19 -0
- package/.ai-dev/context/flows/user.json +20 -0
- package/.ai-dev/context/flows/views.json +14 -0
- package/.ai-dev/dependencies.json +2946 -0
- package/.ai-dev/files.json +2944 -0
- package/{ai → .ai-dev}/git/commit-activity.json +39 -126
- package/{ai → .ai-dev}/git/recent-files.json +6 -6
- package/.ai-dev/git/recent-flows.json +1 -0
- package/.ai-dev/graph/knowledge-graph.json +44314 -0
- package/.ai-dev/graph/module-graph.json +866 -0
- package/.ai-dev/graph/symbol-graph.json +200622 -0
- package/.ai-dev/graph/symbol-references.json +6778 -0
- package/.ai-dev/hierarchy.json +20 -0
- package/.ai-dev/index-state.json +4123 -0
- package/.ai-dev/index.db +0 -0
- package/.ai-dev/modules.json +532 -0
- package/{ai → .ai-dev}/project.json +8 -7
- package/{ai → .ai-dev}/repo_map.json +3403 -918
- package/{ai → .ai-dev}/repo_map.md +604 -45
- package/{test-projects/nestjs-backend/ai → .ai-dev}/schema.json +1 -1
- package/{ai → .ai-dev}/summary.md +15 -5
- package/.ai-dev/symbols.json +7 -0
- package/{ai → .ai-dev}/tech_stack.md +7 -3
- package/.github/workflows/publish.yml +55 -0
- package/CHANGELOG.md +125 -0
- package/PLAN_MEJORAS.md +216 -0
- package/README.es.md +82 -99
- package/README.md +70 -89
- package/STATUS_ADAPTADORES +126 -0
- package/TEST_RESULTS_PHASE1.md +420 -0
- package/ai/graph/knowledge-graph.json +6 -44411
- package/ai-context/ai_context.md +130 -0
- package/ai-context/ai_rules.md +54 -0
- package/ai-context/architecture.md +136 -0
- package/ai-context/cache.json +2349 -0
- package/ai-context/ccp/jira-123/context.json +7 -0
- package/ai-context/context/features/commands.json +18 -0
- package/ai-context/context/features/src.json +61 -0
- package/ai-context/context/features/test-projects.json +69 -0
- package/ai-context/context/flows/account.json +9 -0
- package/ai-context/context/flows/ai-first.json +9 -0
- package/ai-context/context/flows/api.json +9 -0
- package/ai-context/context/flows/auth.json +13 -0
- package/ai-context/context/flows/category.json +12 -0
- package/ai-context/context/flows/comment.json +16 -0
- package/ai-context/context/flows/dashboard.json +9 -0
- package/ai-context/context/flows/doctor.json +9 -0
- package/ai-context/context/flows/explore.json +9 -0
- package/ai-context/context/flows/login.json +9 -0
- package/ai-context/context/flows/opportunity.json +9 -0
- package/ai-context/context/flows/post.json +18 -0
- package/ai-context/context/flows/routes.json +19 -0
- package/ai-context/context/flows/user.json +20 -0
- package/ai-context/context/flows/users.json +9 -0
- package/ai-context/context/flows/views.json +14 -0
- package/ai-context/context/repo.json +56 -0
- package/ai-context/context/utils.json +7 -0
- package/ai-context/conventions.md +53 -0
- package/ai-context/dependencies.json +2946 -0
- package/ai-context/embeddings.json +23828 -0
- package/ai-context/entrypoints.md +42 -0
- package/ai-context/files.json +2944 -0
- package/ai-context/git/commit-activity.json +8646 -0
- package/ai-context/git/recent-features.json +1 -0
- package/ai-context/git/recent-files.json +52 -0
- package/ai-context/git/recent-flows.json +1 -0
- package/ai-context/graph/knowledge-graph.json +44314 -0
- package/ai-context/graph/module-graph.json +866 -0
- package/ai-context/graph/symbol-graph.json +200622 -0
- package/ai-context/graph/symbol-references.json +6778 -0
- package/ai-context/hierarchy.json +20 -0
- package/ai-context/index-state.json +4123 -0
- package/ai-context/index.db +0 -0
- package/ai-context/modules.json +532 -0
- package/ai-context/project.json +30 -0
- package/ai-context/repo_map.json +5818 -0
- package/ai-context/repo_map.md +1327 -0
- package/{test-projects/python-cli/ai → ai-context}/schema.json +1 -1
- package/ai-context/summary.md +42 -0
- package/ai-context/symbols.json +7 -0
- package/ai-context/tech_stack.md +46 -0
- package/dist/analyzers/symbols.d.ts.map +1 -1
- package/dist/analyzers/symbols.js +135 -7
- package/dist/analyzers/symbols.js.map +1 -1
- package/dist/commands/ai-first.d.ts.map +1 -1
- package/dist/commands/ai-first.js +35 -15
- package/dist/commands/ai-first.js.map +1 -1
- package/dist/commands/doctor.js +1 -1
- package/dist/commands/doctor.js.map +1 -1
- package/dist/commands/explore.js +1 -1
- package/dist/commands/explore.js.map +1 -1
- package/dist/core/ccp.js +1 -1
- package/dist/core/ccp.js.map +1 -1
- package/dist/core/embeddings.d.ts +11 -6
- package/dist/core/embeddings.d.ts.map +1 -1
- package/dist/core/embeddings.js +88 -38
- package/dist/core/embeddings.js.map +1 -1
- package/dist/core/gitAnalyzer.js +3 -3
- package/dist/core/gitAnalyzer.js.map +1 -1
- package/dist/core/incrementalAnalyzer.d.ts.map +1 -1
- package/dist/core/incrementalAnalyzer.js +76 -14
- package/dist/core/incrementalAnalyzer.js.map +1 -1
- package/dist/core/knowledgeGraphBuilder.js +1 -1
- package/dist/core/knowledgeGraphBuilder.js.map +1 -1
- package/dist/core/semanticContexts.d.ts.map +1 -1
- package/dist/core/semanticContexts.js +13 -4
- package/dist/core/semanticContexts.js.map +1 -1
- package/docs/guide/getting-started.md +8 -8
- package/docs/guide/quick-start.md +8 -8
- package/examples/01-express-api.md +3 -3
- package/examples/02-react-app.md +3 -3
- package/examples/03-python-django.md +3 -3
- package/examples/README.md +3 -3
- package/package.json +1 -1
- package/src/analyzers/symbols.ts +144 -7
- package/src/commands/ai-first.ts +37 -15
- package/src/commands/doctor.ts +1 -1
- package/src/commands/explore.ts +1 -1
- package/src/core/ccp.ts +1 -1
- package/src/core/embeddings.ts +106 -40
- package/src/core/gitAnalyzer.ts +3 -3
- package/src/core/incrementalAnalyzer.ts +101 -11
- package/src/core/knowledgeGraphBuilder.ts +1 -1
- package/src/core/semanticContexts.ts +14 -4
- package/test-projects/django-app/.ai-dev/ai_context.md +92 -0
- package/test-projects/django-app/.ai-dev/ai_rules.md +47 -0
- package/test-projects/django-app/.ai-dev/architecture.md +57 -0
- package/test-projects/django-app/.ai-dev/cache.json +169 -0
- package/test-projects/django-app/.ai-dev/context/flows/views.json +10 -0
- package/test-projects/django-app/.ai-dev/dependencies.json +312 -0
- package/test-projects/django-app/.ai-dev/files.json +209 -0
- package/test-projects/django-app/.ai-dev/graph/knowledge-graph.json +36 -0
- package/test-projects/django-app/.ai-dev/graph/module-graph.json +145 -0
- package/test-projects/django-app/.ai-dev/graph/symbol-graph.json +1488 -0
- package/test-projects/django-app/.ai-dev/index-state.json +294 -0
- package/test-projects/django-app/.ai-dev/index.db +0 -0
- package/test-projects/django-app/.ai-dev/modules.json +35 -0
- package/test-projects/django-app/.ai-dev/project.json +11 -0
- package/test-projects/django-app/.ai-dev/repo_map.json +412 -0
- package/test-projects/django-app/.ai-dev/repo_map.md +105 -0
- package/test-projects/{express-api/ai → django-app/.ai-dev}/schema.json +1 -1
- package/test-projects/django-app/.ai-dev/summary.md +15 -0
- package/test-projects/django-app/.ai-dev/symbols.json +1 -0
- package/test-projects/django-app/.ai-dev/tech_stack.md +32 -0
- package/test-projects/django-app/README.md +91 -0
- package/test-projects/django-app/ai-context/ai_context.md +92 -0
- package/test-projects/django-app/ai-context/ai_rules.md +47 -0
- package/test-projects/django-app/ai-context/architecture.md +57 -0
- package/test-projects/django-app/ai-context/cache.json +169 -0
- package/test-projects/django-app/ai-context/context/flows/views.json +10 -0
- package/test-projects/django-app/ai-context/conventions.md +51 -0
- package/test-projects/django-app/ai-context/dependencies.json +312 -0
- package/test-projects/django-app/ai-context/files.json +209 -0
- package/test-projects/django-app/ai-context/graph/knowledge-graph.json +36 -0
- package/test-projects/django-app/ai-context/graph/module-graph.json +145 -0
- package/test-projects/django-app/ai-context/graph/symbol-graph.json +1488 -0
- package/test-projects/django-app/ai-context/graph/symbol-references.json +1 -0
- package/test-projects/django-app/ai-context/index-state.json +294 -0
- package/test-projects/django-app/ai-context/index.db +0 -0
- package/test-projects/django-app/ai-context/modules.json +35 -0
- package/test-projects/django-app/ai-context/project.json +11 -0
- package/test-projects/django-app/ai-context/repo_map.json +412 -0
- package/test-projects/django-app/ai-context/repo_map.md +105 -0
- package/{ai → test-projects/django-app/ai-context}/schema.json +1 -1
- package/test-projects/django-app/ai-context/summary.md +15 -0
- package/test-projects/django-app/ai-context/symbols.json +1 -0
- package/test-projects/django-app/ai-context/tech_stack.md +32 -0
- package/test-projects/django-app/blog/__init__.py +0 -0
- package/test-projects/django-app/blog/admin.py +31 -0
- package/test-projects/django-app/blog/models.py +55 -0
- package/test-projects/django-app/blog/serializers.py +69 -0
- package/test-projects/django-app/blog/urls.py +14 -0
- package/test-projects/django-app/blog/views.py +96 -0
- package/test-projects/django-app/django_app/__init__.py +0 -0
- package/test-projects/django-app/django_app/settings.py +90 -0
- package/test-projects/django-app/django_app/urls.py +11 -0
- package/test-projects/django-app/django_app/wsgi.py +9 -0
- package/test-projects/django-app/manage.py +23 -0
- package/test-projects/django-app/requirements.txt +3 -0
- package/test-projects/django-app/users/__init__.py +0 -0
- package/test-projects/django-app/users/admin.py +42 -0
- package/test-projects/django-app/users/models.py +54 -0
- package/test-projects/django-app/users/serializers.py +113 -0
- package/test-projects/django-app/users/urls.py +13 -0
- package/test-projects/django-app/users/views.py +135 -0
- package/test-projects/express-api/{ai → .ai-dev}/project.json +2 -2
- package/test-projects/express-api/{ai → .ai-dev}/repo_map.json +1 -1
- package/test-projects/express-api/.ai-dev/schema.json +5 -0
- package/test-projects/express-api/.ai-dev/symbols.json +7 -0
- package/test-projects/express-api/ai-context/ai_context.md +112 -0
- package/test-projects/express-api/ai-context/ai_rules.md +50 -0
- package/test-projects/express-api/ai-context/architecture.md +62 -0
- package/test-projects/express-api/ai-context/context/features/controllers.json +13 -0
- package/test-projects/express-api/ai-context/context/features/services.json +13 -0
- package/test-projects/express-api/ai-context/context/flows/auth.json +12 -0
- package/test-projects/express-api/ai-context/context/flows/user.json +13 -0
- package/test-projects/express-api/ai-context/conventions.md +51 -0
- package/test-projects/express-api/ai-context/dependencies.json +54 -0
- package/test-projects/express-api/ai-context/entrypoints.md +17 -0
- package/test-projects/express-api/ai-context/modules.json +30 -0
- package/test-projects/express-api/ai-context/project.json +15 -0
- package/test-projects/express-api/ai-context/repo_map.json +100 -0
- package/test-projects/express-api/ai-context/repo_map.md +36 -0
- package/test-projects/express-api/ai-context/schema.json +5 -0
- package/test-projects/express-api/ai-context/summary.md +14 -0
- package/test-projects/express-api/ai-context/symbols.json +7 -0
- package/test-projects/express-api/ai-context/tech_stack.md +38 -0
- package/test-projects/express-api/index.js +9 -0
- package/test-projects/fastapi-app/.ai-dev/ai_context.md +89 -0
- package/test-projects/fastapi-app/.ai-dev/ai_rules.md +47 -0
- package/test-projects/fastapi-app/.ai-dev/architecture.md +39 -0
- package/test-projects/fastapi-app/.ai-dev/cache.json +125 -0
- package/test-projects/fastapi-app/.ai-dev/conventions.md +51 -0
- package/test-projects/fastapi-app/.ai-dev/dependencies.json +244 -0
- package/test-projects/fastapi-app/.ai-dev/files.json +154 -0
- package/test-projects/fastapi-app/.ai-dev/graph/knowledge-graph.json +15 -0
- package/test-projects/fastapi-app/.ai-dev/graph/module-graph.json +78 -0
- package/test-projects/fastapi-app/.ai-dev/graph/symbol-graph.json +1724 -0
- package/test-projects/fastapi-app/.ai-dev/graph/symbol-references.json +51 -0
- package/test-projects/fastapi-app/.ai-dev/index-state.json +217 -0
- package/test-projects/fastapi-app/.ai-dev/index.db +0 -0
- package/test-projects/fastapi-app/.ai-dev/modules.json +16 -0
- package/test-projects/fastapi-app/.ai-dev/project.json +9 -0
- package/test-projects/{express-api/ai/repo-map.json → fastapi-app/.ai-dev/repo_map.json} +121 -114
- package/test-projects/fastapi-app/.ai-dev/repo_map.md +74 -0
- package/test-projects/fastapi-app/.ai-dev/schema.json +5 -0
- package/test-projects/fastapi-app/.ai-dev/summary.md +12 -0
- package/test-projects/fastapi-app/.ai-dev/symbols.json +1 -0
- package/test-projects/fastapi-app/.ai-dev/tech_stack.md +32 -0
- package/test-projects/fastapi-app/.ai-dev/tools.json +10 -0
- package/test-projects/fastapi-app/README.md +118 -0
- package/test-projects/fastapi-app/ai-context/ai_context.md +89 -0
- package/test-projects/fastapi-app/ai-context/ai_rules.md +47 -0
- package/test-projects/fastapi-app/ai-context/architecture.md +39 -0
- package/test-projects/fastapi-app/ai-context/cache.json +125 -0
- package/test-projects/fastapi-app/ai-context/conventions.md +51 -0
- package/test-projects/fastapi-app/ai-context/dependencies.json +244 -0
- package/test-projects/fastapi-app/ai-context/entrypoints.md +4 -0
- package/test-projects/fastapi-app/ai-context/files.json +154 -0
- package/test-projects/fastapi-app/ai-context/graph/knowledge-graph.json +15 -0
- package/test-projects/fastapi-app/ai-context/graph/module-graph.json +78 -0
- package/test-projects/fastapi-app/ai-context/graph/symbol-graph.json +1724 -0
- package/test-projects/fastapi-app/ai-context/graph/symbol-references.json +51 -0
- package/test-projects/fastapi-app/ai-context/index-state.json +217 -0
- package/test-projects/fastapi-app/ai-context/index.db +0 -0
- package/test-projects/fastapi-app/ai-context/modules.json +16 -0
- package/test-projects/fastapi-app/ai-context/project.json +9 -0
- package/test-projects/fastapi-app/ai-context/repo_map.json +298 -0
- package/test-projects/fastapi-app/ai-context/repo_map.md +74 -0
- package/test-projects/fastapi-app/ai-context/schema.json +5 -0
- package/test-projects/fastapi-app/ai-context/summary.md +12 -0
- package/test-projects/fastapi-app/ai-context/symbols.json +1 -0
- package/test-projects/fastapi-app/ai-context/tech_stack.md +32 -0
- package/test-projects/fastapi-app/ai-context/tools.json +10 -0
- package/test-projects/fastapi-app/app/database.py +21 -0
- package/test-projects/fastapi-app/app/dependencies.py +107 -0
- package/test-projects/fastapi-app/app/main.py +47 -0
- package/test-projects/fastapi-app/app/models.py +149 -0
- package/test-projects/fastapi-app/app/routers/auth.py +117 -0
- package/test-projects/fastapi-app/app/routers/posts.py +272 -0
- package/test-projects/fastapi-app/app/schemas.py +191 -0
- package/test-projects/fastapi-app/requirements.txt +10 -0
- package/test-projects/flask-app/.ai-dev/ai_context.md +94 -0
- package/test-projects/flask-app/.ai-dev/ai_rules.md +47 -0
- package/test-projects/flask-app/.ai-dev/architecture.md +49 -0
- package/test-projects/flask-app/.ai-dev/cache.json +157 -0
- package/test-projects/flask-app/.ai-dev/context/features/app.json +25 -0
- package/test-projects/flask-app/.ai-dev/context/flows/routes.json +14 -0
- package/test-projects/flask-app/.ai-dev/conventions.md +51 -0
- package/test-projects/flask-app/.ai-dev/dependencies.json +298 -0
- package/test-projects/flask-app/.ai-dev/entrypoints.md +4 -0
- package/test-projects/flask-app/.ai-dev/files.json +194 -0
- package/test-projects/flask-app/.ai-dev/graph/knowledge-graph.json +60 -0
- package/test-projects/flask-app/.ai-dev/graph/module-graph.json +95 -0
- package/test-projects/flask-app/.ai-dev/graph/symbol-graph.json +1448 -0
- package/test-projects/flask-app/.ai-dev/graph/symbol-references.json +45 -0
- package/test-projects/flask-app/.ai-dev/index-state.json +273 -0
- package/test-projects/flask-app/.ai-dev/index.db +0 -0
- package/test-projects/flask-app/.ai-dev/modules.json +21 -0
- package/test-projects/flask-app/.ai-dev/project.json +13 -0
- package/test-projects/flask-app/.ai-dev/repo_map.json +400 -0
- package/test-projects/flask-app/.ai-dev/repo_map.md +98 -0
- package/test-projects/flask-app/.ai-dev/schema.json +5 -0
- package/test-projects/flask-app/.ai-dev/summary.md +13 -0
- package/test-projects/flask-app/.ai-dev/symbols.json +1 -0
- package/test-projects/flask-app/.ai-dev/tech_stack.md +32 -0
- package/test-projects/flask-app/.ai-dev/tools.json +10 -0
- package/test-projects/flask-app/README.md +129 -0
- package/test-projects/flask-app/ai-context/ai_context.md +94 -0
- package/test-projects/flask-app/ai-context/ai_rules.md +47 -0
- package/test-projects/flask-app/ai-context/architecture.md +49 -0
- package/test-projects/flask-app/ai-context/cache.json +157 -0
- package/test-projects/flask-app/ai-context/context/features/app.json +25 -0
- package/test-projects/flask-app/ai-context/context/flows/routes.json +14 -0
- package/test-projects/flask-app/ai-context/conventions.md +51 -0
- package/test-projects/flask-app/ai-context/dependencies.json +298 -0
- package/test-projects/flask-app/ai-context/entrypoints.md +4 -0
- package/test-projects/flask-app/ai-context/files.json +194 -0
- package/test-projects/flask-app/ai-context/graph/knowledge-graph.json +60 -0
- package/test-projects/flask-app/ai-context/graph/module-graph.json +95 -0
- package/test-projects/flask-app/ai-context/graph/symbol-graph.json +1448 -0
- package/test-projects/flask-app/ai-context/graph/symbol-references.json +45 -0
- package/test-projects/flask-app/ai-context/index-state.json +273 -0
- package/test-projects/flask-app/ai-context/index.db +0 -0
- package/test-projects/flask-app/ai-context/modules.json +21 -0
- package/test-projects/flask-app/ai-context/project.json +13 -0
- package/test-projects/flask-app/ai-context/repo_map.json +400 -0
- package/test-projects/flask-app/ai-context/repo_map.md +98 -0
- package/test-projects/flask-app/ai-context/schema.json +5 -0
- package/test-projects/flask-app/ai-context/summary.md +13 -0
- package/test-projects/flask-app/ai-context/symbols.json +1 -0
- package/test-projects/flask-app/ai-context/tech_stack.md +32 -0
- package/test-projects/flask-app/ai-context/tools.json +10 -0
- package/test-projects/flask-app/app/__init__.py +46 -0
- package/test-projects/flask-app/app/api/__init__.py +7 -0
- package/test-projects/flask-app/app/api/routes.py +122 -0
- package/test-projects/flask-app/app/auth/__init__.py +7 -0
- package/test-projects/flask-app/app/auth/forms.py +52 -0
- package/test-projects/flask-app/app/auth/routes.py +68 -0
- package/test-projects/flask-app/app/blog/__init__.py +7 -0
- package/test-projects/flask-app/app/blog/forms.py +35 -0
- package/test-projects/flask-app/app/blog/routes.py +140 -0
- package/test-projects/flask-app/app/main/__init__.py +7 -0
- package/test-projects/flask-app/app/main/routes.py +88 -0
- package/test-projects/flask-app/app/models.py +177 -0
- package/test-projects/flask-app/config.py +64 -0
- package/test-projects/flask-app/requirements.txt +10 -0
- package/test-projects/laravel-app/.ai-dev/ai_context.md +97 -0
- package/test-projects/laravel-app/.ai-dev/ai_rules.md +47 -0
- package/test-projects/laravel-app/.ai-dev/architecture.md +60 -0
- package/test-projects/laravel-app/.ai-dev/cache.json +161 -0
- package/test-projects/laravel-app/.ai-dev/context/features/app.json +21 -0
- package/test-projects/laravel-app/.ai-dev/context/flows/.json +9 -0
- package/test-projects/laravel-app/.ai-dev/context/flows/category.json +12 -0
- package/test-projects/laravel-app/.ai-dev/context/flows/comment.json +12 -0
- package/test-projects/laravel-app/.ai-dev/context/flows/post.json +12 -0
- package/test-projects/laravel-app/.ai-dev/context/flows/unnamed.json +9 -0
- package/test-projects/laravel-app/.ai-dev/conventions.md +51 -0
- package/test-projects/laravel-app/.ai-dev/entrypoints.md +4 -0
- package/test-projects/laravel-app/.ai-dev/files.json +199 -0
- package/test-projects/laravel-app/.ai-dev/graph/knowledge-graph.json +98 -0
- package/test-projects/laravel-app/.ai-dev/graph/module-graph.json +30 -0
- package/test-projects/laravel-app/.ai-dev/graph/symbol-graph.json +5 -0
- package/test-projects/laravel-app/.ai-dev/graph/symbol-references.json +1 -0
- package/test-projects/laravel-app/.ai-dev/index-state.json +280 -0
- package/test-projects/laravel-app/.ai-dev/index.db +0 -0
- package/test-projects/laravel-app/.ai-dev/modules.json +29 -0
- package/test-projects/laravel-app/.ai-dev/project.json +17 -0
- package/test-projects/laravel-app/.ai-dev/repo_map.json +419 -0
- package/test-projects/laravel-app/.ai-dev/repo_map.md +106 -0
- package/test-projects/laravel-app/.ai-dev/schema.json +5 -0
- package/test-projects/laravel-app/.ai-dev/summary.md +15 -0
- package/test-projects/laravel-app/.ai-dev/symbols.json +1 -0
- package/test-projects/laravel-app/.ai-dev/tech_stack.md +34 -0
- package/test-projects/laravel-app/.ai-dev/tools.json +10 -0
- package/test-projects/laravel-app/README.md +107 -0
- package/test-projects/laravel-app/ai-context/ai_context.md +97 -0
- package/test-projects/laravel-app/ai-context/ai_rules.md +47 -0
- package/test-projects/laravel-app/ai-context/architecture.md +60 -0
- package/test-projects/laravel-app/ai-context/cache.json +161 -0
- package/test-projects/laravel-app/ai-context/context/features/app.json +21 -0
- package/test-projects/laravel-app/ai-context/context/flows/.json +9 -0
- package/test-projects/laravel-app/ai-context/context/flows/category.json +12 -0
- package/test-projects/laravel-app/ai-context/context/flows/comment.json +12 -0
- package/test-projects/laravel-app/ai-context/context/flows/post.json +12 -0
- package/test-projects/laravel-app/ai-context/context/flows/unnamed.json +9 -0
- package/test-projects/laravel-app/ai-context/conventions.md +51 -0
- package/test-projects/laravel-app/ai-context/dependencies.json +6 -0
- package/test-projects/laravel-app/ai-context/entrypoints.md +4 -0
- package/test-projects/laravel-app/ai-context/files.json +199 -0
- package/test-projects/laravel-app/ai-context/graph/knowledge-graph.json +98 -0
- package/test-projects/laravel-app/ai-context/graph/module-graph.json +30 -0
- package/test-projects/laravel-app/ai-context/graph/symbol-graph.json +5 -0
- package/test-projects/laravel-app/ai-context/graph/symbol-references.json +1 -0
- package/test-projects/laravel-app/ai-context/index-state.json +280 -0
- package/test-projects/laravel-app/ai-context/index.db +0 -0
- package/test-projects/laravel-app/ai-context/modules.json +29 -0
- package/test-projects/laravel-app/ai-context/project.json +17 -0
- package/test-projects/laravel-app/ai-context/repo_map.json +419 -0
- package/test-projects/laravel-app/ai-context/repo_map.md +106 -0
- package/test-projects/laravel-app/ai-context/schema.json +5 -0
- package/test-projects/laravel-app/ai-context/summary.md +15 -0
- package/test-projects/laravel-app/ai-context/symbols.json +1 -0
- package/test-projects/laravel-app/ai-context/tech_stack.md +34 -0
- package/test-projects/laravel-app/ai-context/tools.json +10 -0
- package/test-projects/laravel-app/app/Http/Controllers/Api/CategoryController.php +88 -0
- package/test-projects/laravel-app/app/Http/Controllers/Api/CommentController.php +56 -0
- package/test-projects/laravel-app/app/Http/Controllers/Api/PostController.php +174 -0
- package/test-projects/laravel-app/app/Http/Controllers/Controller.php +12 -0
- package/test-projects/laravel-app/app/Models/Category.php +34 -0
- package/test-projects/laravel-app/app/Models/Comment.php +51 -0
- package/test-projects/laravel-app/app/Models/Post.php +108 -0
- package/test-projects/laravel-app/app/Models/User.php +85 -0
- package/test-projects/laravel-app/bootstrap/app.php +25 -0
- package/test-projects/laravel-app/composer.json +35 -0
- package/test-projects/laravel-app/routes/api.php +40 -0
- package/test-projects/nestjs-backend/{ai → .ai-dev}/ai_context.md +7 -6
- package/test-projects/nestjs-backend/{ai → .ai-dev}/ai_rules.md +4 -4
- package/test-projects/nestjs-backend/{ai → .ai-dev}/architecture.md +6 -0
- package/test-projects/nestjs-backend/{ai → .ai-dev}/cache.json +65 -33
- package/test-projects/nestjs-backend/.ai-dev/context/flows/auth.controller.json +14 -0
- package/test-projects/nestjs-backend/.ai-dev/context/flows/users.controller.json +14 -0
- package/test-projects/nestjs-backend/.ai-dev/context/flows/users.json +10 -0
- package/test-projects/nestjs-backend/.ai-dev/conventions.md +52 -0
- package/test-projects/nestjs-backend/{ai → .ai-dev}/files.json +25 -0
- package/test-projects/nestjs-backend/.ai-dev/graph/knowledge-graph.json +132 -0
- package/test-projects/nestjs-backend/{ai → .ai-dev}/index-state.json +122 -87
- package/{ai → test-projects/nestjs-backend/.ai-dev}/index.db +0 -0
- package/test-projects/nestjs-backend/{ai → .ai-dev}/project.json +6 -2
- package/test-projects/nestjs-backend/{ai/repo-map.json → .ai-dev/repo_map.json} +106 -2
- package/test-projects/nestjs-backend/.ai-dev/repo_map.md +104 -0
- package/test-projects/nestjs-backend/.ai-dev/schema.json +5 -0
- package/test-projects/nestjs-backend/{ai → .ai-dev}/summary.md +4 -2
- package/test-projects/nestjs-backend/.ai-dev/symbols.json +1 -0
- package/test-projects/nestjs-backend/{ai → .ai-dev}/tech_stack.md +2 -1
- package/test-projects/nestjs-backend/.ai-dev/tools.json +10 -0
- package/test-projects/nestjs-backend/ai-context/ai_context.md +111 -0
- package/test-projects/nestjs-backend/ai-context/ai_rules.md +52 -0
- package/test-projects/nestjs-backend/ai-context/architecture.md +49 -0
- package/test-projects/nestjs-backend/ai-context/cache.json +169 -0
- package/test-projects/nestjs-backend/ai-context/context/features/src.json +23 -0
- package/test-projects/nestjs-backend/ai-context/context/flows/auth.controller.json +14 -0
- package/test-projects/nestjs-backend/ai-context/context/flows/auth.json +10 -0
- package/test-projects/nestjs-backend/ai-context/context/flows/users..json +10 -0
- package/test-projects/nestjs-backend/ai-context/context/flows/users.controller.json +14 -0
- package/test-projects/nestjs-backend/ai-context/context/flows/users.json +10 -0
- package/test-projects/nestjs-backend/ai-context/conventions.md +52 -0
- package/test-projects/nestjs-backend/ai-context/dependencies.json +152 -0
- package/test-projects/nestjs-backend/ai-context/entrypoints.md +18 -0
- package/test-projects/nestjs-backend/ai-context/files.json +209 -0
- package/test-projects/nestjs-backend/ai-context/graph/knowledge-graph.json +132 -0
- package/test-projects/nestjs-backend/ai-context/graph/module-graph.json +29 -0
- package/test-projects/nestjs-backend/ai-context/graph/symbol-graph.json +304 -0
- package/test-projects/nestjs-backend/ai-context/graph/symbol-references.json +5 -0
- package/test-projects/nestjs-backend/ai-context/index-state.json +294 -0
- package/test-projects/nestjs-backend/ai-context/index.db +0 -0
- package/test-projects/nestjs-backend/ai-context/modules.json +19 -0
- package/test-projects/nestjs-backend/ai-context/project.json +18 -0
- package/test-projects/nestjs-backend/ai-context/repo_map.json +427 -0
- package/test-projects/nestjs-backend/ai-context/repo_map.md +104 -0
- package/test-projects/nestjs-backend/ai-context/schema.json +5 -0
- package/test-projects/nestjs-backend/ai-context/summary.md +13 -0
- package/test-projects/nestjs-backend/ai-context/symbols.json +1 -0
- package/test-projects/nestjs-backend/ai-context/tech_stack.md +38 -0
- package/test-projects/nestjs-backend/ai-context/tools.json +10 -0
- package/test-projects/python-cli/{ai → .ai-dev}/ai_context.md +5 -4
- package/test-projects/python-cli/{ai → .ai-dev}/ai_rules.md +2 -2
- package/test-projects/python-cli/{ai → .ai-dev}/architecture.md +6 -0
- package/test-projects/python-cli/{ai → .ai-dev}/cache.json +53 -33
- package/test-projects/python-cli/.ai-dev/entrypoints.md +4 -0
- package/test-projects/python-cli/{ai → .ai-dev}/files.json +10 -0
- package/test-projects/python-cli/{ai → .ai-dev}/graph/knowledge-graph.json +1 -1
- package/test-projects/python-cli/{ai → .ai-dev}/index-state.json +97 -83
- package/test-projects/python-cli/{ai → .ai-dev}/index.db +0 -0
- package/test-projects/python-cli/{ai → .ai-dev}/project.json +1 -1
- package/test-projects/python-cli/{ai/repo-map.json → .ai-dev/repo_map.json} +79 -2
- package/test-projects/python-cli/.ai-dev/repo_map.md +93 -0
- package/test-projects/python-cli/.ai-dev/schema.json +5 -0
- package/test-projects/python-cli/{ai → .ai-dev}/summary.md +4 -1
- package/test-projects/python-cli/.ai-dev/symbols.json +1 -0
- package/test-projects/python-cli/.ai-dev/tech_stack.md +32 -0
- package/test-projects/python-cli/.ai-dev/tools.json +10 -0
- package/test-projects/python-cli/ai-context/ai_context.md +95 -0
- package/test-projects/python-cli/ai-context/ai_rules.md +47 -0
- package/test-projects/python-cli/ai-context/architecture.md +55 -0
- package/test-projects/python-cli/ai-context/cache.json +149 -0
- package/test-projects/python-cli/ai-context/context/features/cli.json +16 -0
- package/test-projects/python-cli/ai-context/context/flows/list_.json +9 -0
- package/test-projects/python-cli/ai-context/context/flows/remove_.json +9 -0
- package/test-projects/python-cli/ai-context/conventions.md +51 -0
- package/test-projects/python-cli/ai-context/dependencies.json +66 -0
- package/test-projects/python-cli/ai-context/entrypoints.md +4 -0
- package/test-projects/python-cli/ai-context/files.json +184 -0
- package/test-projects/python-cli/ai-context/graph/knowledge-graph.json +83 -0
- package/test-projects/python-cli/ai-context/graph/module-graph.json +31 -0
- package/test-projects/python-cli/ai-context/graph/symbol-graph.json +358 -0
- package/test-projects/python-cli/ai-context/graph/symbol-references.json +11 -0
- package/test-projects/python-cli/ai-context/index-state.json +259 -0
- package/test-projects/{nestjs-backend/ai → python-cli/ai-context}/index.db +0 -0
- package/test-projects/python-cli/ai-context/modules.json +21 -0
- package/test-projects/python-cli/ai-context/project.json +15 -0
- package/test-projects/python-cli/ai-context/repo_map.json +367 -0
- package/test-projects/python-cli/ai-context/repo_map.md +93 -0
- package/test-projects/python-cli/ai-context/schema.json +5 -0
- package/test-projects/python-cli/ai-context/summary.md +14 -0
- package/test-projects/python-cli/ai-context/symbols.json +1 -0
- package/test-projects/python-cli/ai-context/tech_stack.md +32 -0
- package/test-projects/python-cli/ai-context/tools.json +10 -0
- package/test-projects/rails-app/.ai-dev/ai_context.md +94 -0
- package/test-projects/rails-app/.ai-dev/ai_rules.md +47 -0
- package/test-projects/rails-app/.ai-dev/architecture.md +49 -0
- package/test-projects/rails-app/.ai-dev/cache.json +193 -0
- package/test-projects/rails-app/.ai-dev/context/features/app.json +24 -0
- package/test-projects/rails-app/.ai-dev/context/features/config.json +13 -0
- package/test-projects/rails-app/.ai-dev/context/flows/application.json +9 -0
- package/test-projects/rails-app/.ai-dev/context/flows/application_.json +9 -0
- package/test-projects/rails-app/.ai-dev/context/flows/comments.json +11 -0
- package/test-projects/rails-app/.ai-dev/context/flows/comments_.json +11 -0
- package/test-projects/rails-app/.ai-dev/context/flows/posts.json +11 -0
- package/test-projects/rails-app/.ai-dev/context/flows/posts_.json +11 -0
- package/test-projects/rails-app/.ai-dev/context/flows/routes.json +9 -0
- package/test-projects/rails-app/.ai-dev/context/flows/users.json +11 -0
- package/test-projects/rails-app/.ai-dev/context/flows/users_.json +11 -0
- package/test-projects/rails-app/.ai-dev/conventions.md +51 -0
- package/test-projects/rails-app/.ai-dev/dependencies.json +6 -0
- package/test-projects/rails-app/.ai-dev/entrypoints.md +4 -0
- package/test-projects/rails-app/.ai-dev/files.json +239 -0
- package/test-projects/rails-app/.ai-dev/graph/knowledge-graph.json +130 -0
- package/test-projects/rails-app/.ai-dev/graph/module-graph.json +27 -0
- package/test-projects/rails-app/.ai-dev/graph/symbol-graph.json +5 -0
- package/test-projects/rails-app/.ai-dev/graph/symbol-references.json +1 -0
- package/test-projects/rails-app/.ai-dev/index-state.json +336 -0
- package/test-projects/rails-app/.ai-dev/index.db +0 -0
- package/test-projects/rails-app/.ai-dev/modules.json +26 -0
- package/test-projects/rails-app/.ai-dev/project.json +22 -0
- package/test-projects/rails-app/.ai-dev/repo_map.json +486 -0
- package/test-projects/rails-app/.ai-dev/repo_map.md +117 -0
- package/test-projects/rails-app/.ai-dev/schema.json +5 -0
- package/test-projects/rails-app/.ai-dev/summary.md +13 -0
- package/test-projects/rails-app/.ai-dev/symbols.json +1 -0
- package/test-projects/rails-app/.ai-dev/tech_stack.md +32 -0
- package/test-projects/rails-app/.ai-dev/tools.json +10 -0
- package/test-projects/rails-app/Gemfile +38 -0
- package/test-projects/rails-app/README.md +140 -0
- package/test-projects/rails-app/Rakefile +8 -0
- package/test-projects/rails-app/ai-context/ai_context.md +94 -0
- package/test-projects/rails-app/ai-context/ai_rules.md +47 -0
- package/test-projects/rails-app/ai-context/architecture.md +49 -0
- package/test-projects/rails-app/ai-context/cache.json +193 -0
- package/test-projects/rails-app/ai-context/context/features/app.json +24 -0
- package/test-projects/rails-app/ai-context/context/features/config.json +13 -0
- package/test-projects/rails-app/ai-context/context/flows/application.json +9 -0
- package/test-projects/rails-app/ai-context/context/flows/application_.json +9 -0
- package/test-projects/rails-app/ai-context/context/flows/comments.json +11 -0
- package/test-projects/rails-app/ai-context/context/flows/comments_.json +11 -0
- package/test-projects/rails-app/ai-context/context/flows/posts.json +11 -0
- package/test-projects/rails-app/ai-context/context/flows/posts_.json +11 -0
- package/test-projects/rails-app/ai-context/context/flows/routes.json +9 -0
- package/test-projects/rails-app/ai-context/context/flows/users.json +11 -0
- package/test-projects/rails-app/ai-context/context/flows/users_.json +11 -0
- package/test-projects/rails-app/ai-context/conventions.md +51 -0
- package/test-projects/rails-app/ai-context/dependencies.json +6 -0
- package/test-projects/rails-app/ai-context/entrypoints.md +4 -0
- package/test-projects/rails-app/ai-context/files.json +239 -0
- package/test-projects/rails-app/ai-context/graph/knowledge-graph.json +130 -0
- package/test-projects/rails-app/ai-context/graph/module-graph.json +27 -0
- package/test-projects/rails-app/ai-context/graph/symbol-graph.json +5 -0
- package/test-projects/rails-app/ai-context/graph/symbol-references.json +1 -0
- package/test-projects/rails-app/ai-context/index-state.json +336 -0
- package/test-projects/rails-app/ai-context/index.db +0 -0
- package/test-projects/rails-app/ai-context/modules.json +26 -0
- package/test-projects/rails-app/ai-context/project.json +22 -0
- package/test-projects/rails-app/ai-context/repo_map.json +486 -0
- package/test-projects/rails-app/ai-context/repo_map.md +117 -0
- package/test-projects/rails-app/ai-context/schema.json +5 -0
- package/test-projects/rails-app/ai-context/summary.md +13 -0
- package/test-projects/rails-app/ai-context/symbols.json +1 -0
- package/test-projects/rails-app/ai-context/tech_stack.md +32 -0
- package/test-projects/rails-app/ai-context/tools.json +10 -0
- package/test-projects/rails-app/app/controllers/api/comments_controller.rb +75 -0
- package/test-projects/rails-app/app/controllers/api/posts_controller.rb +68 -0
- package/test-projects/rails-app/app/controllers/api/users_controller.rb +54 -0
- package/test-projects/rails-app/app/controllers/application_controller.rb +31 -0
- package/test-projects/rails-app/app/models/comment.rb +34 -0
- package/test-projects/rails-app/app/models/post.rb +36 -0
- package/test-projects/rails-app/app/models/user.rb +28 -0
- package/test-projects/rails-app/app/services/post_service.rb +92 -0
- package/test-projects/rails-app/app/services/user_service.rb +76 -0
- package/test-projects/rails-app/config/application.rb +27 -0
- package/test-projects/rails-app/config/environment.rb +7 -0
- package/test-projects/rails-app/config/routes.rb +15 -0
- package/test-projects/react-app/{ai → .ai-dev}/ai_context.md +5 -4
- package/test-projects/react-app/{ai → .ai-dev}/ai_rules.md +2 -2
- package/test-projects/react-app/{ai → .ai-dev}/architecture.md +6 -0
- package/test-projects/react-app/{ai → .ai-dev}/cache.json +57 -33
- package/test-projects/react-app/.ai-dev/context/flows/UsersPage.json +14 -0
- package/test-projects/react-app/.ai-dev/entrypoints.md +4 -0
- package/test-projects/react-app/{ai → .ai-dev}/files.json +15 -0
- package/test-projects/react-app/{ai → .ai-dev}/graph/knowledge-graph.json +32 -3
- package/test-projects/react-app/{ai → .ai-dev}/index-state.json +105 -84
- package/test-projects/react-app/{ai → .ai-dev}/index.db +0 -0
- package/test-projects/react-app/{ai → .ai-dev}/project.json +2 -1
- package/test-projects/react-app/{ai/repo-map.json → .ai-dev/repo_map.json} +88 -2
- package/test-projects/react-app/.ai-dev/repo_map.md +94 -0
- package/test-projects/react-app/.ai-dev/schema.json +5 -0
- package/test-projects/react-app/{ai → .ai-dev}/summary.md +4 -2
- package/test-projects/react-app/.ai-dev/symbols.json +1 -0
- package/test-projects/react-app/{ai → .ai-dev}/tech_stack.md +2 -1
- package/test-projects/react-app/.ai-dev/tools.json +10 -0
- package/test-projects/react-app/ai-context/ai_context.md +96 -0
- package/test-projects/react-app/ai-context/ai_rules.md +49 -0
- package/test-projects/react-app/ai-context/architecture.md +39 -0
- package/test-projects/react-app/ai-context/cache.json +153 -0
- package/test-projects/react-app/ai-context/context/features/src.json +18 -0
- package/test-projects/react-app/ai-context/context/flows/UsersPage.json +14 -0
- package/test-projects/react-app/ai-context/context/flows/dashboard.json +9 -0
- package/test-projects/react-app/ai-context/context/flows/login.json +9 -0
- package/test-projects/react-app/ai-context/context/flows/users.json +9 -0
- package/test-projects/{nestjs-backend/ai → react-app/ai-context}/conventions.md +2 -2
- package/test-projects/react-app/ai-context/dependencies.json +128 -0
- package/test-projects/react-app/ai-context/entrypoints.md +4 -0
- package/test-projects/react-app/ai-context/files.json +189 -0
- package/test-projects/react-app/ai-context/graph/knowledge-graph.json +112 -0
- package/test-projects/react-app/ai-context/graph/module-graph.json +31 -0
- package/test-projects/react-app/ai-context/graph/symbol-graph.json +868 -0
- package/test-projects/react-app/ai-context/graph/symbol-references.json +31 -0
- package/test-projects/react-app/ai-context/index-state.json +266 -0
- package/test-projects/react-app/ai-context/index.db +0 -0
- package/test-projects/react-app/ai-context/modules.json +17 -0
- package/test-projects/react-app/ai-context/project.json +16 -0
- package/test-projects/react-app/ai-context/repo_map.json +391 -0
- package/test-projects/react-app/ai-context/repo_map.md +94 -0
- package/test-projects/react-app/ai-context/schema.json +5 -0
- package/test-projects/react-app/ai-context/summary.md +13 -0
- package/test-projects/react-app/ai-context/symbols.json +1 -0
- package/test-projects/react-app/ai-context/tech_stack.md +39 -0
- package/test-projects/react-app/ai-context/tools.json +10 -0
- package/test-projects/salesforce-cli/{ai → .ai-dev}/ai_context.md +5 -4
- package/test-projects/salesforce-cli/{ai → .ai-dev}/ai_rules.md +2 -2
- package/test-projects/salesforce-cli/{ai → .ai-dev}/architecture.md +6 -0
- package/test-projects/salesforce-cli/{ai → .ai-dev}/cache.json +52 -32
- package/test-projects/salesforce-cli/.ai-dev/conventions.md +51 -0
- package/test-projects/salesforce-cli/.ai-dev/dependencies.json +6 -0
- package/test-projects/salesforce-cli/.ai-dev/entrypoints.md +4 -0
- package/test-projects/salesforce-cli/{ai → .ai-dev}/files.json +10 -0
- package/test-projects/salesforce-cli/{ai → .ai-dev}/graph/knowledge-graph.json +1 -1
- package/test-projects/salesforce-cli/.ai-dev/graph/symbol-references.json +1 -0
- package/test-projects/salesforce-cli/{ai → .ai-dev}/index-state.json +90 -76
- package/test-projects/salesforce-cli/{ai → .ai-dev}/index.db +0 -0
- package/test-projects/salesforce-cli/{ai → .ai-dev}/project.json +1 -1
- package/test-projects/salesforce-cli/{ai/repo-map.json → .ai-dev/repo_map.json} +79 -2
- package/test-projects/salesforce-cli/.ai-dev/repo_map.md +80 -0
- package/test-projects/salesforce-cli/.ai-dev/schema.json +5 -0
- package/test-projects/salesforce-cli/{ai → .ai-dev}/summary.md +4 -2
- package/test-projects/salesforce-cli/.ai-dev/symbols.json +1 -0
- package/test-projects/salesforce-cli/{ai → .ai-dev}/tech_stack.md +2 -1
- package/test-projects/salesforce-cli/.ai-dev/tools.json +10 -0
- package/test-projects/salesforce-cli/ai-context/ai_context.md +89 -0
- package/test-projects/salesforce-cli/ai-context/ai_rules.md +47 -0
- package/test-projects/salesforce-cli/ai-context/architecture.md +39 -0
- package/test-projects/salesforce-cli/ai-context/cache.json +125 -0
- package/test-projects/salesforce-cli/ai-context/context/features/force-app.json +14 -0
- package/test-projects/salesforce-cli/ai-context/context/flows/account.json +9 -0
- package/test-projects/salesforce-cli/ai-context/context/flows/opportunity.json +9 -0
- package/test-projects/salesforce-cli/ai-context/conventions.md +51 -0
- package/test-projects/salesforce-cli/ai-context/dependencies.json +6 -0
- package/test-projects/salesforce-cli/ai-context/entrypoints.md +4 -0
- package/test-projects/{express-api/ai → salesforce-cli/ai-context}/files.json +27 -42
- package/test-projects/salesforce-cli/ai-context/graph/knowledge-graph.json +64 -0
- package/test-projects/salesforce-cli/ai-context/graph/module-graph.json +13 -0
- package/test-projects/salesforce-cli/ai-context/graph/symbol-graph.json +148 -0
- package/test-projects/salesforce-cli/ai-context/graph/symbol-references.json +1 -0
- package/test-projects/salesforce-cli/ai-context/index-state.json +217 -0
- package/test-projects/{express-api/ai → salesforce-cli/ai-context}/index.db +0 -0
- package/test-projects/salesforce-cli/ai-context/modules.json +12 -0
- package/test-projects/salesforce-cli/ai-context/project.json +14 -0
- package/test-projects/salesforce-cli/ai-context/repo_map.json +328 -0
- package/test-projects/salesforce-cli/ai-context/repo_map.md +80 -0
- package/test-projects/salesforce-cli/ai-context/schema.json +5 -0
- package/test-projects/salesforce-cli/ai-context/summary.md +13 -0
- package/test-projects/salesforce-cli/ai-context/symbols.json +1 -0
- package/test-projects/{python-cli/ai → salesforce-cli/ai-context}/tech_stack.md +3 -2
- package/test-projects/salesforce-cli/ai-context/tools.json +10 -0
- package/test-projects/spring-boot-app/.ai-dev/ai_context.md +91 -0
- package/test-projects/spring-boot-app/.ai-dev/ai_rules.md +48 -0
- package/test-projects/spring-boot-app/.ai-dev/architecture.md +39 -0
- package/test-projects/spring-boot-app/.ai-dev/cache.json +173 -0
- package/test-projects/spring-boot-app/.ai-dev/context/features/src.json +26 -0
- package/test-projects/spring-boot-app/.ai-dev/context/flows/PostController.json +19 -0
- package/test-projects/spring-boot-app/.ai-dev/context/flows/UserController.json +19 -0
- package/test-projects/spring-boot-app/.ai-dev/context/flows/comment.json +11 -0
- package/test-projects/spring-boot-app/.ai-dev/context/flows/post.json +14 -0
- package/test-projects/spring-boot-app/.ai-dev/context/flows/user.json +14 -0
- package/test-projects/spring-boot-app/.ai-dev/conventions.md +52 -0
- package/test-projects/spring-boot-app/.ai-dev/dependencies.json +326 -0
- package/test-projects/spring-boot-app/.ai-dev/entrypoints.md +4 -0
- package/test-projects/spring-boot-app/.ai-dev/files.json +214 -0
- package/test-projects/spring-boot-app/.ai-dev/graph/knowledge-graph.json +231 -0
- package/test-projects/spring-boot-app/.ai-dev/graph/module-graph.json +22 -0
- package/test-projects/spring-boot-app/.ai-dev/graph/symbol-graph.json +794 -0
- package/test-projects/spring-boot-app/.ai-dev/graph/symbol-references.json +70 -0
- package/test-projects/spring-boot-app/.ai-dev/index-state.json +301 -0
- package/test-projects/spring-boot-app/.ai-dev/index.db +0 -0
- package/test-projects/spring-boot-app/.ai-dev/modules.json +21 -0
- package/test-projects/spring-boot-app/.ai-dev/project.json +17 -0
- package/test-projects/spring-boot-app/.ai-dev/repo_map.json +461 -0
- package/test-projects/spring-boot-app/.ai-dev/repo_map.md +109 -0
- package/test-projects/spring-boot-app/.ai-dev/schema.json +5 -0
- package/test-projects/spring-boot-app/.ai-dev/summary.md +12 -0
- package/test-projects/spring-boot-app/.ai-dev/symbols.json +1 -0
- package/test-projects/spring-boot-app/.ai-dev/tech_stack.md +32 -0
- package/test-projects/spring-boot-app/.ai-dev/tools.json +10 -0
- package/test-projects/spring-boot-app/.classpath +57 -0
- package/test-projects/spring-boot-app/.factorypath +69 -0
- package/test-projects/spring-boot-app/.project +34 -0
- package/test-projects/spring-boot-app/.settings/org.eclipse.core.resources.prefs +4 -0
- package/test-projects/spring-boot-app/.settings/org.eclipse.jdt.apt.core.prefs +4 -0
- package/test-projects/spring-boot-app/.settings/org.eclipse.jdt.core.prefs +10 -0
- package/test-projects/spring-boot-app/.settings/org.eclipse.m2e.core.prefs +4 -0
- package/test-projects/spring-boot-app/README.md +122 -0
- package/test-projects/spring-boot-app/ai-context/ai_context.md +91 -0
- package/test-projects/spring-boot-app/ai-context/ai_rules.md +48 -0
- package/test-projects/spring-boot-app/ai-context/architecture.md +39 -0
- package/test-projects/spring-boot-app/ai-context/cache.json +173 -0
- package/test-projects/spring-boot-app/ai-context/context/features/src.json +26 -0
- package/test-projects/spring-boot-app/ai-context/context/flows/PostController.json +19 -0
- package/test-projects/spring-boot-app/ai-context/context/flows/UserController.json +19 -0
- package/test-projects/spring-boot-app/ai-context/context/flows/comment.json +11 -0
- package/test-projects/spring-boot-app/ai-context/context/flows/post.json +14 -0
- package/test-projects/spring-boot-app/ai-context/context/flows/user.json +14 -0
- package/test-projects/spring-boot-app/ai-context/conventions.md +52 -0
- package/test-projects/spring-boot-app/ai-context/dependencies.json +326 -0
- package/test-projects/spring-boot-app/ai-context/entrypoints.md +4 -0
- package/test-projects/spring-boot-app/ai-context/files.json +214 -0
- package/test-projects/spring-boot-app/ai-context/graph/knowledge-graph.json +231 -0
- package/test-projects/spring-boot-app/ai-context/graph/module-graph.json +22 -0
- package/test-projects/spring-boot-app/ai-context/graph/symbol-graph.json +794 -0
- package/test-projects/spring-boot-app/ai-context/graph/symbol-references.json +70 -0
- package/test-projects/spring-boot-app/ai-context/index-state.json +301 -0
- package/test-projects/spring-boot-app/ai-context/index.db +0 -0
- package/test-projects/spring-boot-app/ai-context/modules.json +21 -0
- package/test-projects/spring-boot-app/ai-context/project.json +17 -0
- package/test-projects/spring-boot-app/ai-context/repo_map.json +461 -0
- package/test-projects/spring-boot-app/ai-context/repo_map.md +109 -0
- package/test-projects/spring-boot-app/ai-context/schema.json +5 -0
- package/test-projects/spring-boot-app/ai-context/summary.md +12 -0
- package/test-projects/spring-boot-app/ai-context/symbols.json +1 -0
- package/test-projects/spring-boot-app/ai-context/tech_stack.md +32 -0
- package/test-projects/spring-boot-app/ai-context/tools.json +10 -0
- package/test-projects/spring-boot-app/pom.xml +79 -0
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/DemoApplication.java +12 -0
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/controllers/CommentController.java +89 -0
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/controllers/PostController.java +92 -0
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/controllers/UserController.java +84 -0
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/models/Comment.java +38 -0
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/models/Post.java +56 -0
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/models/User.java +44 -0
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/repositories/CommentRepository.java +21 -0
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/repositories/PostRepository.java +18 -0
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/repositories/UserRepository.java +15 -0
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/services/PostService.java +83 -0
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/services/UserService.java +62 -0
- package/test-projects/spring-boot-app/src/main/resources/application.properties +22 -0
- package/test-projects/spring-boot-app/target/classes/com/example/demo/DemoApplication.class +0 -0
- package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/CommentController$CommentCreateRequest.class +0 -0
- package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/CommentController$CommentUpdateRequest.class +0 -0
- package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/CommentController.class +0 -0
- package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/PostController$PostCreateRequest.class +0 -0
- package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/PostController$PostUpdateRequest.class +0 -0
- package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/PostController.class +0 -0
- package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/UserController$UserCreateRequest.class +0 -0
- package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/UserController$UserUpdateRequest.class +0 -0
- package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/UserController.class +0 -0
- package/test-projects/spring-boot-app/target/classes/com/example/demo/models/Comment.class +0 -0
- package/test-projects/spring-boot-app/target/classes/com/example/demo/models/Post.class +0 -0
- package/test-projects/spring-boot-app/target/classes/com/example/demo/models/User.class +0 -0
- package/test-projects/spring-boot-app/target/classes/com/example/demo/repositories/CommentRepository.class +0 -0
- package/test-projects/spring-boot-app/target/classes/com/example/demo/repositories/PostRepository.class +0 -0
- package/test-projects/spring-boot-app/target/classes/com/example/demo/repositories/UserRepository.class +0 -0
- package/test-projects/spring-boot-app/target/classes/com/example/demo/services/PostService.class +0 -0
- package/test-projects/spring-boot-app/target/classes/com/example/demo/services/UserService.class +0 -0
- package/test_adapters.mjs +87 -0
- package/tests/e2e/README.md +20 -20
- package/tests/phase2-fixes.test.ts +200 -0
- package/ANALISIS_MEJORAS.md +0 -327
- package/TEST_RESULTS.md +0 -198
- package/TEST_RESULTS_COMPARATIVE.md +0 -159
- package/TEST_RESULTS_COMPLETE.md +0 -127
- package/TEST_RESULTS_COMPREHENSIVE.md +0 -208
- package/ai/cache.json +0 -1109
- package/ai/context/features/test-projects.json +0 -56
- package/ai/context/flows/add_.json +0 -9
- package/ai/context/flows/auth..json +0 -10
- package/ai/context/flows/list_.json +0 -9
- package/ai/context/flows/remove_.json +0 -9
- package/ai/context/flows/user.json +0 -14
- package/ai/context/flows/users..json +0 -10
- package/ai/dependencies.json +0 -485
- package/ai/files.json +0 -2029
- package/ai/git/recent-features.json +0 -3
- package/ai/git/recent-flows.json +0 -3
- package/ai/graph/module-graph.json +0 -389
- package/ai/graph/symbol-graph.json +0 -85206
- package/ai/graph/symbol-references.json +0 -2707
- package/ai/hierarchy.json +0 -7
- package/ai/index-state.json +0 -1939
- package/ai/modules.json +0 -299
- package/ai/repo-map.json +0 -2867
- package/test-projects/express-api/ai/cache.json +0 -125
- package/test-projects/express-api/ai/graph/knowledge-graph.json +0 -98
- package/test-projects/express-api/ai/graph/module-graph.json +0 -44
- package/test-projects/express-api/ai/graph/symbol-graph.json +0 -882
- package/test-projects/express-api/ai/graph/symbol-references.json +0 -51
- package/test-projects/express-api/ai/index-state.json +0 -238
- package/test-projects/express-api/ai/symbols.json +0 -1174
- package/test-projects/nestjs-backend/ai/graph/knowledge-graph.json +0 -74
- package/test-projects/nestjs-backend/ai/repo_map.json +0 -141
- package/test-projects/nestjs-backend/ai/repo_map.md +0 -39
- package/test-projects/nestjs-backend/ai/symbols.json +0 -527
- package/test-projects/python-cli/ai/context/flows/add_.json +0 -9
- package/test-projects/python-cli/ai/repo_map.json +0 -99
- package/test-projects/python-cli/ai/repo_map.md +0 -32
- package/test-projects/python-cli/ai/symbols.json +0 -475
- package/test-projects/react-app/ai/repo_map.json +0 -114
- package/test-projects/react-app/ai/repo_map.md +0 -31
- package/test-projects/react-app/ai/schema.json +0 -5
- package/test-projects/react-app/ai/symbols.json +0 -985
- package/test-projects/salesforce-cli/ai/repo_map.json +0 -69
- package/test-projects/salesforce-cli/ai/repo_map.md +0 -21
- package/test-projects/salesforce-cli/ai/schema.json +0 -5
- package/test-projects/salesforce-cli/ai/symbols.json +0 -245
- /package/{ai → .ai-dev}/ccp/jira-123/context.json +0 -0
- /package/{ai → .ai-dev}/context/features/commands.json +0 -0
- /package/{ai → .ai-dev}/context/features/src.json +0 -0
- /package/{ai → .ai-dev}/context/flows/account.json +0 -0
- /package/{ai → .ai-dev}/context/flows/ai-first.json +0 -0
- /package/{ai → .ai-dev}/context/flows/dashboard.json +0 -0
- /package/{ai → .ai-dev}/context/flows/doctor.json +0 -0
- /package/{ai → .ai-dev}/context/flows/explore.json +0 -0
- /package/{ai → .ai-dev}/context/flows/login.json +0 -0
- /package/{ai → .ai-dev}/context/flows/opportunity.json +0 -0
- /package/{ai → .ai-dev}/context/flows/users.json +0 -0
- /package/{ai → .ai-dev}/context/repo.json +0 -0
- /package/{ai → .ai-dev}/context/utils.json +0 -0
- /package/{ai → .ai-dev}/conventions.md +0 -0
- /package/{ai → .ai-dev}/embeddings.json +0 -0
- /package/{ai → .ai-dev}/entrypoints.md +0 -0
- /package/{ai/symbols.json → .ai-dev/git/recent-features.json} +0 -0
- /package/{ai → .ai-dev}/tools.json +0 -0
- /package/{test-projects/express-api/ai → ai-context}/tools.json +0 -0
- /package/test-projects/{salesforce-cli/ai → django-app/.ai-dev}/conventions.md +0 -0
- /package/test-projects/{python-cli/ai → django-app/.ai-dev}/entrypoints.md +0 -0
- /package/test-projects/{salesforce-cli/ai → django-app/.ai-dev}/graph/symbol-references.json +0 -0
- /package/test-projects/{nestjs-backend/ai → django-app/.ai-dev}/tools.json +0 -0
- /package/test-projects/{react-app/ai → django-app/ai-context}/entrypoints.md +0 -0
- /package/test-projects/{python-cli/ai → django-app/ai-context}/tools.json +0 -0
- /package/test-projects/express-api/{ai → .ai-dev}/ai_context.md +0 -0
- /package/test-projects/express-api/{ai → .ai-dev}/ai_rules.md +0 -0
- /package/test-projects/express-api/{ai → .ai-dev}/architecture.md +0 -0
- /package/test-projects/express-api/{ai → .ai-dev}/context/features/controllers.json +0 -0
- /package/test-projects/express-api/{ai → .ai-dev}/context/features/services.json +0 -0
- /package/test-projects/express-api/{ai → .ai-dev}/context/flows/auth.json +0 -0
- /package/test-projects/express-api/{ai → .ai-dev}/context/flows/user.json +0 -0
- /package/test-projects/express-api/{ai → .ai-dev}/conventions.md +0 -0
- /package/test-projects/express-api/{ai → .ai-dev}/dependencies.json +0 -0
- /package/test-projects/express-api/{ai → .ai-dev}/entrypoints.md +0 -0
- /package/test-projects/express-api/{ai → .ai-dev}/modules.json +0 -0
- /package/test-projects/express-api/{ai → .ai-dev}/repo_map.md +0 -0
- /package/test-projects/express-api/{ai → .ai-dev}/summary.md +0 -0
- /package/test-projects/express-api/{ai → .ai-dev}/tech_stack.md +0 -0
- /package/test-projects/{react-app/ai → express-api/.ai-dev}/tools.json +0 -0
- /package/test-projects/{salesforce-cli/ai → express-api/ai-context}/tools.json +0 -0
- /package/test-projects/{salesforce-cli/ai → fastapi-app/.ai-dev}/entrypoints.md +0 -0
- /package/test-projects/{salesforce-cli/ai → laravel-app/.ai-dev}/dependencies.json +0 -0
- /package/test-projects/nestjs-backend/{ai → .ai-dev}/context/features/src.json +0 -0
- /package/test-projects/nestjs-backend/{ai/context/flows/auth..json → .ai-dev/context/flows/auth.json} +0 -0
- /package/test-projects/nestjs-backend/{ai → .ai-dev}/context/flows/users..json +0 -0
- /package/test-projects/nestjs-backend/{ai → .ai-dev}/dependencies.json +0 -0
- /package/test-projects/nestjs-backend/{ai → .ai-dev}/entrypoints.md +0 -0
- /package/test-projects/nestjs-backend/{ai → .ai-dev}/graph/module-graph.json +0 -0
- /package/test-projects/nestjs-backend/{ai → .ai-dev}/graph/symbol-graph.json +0 -0
- /package/test-projects/nestjs-backend/{ai → .ai-dev}/graph/symbol-references.json +0 -0
- /package/test-projects/nestjs-backend/{ai → .ai-dev}/modules.json +0 -0
- /package/test-projects/python-cli/{ai → .ai-dev}/context/features/cli.json +0 -0
- /package/test-projects/python-cli/{ai → .ai-dev}/context/flows/list_.json +0 -0
- /package/test-projects/python-cli/{ai → .ai-dev}/context/flows/remove_.json +0 -0
- /package/test-projects/python-cli/{ai → .ai-dev}/conventions.md +0 -0
- /package/test-projects/python-cli/{ai → .ai-dev}/dependencies.json +0 -0
- /package/test-projects/python-cli/{ai → .ai-dev}/graph/module-graph.json +0 -0
- /package/test-projects/python-cli/{ai → .ai-dev}/graph/symbol-graph.json +0 -0
- /package/test-projects/python-cli/{ai → .ai-dev}/graph/symbol-references.json +0 -0
- /package/test-projects/python-cli/{ai → .ai-dev}/modules.json +0 -0
- /package/test-projects/react-app/{ai → .ai-dev}/context/features/src.json +0 -0
- /package/test-projects/react-app/{ai → .ai-dev}/context/flows/dashboard.json +0 -0
- /package/test-projects/react-app/{ai → .ai-dev}/context/flows/login.json +0 -0
- /package/test-projects/react-app/{ai → .ai-dev}/context/flows/users.json +0 -0
- /package/test-projects/react-app/{ai → .ai-dev}/conventions.md +0 -0
- /package/test-projects/react-app/{ai → .ai-dev}/dependencies.json +0 -0
- /package/test-projects/react-app/{ai → .ai-dev}/graph/module-graph.json +0 -0
- /package/test-projects/react-app/{ai → .ai-dev}/graph/symbol-graph.json +0 -0
- /package/test-projects/react-app/{ai → .ai-dev}/graph/symbol-references.json +0 -0
- /package/test-projects/react-app/{ai → .ai-dev}/modules.json +0 -0
- /package/test-projects/salesforce-cli/{ai → .ai-dev}/context/features/force-app.json +0 -0
- /package/test-projects/salesforce-cli/{ai → .ai-dev}/context/flows/account.json +0 -0
- /package/test-projects/salesforce-cli/{ai → .ai-dev}/context/flows/opportunity.json +0 -0
- /package/test-projects/salesforce-cli/{ai → .ai-dev}/graph/module-graph.json +0 -0
- /package/test-projects/salesforce-cli/{ai → .ai-dev}/graph/symbol-graph.json +0 -0
- /package/test-projects/salesforce-cli/{ai → .ai-dev}/modules.json +0 -0
package/ai/files.json
DELETED
|
@@ -1,2029 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"src/analyzers/aiRules.ts": {
|
|
3
|
-
"symbols": [
|
|
4
|
-
"src/analyzers/aiRules.ts#AIRules",
|
|
5
|
-
"src/analyzers/aiRules.ts#generateAIRules",
|
|
6
|
-
"src/analyzers/aiRules.ts#conventions",
|
|
7
|
-
"src/analyzers/aiRules.ts#entrypoints",
|
|
8
|
-
"src/analyzers/aiRules.ts#techStack",
|
|
9
|
-
"src/analyzers/aiRules.ts#architecture",
|
|
10
|
-
"src/analyzers/aiRules.ts#guidelines",
|
|
11
|
-
"src/analyzers/aiRules.ts#patterns",
|
|
12
|
-
"src/analyzers/aiRules.ts#constraints",
|
|
13
|
-
"src/analyzers/aiRules.ts#servers",
|
|
14
|
-
"src/analyzers/aiRules.ts#devEntry",
|
|
15
|
-
"src/analyzers/aiRules.ts#buildEntry",
|
|
16
|
-
"src/analyzers/aiRules.ts#generateAIRulesFile",
|
|
17
|
-
"src/analyzers/aiRules.ts#content",
|
|
18
|
-
"src/analyzers/aiRules.ts#guideline",
|
|
19
|
-
"src/analyzers/aiRules.ts#pattern",
|
|
20
|
-
"src/analyzers/aiRules.ts#constraint"
|
|
21
|
-
],
|
|
22
|
-
"module": "src"
|
|
23
|
-
},
|
|
24
|
-
"src/analyzers/androidResources.ts": {
|
|
25
|
-
"symbols": [
|
|
26
|
-
"src/analyzers/androidResources.ts#AndroidResource",
|
|
27
|
-
"src/analyzers/androidResources.ts#AndroidResourcesAnalysis",
|
|
28
|
-
"src/analyzers/androidResources.ts#analyzeAndroidResources",
|
|
29
|
-
"src/analyzers/androidResources.ts#resFiles",
|
|
30
|
-
"src/analyzers/androidResources.ts#resources",
|
|
31
|
-
"src/analyzers/androidResources.ts#layouts",
|
|
32
|
-
"src/analyzers/androidResources.ts#drawables",
|
|
33
|
-
"src/analyzers/androidResources.ts#values",
|
|
34
|
-
"src/analyzers/androidResources.ts#file",
|
|
35
|
-
"src/analyzers/androidResources.ts#relativePath",
|
|
36
|
-
"src/analyzers/androidResources.ts#parts",
|
|
37
|
-
"src/analyzers/androidResources.ts#type",
|
|
38
|
-
"src/analyzers/androidResources.ts#resourceName",
|
|
39
|
-
"src/analyzers/androidResources.ts#generateAndroidResourcesJson",
|
|
40
|
-
"src/analyzers/androidResources.ts#output"
|
|
41
|
-
],
|
|
42
|
-
"module": "src"
|
|
43
|
-
},
|
|
44
|
-
"src/analyzers/architecture.ts": {
|
|
45
|
-
"symbols": [
|
|
46
|
-
"src/analyzers/architecture.ts#ArchitectureAnalysis",
|
|
47
|
-
"src/analyzers/architecture.ts#ModuleInfo",
|
|
48
|
-
"src/analyzers/architecture.ts#analyzeArchitecture",
|
|
49
|
-
"src/analyzers/architecture.ts#directories",
|
|
50
|
-
"src/analyzers/architecture.ts#extensions",
|
|
51
|
-
"src/analyzers/architecture.ts#patterns",
|
|
52
|
-
"src/analyzers/architecture.ts#layers",
|
|
53
|
-
"src/analyzers/architecture.ts#modules",
|
|
54
|
-
"src/analyzers/architecture.ts#description",
|
|
55
|
-
"src/analyzers/architecture.ts#detectPatterns",
|
|
56
|
-
"src/analyzers/architecture.ts#dirs",
|
|
57
|
-
"src/analyzers/architecture.ts#hasSrc",
|
|
58
|
-
"src/analyzers/architecture.ts#hasTest",
|
|
59
|
-
"src/analyzers/architecture.ts#hasLib",
|
|
60
|
-
"src/analyzers/architecture.ts#hasInternal",
|
|
61
|
-
"src/analyzers/architecture.ts#hasPackages",
|
|
62
|
-
"src/analyzers/architecture.ts#hasApps",
|
|
63
|
-
"src/analyzers/architecture.ts#detectLayers",
|
|
64
|
-
"src/analyzers/architecture.ts#layerMap",
|
|
65
|
-
"src/analyzers/architecture.ts#detectModules",
|
|
66
|
-
"src/analyzers/architecture.ts#dir",
|
|
67
|
-
"src/analyzers/architecture.ts#moduleFiles",
|
|
68
|
-
"src/analyzers/architecture.ts#mainFiles",
|
|
69
|
-
"src/analyzers/architecture.ts#name",
|
|
70
|
-
"src/analyzers/architecture.ts#responsibility",
|
|
71
|
-
"src/analyzers/architecture.ts#inferModuleResponsibility",
|
|
72
|
-
"src/analyzers/architecture.ts#inferDependencies",
|
|
73
|
-
"src/analyzers/architecture.ts#deps",
|
|
74
|
-
"src/analyzers/architecture.ts#generateArchitectureDescription",
|
|
75
|
-
"src/analyzers/architecture.ts#lines",
|
|
76
|
-
"src/analyzers/architecture.ts#mod",
|
|
77
|
-
"src/analyzers/architecture.ts#generateArchitectureFile"
|
|
78
|
-
],
|
|
79
|
-
"module": "src"
|
|
80
|
-
},
|
|
81
|
-
"src/analyzers/conventions.ts": {
|
|
82
|
-
"symbols": [
|
|
83
|
-
"src/analyzers/conventions.ts#Conventions",
|
|
84
|
-
"src/analyzers/conventions.ts#NamingConventions",
|
|
85
|
-
"src/analyzers/conventions.ts#StructureConventions",
|
|
86
|
-
"src/analyzers/conventions.ts#TestingConventions",
|
|
87
|
-
"src/analyzers/conventions.ts#GitConventions",
|
|
88
|
-
"src/analyzers/conventions.ts#CodeStyleConventions",
|
|
89
|
-
"src/analyzers/conventions.ts#detectConventions",
|
|
90
|
-
"src/analyzers/conventions.ts#fileNames",
|
|
91
|
-
"src/analyzers/conventions.ts#naming",
|
|
92
|
-
"src/analyzers/conventions.ts#structure",
|
|
93
|
-
"src/analyzers/conventions.ts#testing",
|
|
94
|
-
"src/analyzers/conventions.ts#git",
|
|
95
|
-
"src/analyzers/conventions.ts#codeStyle",
|
|
96
|
-
"src/analyzers/conventions.ts#description",
|
|
97
|
-
"src/analyzers/conventions.ts#detectNamingConventions",
|
|
98
|
-
"src/analyzers/conventions.ts#conv",
|
|
99
|
-
"src/analyzers/conventions.ts#names",
|
|
100
|
-
"src/analyzers/conventions.ts#dirs",
|
|
101
|
-
"src/analyzers/conventions.ts#detectStructureConventions",
|
|
102
|
-
"src/analyzers/conventions.ts#str",
|
|
103
|
-
"src/analyzers/conventions.ts#detectTestingConventions",
|
|
104
|
-
"src/analyzers/conventions.ts#test",
|
|
105
|
-
"src/analyzers/conventions.ts#patterns",
|
|
106
|
-
"src/analyzers/conventions.ts#detectGitConventions",
|
|
107
|
-
"src/analyzers/conventions.ts#pkg",
|
|
108
|
-
"src/analyzers/conventions.ts#deps",
|
|
109
|
-
"src/analyzers/conventions.ts#detectCodeStyle",
|
|
110
|
-
"src/analyzers/conventions.ts#style",
|
|
111
|
-
"src/analyzers/conventions.ts#content",
|
|
112
|
-
"src/analyzers/conventions.ts#generateConventionsDescription",
|
|
113
|
-
"src/analyzers/conventions.ts#generateConventionsFile"
|
|
114
|
-
],
|
|
115
|
-
"module": "src"
|
|
116
|
-
},
|
|
117
|
-
"src/analyzers/dependencies.ts": {
|
|
118
|
-
"symbols": [
|
|
119
|
-
"src/analyzers/dependencies.ts#Dependency",
|
|
120
|
-
"src/analyzers/dependencies.ts#DependencyAnalysis",
|
|
121
|
-
"src/analyzers/dependencies.ts#analyzeDependencies",
|
|
122
|
-
"src/analyzers/dependencies.ts#dependencies",
|
|
123
|
-
"src/analyzers/dependencies.ts#byFile",
|
|
124
|
-
"src/analyzers/dependencies.ts#modules",
|
|
125
|
-
"src/analyzers/dependencies.ts#file",
|
|
126
|
-
"src/analyzers/dependencies.ts#fileDeps",
|
|
127
|
-
"src/analyzers/dependencies.ts#circularDeps",
|
|
128
|
-
"src/analyzers/dependencies.ts#parseFileForDependencies",
|
|
129
|
-
"src/analyzers/dependencies.ts#deps",
|
|
130
|
-
"src/analyzers/dependencies.ts#content",
|
|
131
|
-
"src/analyzers/dependencies.ts#parseJavaScriptImports",
|
|
132
|
-
"src/analyzers/dependencies.ts#es6Matches",
|
|
133
|
-
"src/analyzers/dependencies.ts#match",
|
|
134
|
-
"src/analyzers/dependencies.ts#target",
|
|
135
|
-
"src/analyzers/dependencies.ts#requireMatches",
|
|
136
|
-
"src/analyzers/dependencies.ts#pathMatches",
|
|
137
|
-
"src/analyzers/dependencies.ts#parsePythonImports",
|
|
138
|
-
"src/analyzers/dependencies.ts#fromMatches",
|
|
139
|
-
"src/analyzers/dependencies.ts#importMatches",
|
|
140
|
-
"src/analyzers/dependencies.ts#parseGoImports",
|
|
141
|
-
"src/analyzers/dependencies.ts#aliasMatches",
|
|
142
|
-
"src/analyzers/dependencies.ts#parseRustImports",
|
|
143
|
-
"src/analyzers/dependencies.ts#useMatches",
|
|
144
|
-
"src/analyzers/dependencies.ts#externMatches",
|
|
145
|
-
"src/analyzers/dependencies.ts#parseJavaImports",
|
|
146
|
-
"src/analyzers/dependencies.ts#javaMatches",
|
|
147
|
-
"src/analyzers/dependencies.ts#csharpMatches",
|
|
148
|
-
"src/analyzers/dependencies.ts#normalizeImportPath",
|
|
149
|
-
"src/analyzers/dependencies.ts#sourceDir",
|
|
150
|
-
"src/analyzers/dependencies.ts#detectCircularDependencies",
|
|
151
|
-
"src/analyzers/dependencies.ts#circular",
|
|
152
|
-
"src/analyzers/dependencies.ts#visited",
|
|
153
|
-
"src/analyzers/dependencies.ts#recursionStack",
|
|
154
|
-
"src/analyzers/dependencies.ts#dfs",
|
|
155
|
-
"src/analyzers/dependencies.ts#dep",
|
|
156
|
-
"src/analyzers/dependencies.ts#generateDependenciesJson",
|
|
157
|
-
"src/analyzers/dependencies.ts#output",
|
|
158
|
-
"src/analyzers/dependencies.ts#parseGradleDependencies",
|
|
159
|
-
"src/analyzers/dependencies.ts#implMatches",
|
|
160
|
-
"src/analyzers/dependencies.ts#projMatches",
|
|
161
|
-
"src/analyzers/dependencies.ts#includeMatches"
|
|
162
|
-
],
|
|
163
|
-
"module": "src"
|
|
164
|
-
},
|
|
165
|
-
"src/analyzers/entrypoints.ts": {
|
|
166
|
-
"symbols": [
|
|
167
|
-
"src/analyzers/entrypoints.ts#Entrypoint",
|
|
168
|
-
"src/analyzers/entrypoints.ts#discoverEntrypoints",
|
|
169
|
-
"src/analyzers/entrypoints.ts#entrypoints",
|
|
170
|
-
"src/analyzers/entrypoints.ts#pkgPath",
|
|
171
|
-
"src/analyzers/entrypoints.ts#pkg",
|
|
172
|
-
"src/analyzers/entrypoints.ts#bins",
|
|
173
|
-
"src/analyzers/entrypoints.ts#type",
|
|
174
|
-
"src/analyzers/entrypoints.ts#patterns",
|
|
175
|
-
"src/analyzers/entrypoints.ts#file",
|
|
176
|
-
"src/analyzers/entrypoints.ts#androidManifests",
|
|
177
|
-
"src/analyzers/entrypoints.ts#manifest",
|
|
178
|
-
"src/analyzers/entrypoints.ts#manifestContent",
|
|
179
|
-
"src/analyzers/entrypoints.ts#androidEntrypoints",
|
|
180
|
-
"src/analyzers/entrypoints.ts#parseAndroidManifest",
|
|
181
|
-
"src/analyzers/entrypoints.ts#packageMatch",
|
|
182
|
-
"src/analyzers/entrypoints.ts#packageName",
|
|
183
|
-
"src/analyzers/entrypoints.ts#activityRegex",
|
|
184
|
-
"src/analyzers/entrypoints.ts#match",
|
|
185
|
-
"src/analyzers/entrypoints.ts#activityName",
|
|
186
|
-
"src/analyzers/entrypoints.ts#isMain",
|
|
187
|
-
"src/analyzers/entrypoints.ts#serviceRegex",
|
|
188
|
-
"src/analyzers/entrypoints.ts#receiverRegex",
|
|
189
|
-
"src/analyzers/entrypoints.ts#permissionRegex",
|
|
190
|
-
"src/analyzers/entrypoints.ts#permissions",
|
|
191
|
-
"src/analyzers/entrypoints.ts#getScriptType",
|
|
192
|
-
"src/analyzers/entrypoints.ts#generateEntrypointsFile",
|
|
193
|
-
"src/analyzers/entrypoints.ts#grouped",
|
|
194
|
-
"src/analyzers/entrypoints.ts#ep",
|
|
195
|
-
"src/analyzers/entrypoints.ts#content",
|
|
196
|
-
"src/analyzers/entrypoints.ts#labels"
|
|
197
|
-
],
|
|
198
|
-
"module": "src"
|
|
199
|
-
},
|
|
200
|
-
"src/analyzers/gradleModules.ts": {
|
|
201
|
-
"symbols": [
|
|
202
|
-
"src/analyzers/gradleModules.ts#GradleModule",
|
|
203
|
-
"src/analyzers/gradleModules.ts#GradleModulesAnalysis",
|
|
204
|
-
"src/analyzers/gradleModules.ts#analyzeGradleModules",
|
|
205
|
-
"src/analyzers/gradleModules.ts#settingsFiles",
|
|
206
|
-
"src/analyzers/gradleModules.ts#modules",
|
|
207
|
-
"src/analyzers/gradleModules.ts#rootProjectName",
|
|
208
|
-
"src/analyzers/gradleModules.ts#settingsContent",
|
|
209
|
-
"src/analyzers/gradleModules.ts#settingsFile",
|
|
210
|
-
"src/analyzers/gradleModules.ts#includeMatches",
|
|
211
|
-
"src/analyzers/gradleModules.ts#match",
|
|
212
|
-
"src/analyzers/gradleModules.ts#modulePath",
|
|
213
|
-
"src/analyzers/gradleModules.ts#projectMatches",
|
|
214
|
-
"src/analyzers/gradleModules.ts#moduleName",
|
|
215
|
-
"src/analyzers/gradleModules.ts#rootNameMatch",
|
|
216
|
-
"src/analyzers/gradleModules.ts#generateGradleModulesJson",
|
|
217
|
-
"src/analyzers/gradleModules.ts#output"
|
|
218
|
-
],
|
|
219
|
-
"module": "src"
|
|
220
|
-
},
|
|
221
|
-
"src/analyzers/symbols.ts": {
|
|
222
|
-
"symbols": [
|
|
223
|
-
"src/analyzers/symbols.ts#Symbol",
|
|
224
|
-
"src/analyzers/symbols.ts#SymbolsAnalysis",
|
|
225
|
-
"src/analyzers/symbols.ts#generateSymbolId",
|
|
226
|
-
"src/analyzers/symbols.ts#extractSymbols",
|
|
227
|
-
"src/analyzers/symbols.ts#symbols",
|
|
228
|
-
"src/analyzers/symbols.ts#byFile",
|
|
229
|
-
"src/analyzers/symbols.ts#file",
|
|
230
|
-
"src/analyzers/symbols.ts#fileSymbols",
|
|
231
|
-
"src/analyzers/symbols.ts#byId",
|
|
232
|
-
"src/analyzers/symbols.ts#sym",
|
|
233
|
-
"src/analyzers/symbols.ts#byType",
|
|
234
|
-
"src/analyzers/symbols.ts#parseFileForSymbols",
|
|
235
|
-
"src/analyzers/symbols.ts#content",
|
|
236
|
-
"src/analyzers/symbols.ts#lines",
|
|
237
|
-
"src/analyzers/symbols.ts#parseJavaScriptTypeScript",
|
|
238
|
-
"src/analyzers/symbols.ts#patterns",
|
|
239
|
-
"src/analyzers/symbols.ts#line",
|
|
240
|
-
"src/analyzers/symbols.ts#match",
|
|
241
|
-
"src/analyzers/symbols.ts#name",
|
|
242
|
-
"src/analyzers/symbols.ts#parsePython",
|
|
243
|
-
"src/analyzers/symbols.ts#classMatch",
|
|
244
|
-
"src/analyzers/symbols.ts#funcMatch",
|
|
245
|
-
"src/analyzers/symbols.ts#constMatch",
|
|
246
|
-
"src/analyzers/symbols.ts#parseGo",
|
|
247
|
-
"src/analyzers/symbols.ts#typeMatch",
|
|
248
|
-
"src/analyzers/symbols.ts#parseRust",
|
|
249
|
-
"src/analyzers/symbols.ts#structMatch",
|
|
250
|
-
"src/analyzers/symbols.ts#enumMatch",
|
|
251
|
-
"src/analyzers/symbols.ts#parseJava",
|
|
252
|
-
"src/analyzers/symbols.ts#interfaceMatch",
|
|
253
|
-
"src/analyzers/symbols.ts#methodMatch",
|
|
254
|
-
"src/analyzers/symbols.ts#parseCSharp",
|
|
255
|
-
"src/analyzers/symbols.ts#generateSymbolsJson",
|
|
256
|
-
"src/analyzers/symbols.ts#symbolsIndex",
|
|
257
|
-
"src/analyzers/symbols.ts#output"
|
|
258
|
-
],
|
|
259
|
-
"module": "src"
|
|
260
|
-
},
|
|
261
|
-
"src/analyzers/techStack.ts": {
|
|
262
|
-
"symbols": [
|
|
263
|
-
"src/analyzers/techStack.ts#TechStack",
|
|
264
|
-
"src/analyzers/techStack.ts#detectTechStack",
|
|
265
|
-
"src/analyzers/techStack.ts#extensions",
|
|
266
|
-
"src/analyzers/techStack.ts#fileNames",
|
|
267
|
-
"src/analyzers/techStack.ts#languages",
|
|
268
|
-
"src/analyzers/techStack.ts#frameworks",
|
|
269
|
-
"src/analyzers/techStack.ts#libraries",
|
|
270
|
-
"src/analyzers/techStack.ts#tools",
|
|
271
|
-
"src/analyzers/techStack.ts#packageManagers",
|
|
272
|
-
"src/analyzers/techStack.ts#testing",
|
|
273
|
-
"src/analyzers/techStack.ts#linters",
|
|
274
|
-
"src/analyzers/techStack.ts#formatters",
|
|
275
|
-
"src/analyzers/techStack.ts#description",
|
|
276
|
-
"src/analyzers/techStack.ts#android",
|
|
277
|
-
"src/analyzers/techStack.ts#detectLanguages",
|
|
278
|
-
"src/analyzers/techStack.ts#langMap",
|
|
279
|
-
"src/analyzers/techStack.ts#detected",
|
|
280
|
-
"src/analyzers/techStack.ts#ext",
|
|
281
|
-
"src/analyzers/techStack.ts#detectFrameworks",
|
|
282
|
-
"src/analyzers/techStack.ts#pkgPath",
|
|
283
|
-
"src/analyzers/techStack.ts#pkg",
|
|
284
|
-
"src/analyzers/techStack.ts#deps",
|
|
285
|
-
"src/analyzers/techStack.ts#frameworkMap",
|
|
286
|
-
"src/analyzers/techStack.ts#frameworkIndicators",
|
|
287
|
-
"src/analyzers/techStack.ts#detectLibraries",
|
|
288
|
-
"src/analyzers/techStack.ts#libMap",
|
|
289
|
-
"src/analyzers/techStack.ts#detectTools",
|
|
290
|
-
"src/analyzers/techStack.ts#toolIndicators",
|
|
291
|
-
"src/analyzers/techStack.ts#detectPackageManagers",
|
|
292
|
-
"src/analyzers/techStack.ts#managers",
|
|
293
|
-
"src/analyzers/techStack.ts#detectTesting",
|
|
294
|
-
"src/analyzers/techStack.ts#testIndicators",
|
|
295
|
-
"src/analyzers/techStack.ts#detectLinters",
|
|
296
|
-
"src/analyzers/techStack.ts#lintIndicators",
|
|
297
|
-
"src/analyzers/techStack.ts#detectFormatters",
|
|
298
|
-
"src/analyzers/techStack.ts#formatIndicators",
|
|
299
|
-
"src/analyzers/techStack.ts#detectAndroidSDK",
|
|
300
|
-
"src/analyzers/techStack.ts#hasAndroid",
|
|
301
|
-
"src/analyzers/techStack.ts#gradleFiles",
|
|
302
|
-
"src/analyzers/techStack.ts#gf",
|
|
303
|
-
"src/analyzers/techStack.ts#content",
|
|
304
|
-
"src/analyzers/techStack.ts#minSdkMatch",
|
|
305
|
-
"src/analyzers/techStack.ts#targetSdkMatch",
|
|
306
|
-
"src/analyzers/techStack.ts#compileSdkMatch",
|
|
307
|
-
"src/analyzers/techStack.ts#propsPath",
|
|
308
|
-
"src/analyzers/techStack.ts#props",
|
|
309
|
-
"src/analyzers/techStack.ts#generateTechStackDescription",
|
|
310
|
-
"src/analyzers/techStack.ts#lines",
|
|
311
|
-
"src/analyzers/techStack.ts#generateTechStackFile"
|
|
312
|
-
],
|
|
313
|
-
"module": "src"
|
|
314
|
-
},
|
|
315
|
-
"src/commands/ai-first.ts": {
|
|
316
|
-
"symbols": [
|
|
317
|
-
"src/commands/ai-first.ts#AIFirstOptions",
|
|
318
|
-
"src/commands/ai-first.ts#AIFirstResult",
|
|
319
|
-
"src/commands/ai-first.ts#to",
|
|
320
|
-
"src/commands/ai-first.ts#runAIFirst",
|
|
321
|
-
"src/commands/ai-first.ts#filesCreated",
|
|
322
|
-
"src/commands/ai-first.ts#scanResult",
|
|
323
|
-
"src/commands/ai-first.ts#repoMap",
|
|
324
|
-
"src/commands/ai-first.ts#compactMap",
|
|
325
|
-
"src/commands/ai-first.ts#repoMapPath",
|
|
326
|
-
"src/commands/ai-first.ts#repoMapJson",
|
|
327
|
-
"src/commands/ai-first.ts#repoMapJsonPath",
|
|
328
|
-
"src/commands/ai-first.ts#summary",
|
|
329
|
-
"src/commands/ai-first.ts#summaryPath",
|
|
330
|
-
"src/commands/ai-first.ts#architecture",
|
|
331
|
-
"src/commands/ai-first.ts#architecturePath",
|
|
332
|
-
"src/commands/ai-first.ts#techStack",
|
|
333
|
-
"src/commands/ai-first.ts#techStackPath",
|
|
334
|
-
"src/commands/ai-first.ts#entrypoints",
|
|
335
|
-
"src/commands/ai-first.ts#entrypointsPath",
|
|
336
|
-
"src/commands/ai-first.ts#conventions",
|
|
337
|
-
"src/commands/ai-first.ts#conventionsPath",
|
|
338
|
-
"src/commands/ai-first.ts#symbols",
|
|
339
|
-
"src/commands/ai-first.ts#symbolsPath",
|
|
340
|
-
"src/commands/ai-first.ts#dependencies",
|
|
341
|
-
"src/commands/ai-first.ts#depsPath",
|
|
342
|
-
"src/commands/ai-first.ts#aiRules",
|
|
343
|
-
"src/commands/ai-first.ts#aiRulesPath",
|
|
344
|
-
"src/commands/ai-first.ts#aiContextPath",
|
|
345
|
-
"src/commands/ai-first.ts#aiContext",
|
|
346
|
-
"src/commands/ai-first.ts#modules",
|
|
347
|
-
"src/commands/ai-first.ts#file",
|
|
348
|
-
"src/commands/ai-first.ts#parts",
|
|
349
|
-
"src/commands/ai-first.ts#modulesPath",
|
|
350
|
-
"src/commands/ai-first.ts#errorMessage",
|
|
351
|
-
"src/commands/ai-first.ts#generateRepoMapJson",
|
|
352
|
-
"src/commands/ai-first.ts#tree",
|
|
353
|
-
"src/commands/ai-first.ts#current",
|
|
354
|
-
"src/commands/ai-first.ts#part",
|
|
355
|
-
"src/commands/ai-first.ts#isFile",
|
|
356
|
-
"src/commands/ai-first.ts#generateUnifiedContext",
|
|
357
|
-
"src/commands/ai-first.ts#lines",
|
|
358
|
-
"src/commands/ai-first.ts#byType",
|
|
359
|
-
"src/commands/ai-first.ts#ep",
|
|
360
|
-
"src/commands/ai-first.ts#guideline",
|
|
361
|
-
"src/commands/ai-first.ts#isMain",
|
|
362
|
-
"src/commands/ai-first.ts#args",
|
|
363
|
-
"src/commands/ai-first.ts#options",
|
|
364
|
-
"src/commands/ai-first.ts#command",
|
|
365
|
-
"src/commands/ai-first.ts#rootDir",
|
|
366
|
-
"src/commands/ai-first.ts#outputPath",
|
|
367
|
-
"src/commands/ai-first.ts#semanticMode",
|
|
368
|
-
"src/commands/ai-first.ts#arg",
|
|
369
|
-
"src/commands/ai-first.ts#aiDir",
|
|
370
|
-
"src/commands/ai-first.ts#existingState",
|
|
371
|
-
"src/commands/ai-first.ts#fileCount",
|
|
372
|
-
"src/commands/ai-first.ts#allFiles",
|
|
373
|
-
"src/commands/ai-first.ts#useSemantic",
|
|
374
|
-
"src/commands/ai-first.ts#filesJson",
|
|
375
|
-
"src/commands/ai-first.ts#fileStates",
|
|
376
|
-
"src/commands/ai-first.ts#hashData",
|
|
377
|
-
"src/commands/ai-first.ts#filePaths",
|
|
378
|
-
"src/commands/ai-first.ts#chunks",
|
|
379
|
-
"src/commands/ai-first.ts#debounceMs",
|
|
380
|
-
"src/commands/ai-first.ts#indexer",
|
|
381
|
-
"src/commands/ai-first.ts#outputDir",
|
|
382
|
-
"src/commands/ai-first.ts#symbolArg",
|
|
383
|
-
"src/commands/ai-first.ts#depth",
|
|
384
|
-
"src/commands/ai-first.ts#maxSymbols",
|
|
385
|
-
"src/commands/ai-first.ts#format",
|
|
386
|
-
"src/commands/ai-first.ts#save",
|
|
387
|
-
"src/commands/ai-first.ts#fmt",
|
|
388
|
-
"src/commands/ai-first.ts#packet",
|
|
389
|
-
"src/commands/ai-first.ts#savePath",
|
|
390
|
-
"src/commands/ai-first.ts#queryType",
|
|
391
|
-
"src/commands/ai-first.ts#dbPath",
|
|
392
|
-
"src/commands/ai-first.ts#fileBuffer",
|
|
393
|
-
"src/commands/ai-first.ts#db",
|
|
394
|
-
"src/commands/ai-first.ts#symbolName",
|
|
395
|
-
"src/commands/ai-first.ts#results",
|
|
396
|
-
"src/commands/ai-first.ts#row",
|
|
397
|
-
"src/commands/ai-first.ts#fileName",
|
|
398
|
-
"src/commands/ai-first.ts#fileResult",
|
|
399
|
-
"src/commands/ai-first.ts#fileId",
|
|
400
|
-
"src/commands/ai-first.ts#filePath",
|
|
401
|
-
"src/commands/ai-first.ts#baseName",
|
|
402
|
-
"src/commands/ai-first.ts#countResult",
|
|
403
|
-
"src/commands/ai-first.ts#total",
|
|
404
|
-
"src/commands/ai-first.ts#symbolCount",
|
|
405
|
-
"src/commands/ai-first.ts#importCount",
|
|
406
|
-
"src/commands/ai-first.ts#hashCount",
|
|
407
|
-
"src/commands/ai-first.ts#langResults",
|
|
408
|
-
"src/commands/ai-first.ts#ORDER",
|
|
409
|
-
"src/commands/ai-first.ts#typeResults",
|
|
410
|
-
"src/commands/ai-first.ts#scan",
|
|
411
|
-
"src/commands/ai-first.ts#repoMapData",
|
|
412
|
-
"src/commands/ai-first.ts#showJson",
|
|
413
|
-
"src/commands/ai-first.ts#adapters",
|
|
414
|
-
"src/commands/ai-first.ts#adapter",
|
|
415
|
-
"src/commands/ai-first.ts#limit",
|
|
416
|
-
"src/commands/ai-first.ts#showActivity",
|
|
417
|
-
"src/commands/ai-first.ts#result",
|
|
418
|
-
"src/commands/ai-first.ts#topFiles",
|
|
419
|
-
"src/commands/ai-first.ts#showStats",
|
|
420
|
-
"src/commands/ai-first.ts#graph",
|
|
421
|
-
"src/commands/ai-first.ts#nodeTypes",
|
|
422
|
-
"src/commands/ai-first.ts#edgeTypes",
|
|
423
|
-
"src/commands/ai-first.ts#useGit",
|
|
424
|
-
"src/commands/ai-first.ts#error"
|
|
425
|
-
],
|
|
426
|
-
"module": "src"
|
|
427
|
-
},
|
|
428
|
-
"src/commands/doctor.ts": {
|
|
429
|
-
"symbols": [
|
|
430
|
-
"src/commands/doctor.ts#DoctorResult",
|
|
431
|
-
"src/commands/doctor.ts#runDoctor",
|
|
432
|
-
"src/commands/doctor.ts#checks",
|
|
433
|
-
"src/commands/doctor.ts#issues",
|
|
434
|
-
"src/commands/doctor.ts#warnings",
|
|
435
|
-
"src/commands/doctor.ts#scanResult",
|
|
436
|
-
"src/commands/doctor.ts#languageCount",
|
|
437
|
-
"src/commands/doctor.ts#file",
|
|
438
|
-
"src/commands/doctor.ts#ext",
|
|
439
|
-
"src/commands/doctor.ts#topLanguages",
|
|
440
|
-
"src/commands/doctor.ts#largeFiles",
|
|
441
|
-
"src/commands/doctor.ts#aiDir",
|
|
442
|
-
"src/commands/doctor.ts#check",
|
|
443
|
-
"src/commands/doctor.ts#icon",
|
|
444
|
-
"src/commands/doctor.ts#passCount",
|
|
445
|
-
"src/commands/doctor.ts#warnCount",
|
|
446
|
-
"src/commands/doctor.ts#failCount",
|
|
447
|
-
"src/commands/doctor.ts#doctorMain",
|
|
448
|
-
"src/commands/doctor.ts#rootDir",
|
|
449
|
-
"src/commands/doctor.ts#fixMode",
|
|
450
|
-
"src/commands/doctor.ts#arg"
|
|
451
|
-
],
|
|
452
|
-
"module": "src"
|
|
453
|
-
},
|
|
454
|
-
"src/commands/explore.ts": {
|
|
455
|
-
"symbols": [
|
|
456
|
-
"src/commands/explore.ts#ExploreResult",
|
|
457
|
-
"src/commands/explore.ts#runExplore",
|
|
458
|
-
"src/commands/explore.ts#aiDir",
|
|
459
|
-
"src/commands/explore.ts#graphFile",
|
|
460
|
-
"src/commands/explore.ts#data",
|
|
461
|
-
"src/commands/explore.ts#mod",
|
|
462
|
-
"src/commands/explore.ts#scan",
|
|
463
|
-
"src/commands/explore.ts#modules",
|
|
464
|
-
"src/commands/explore.ts#deps",
|
|
465
|
-
"src/commands/explore.ts#exploreMain",
|
|
466
|
-
"src/commands/explore.ts#rootDir",
|
|
467
|
-
"src/commands/explore.ts#moduleName"
|
|
468
|
-
],
|
|
469
|
-
"module": "src"
|
|
470
|
-
},
|
|
471
|
-
"src/core/adapters/adapterRegistry.ts": {
|
|
472
|
-
"symbols": [
|
|
473
|
-
"src/core/adapters/adapterRegistry.ts#ADAPTERS",
|
|
474
|
-
"src/core/adapters/adapterRegistry.ts#AdapterDetectionResult",
|
|
475
|
-
"src/core/adapters/adapterRegistry.ts#detectAdapter",
|
|
476
|
-
"src/core/adapters/adapterRegistry.ts#results",
|
|
477
|
-
"src/core/adapters/adapterRegistry.ts#detectAllAdapters",
|
|
478
|
-
"src/core/adapters/adapterRegistry.ts#adapter",
|
|
479
|
-
"src/core/adapters/adapterRegistry.ts#matchedSignals",
|
|
480
|
-
"src/core/adapters/adapterRegistry.ts#score",
|
|
481
|
-
"src/core/adapters/adapterRegistry.ts#signal",
|
|
482
|
-
"src/core/adapters/adapterRegistry.ts#matched",
|
|
483
|
-
"src/core/adapters/adapterRegistry.ts#matchSignal",
|
|
484
|
-
"src/core/adapters/adapterRegistry.ts#matchFileSignal",
|
|
485
|
-
"src/core/adapters/adapterRegistry.ts#ext",
|
|
486
|
-
"src/core/adapters/adapterRegistry.ts#entries",
|
|
487
|
-
"src/core/adapters/adapterRegistry.ts#matchDirectorySignal",
|
|
488
|
-
"src/core/adapters/adapterRegistry.ts#getSignalWeight",
|
|
489
|
-
"src/core/adapters/adapterRegistry.ts#getAdapter",
|
|
490
|
-
"src/core/adapters/adapterRegistry.ts#listAdapters"
|
|
491
|
-
],
|
|
492
|
-
"module": "src"
|
|
493
|
-
},
|
|
494
|
-
"src/core/adapters/baseAdapter.ts": {
|
|
495
|
-
"symbols": [
|
|
496
|
-
"src/core/adapters/baseAdapter.ts#AnalysisAdapter",
|
|
497
|
-
"src/core/adapters/baseAdapter.ts#DetectionSignal",
|
|
498
|
-
"src/core/adapters/baseAdapter.ts#LayerRule",
|
|
499
|
-
"src/core/adapters/baseAdapter.ts#DEFAULT_ADAPTER"
|
|
500
|
-
],
|
|
501
|
-
"module": "src"
|
|
502
|
-
},
|
|
503
|
-
"src/core/adapters/community/fastapiAdapter.ts": {
|
|
504
|
-
"symbols": [
|
|
505
|
-
"src/core/adapters/community/fastapiAdapter.ts#fastapiAdapter"
|
|
506
|
-
],
|
|
507
|
-
"module": "src"
|
|
508
|
-
},
|
|
509
|
-
"src/core/adapters/community/laravelAdapter.ts": {
|
|
510
|
-
"symbols": [
|
|
511
|
-
"src/core/adapters/community/laravelAdapter.ts#laravelAdapter"
|
|
512
|
-
],
|
|
513
|
-
"module": "src"
|
|
514
|
-
},
|
|
515
|
-
"src/core/adapters/community/nestjsAdapter.ts": {
|
|
516
|
-
"symbols": [
|
|
517
|
-
"src/core/adapters/community/nestjsAdapter.ts#nestjsAdapter"
|
|
518
|
-
],
|
|
519
|
-
"module": "src"
|
|
520
|
-
},
|
|
521
|
-
"src/core/adapters/community/phoenixAdapter.ts": {
|
|
522
|
-
"symbols": [
|
|
523
|
-
"src/core/adapters/community/phoenixAdapter.ts#phoenixAdapter"
|
|
524
|
-
],
|
|
525
|
-
"module": "src"
|
|
526
|
-
},
|
|
527
|
-
"src/core/adapters/community/springBootAdapter.ts": {
|
|
528
|
-
"symbols": [
|
|
529
|
-
"src/core/adapters/community/springBootAdapter.ts#springBootAdapter"
|
|
530
|
-
],
|
|
531
|
-
"module": "src"
|
|
532
|
-
},
|
|
533
|
-
"src/core/adapters/dotnetAdapter.ts": {
|
|
534
|
-
"symbols": [
|
|
535
|
-
"src/core/adapters/dotnetAdapter.ts#dotnetAdapter",
|
|
536
|
-
"src/core/adapters/dotnetAdapter.ts#aspnetCoreAdapter",
|
|
537
|
-
"src/core/adapters/dotnetAdapter.ts#blazorAdapter"
|
|
538
|
-
],
|
|
539
|
-
"module": "src"
|
|
540
|
-
},
|
|
541
|
-
"src/core/adapters/javascriptAdapter.ts": {
|
|
542
|
-
"symbols": [
|
|
543
|
-
"src/core/adapters/javascriptAdapter.ts#javascriptAdapter"
|
|
544
|
-
],
|
|
545
|
-
"module": "src"
|
|
546
|
-
},
|
|
547
|
-
"src/core/adapters/pythonAdapter.ts": {
|
|
548
|
-
"symbols": [
|
|
549
|
-
"src/core/adapters/pythonAdapter.ts#pythonAdapter",
|
|
550
|
-
"src/core/adapters/pythonAdapter.ts#djangoAdapter",
|
|
551
|
-
"src/core/adapters/pythonAdapter.ts#flaskAdapter"
|
|
552
|
-
],
|
|
553
|
-
"module": "src"
|
|
554
|
-
},
|
|
555
|
-
"src/core/adapters/railsAdapter.ts": {
|
|
556
|
-
"symbols": [
|
|
557
|
-
"src/core/adapters/railsAdapter.ts#railsAdapter",
|
|
558
|
-
"src/core/adapters/railsAdapter.ts#rubyAdapter"
|
|
559
|
-
],
|
|
560
|
-
"module": "src"
|
|
561
|
-
},
|
|
562
|
-
"src/core/adapters/salesforceAdapter.ts": {
|
|
563
|
-
"symbols": [
|
|
564
|
-
"src/core/adapters/salesforceAdapter.ts#salesforceAdapter",
|
|
565
|
-
"src/core/adapters/salesforceAdapter.ts#sfdxAdapter"
|
|
566
|
-
],
|
|
567
|
-
"module": "src"
|
|
568
|
-
},
|
|
569
|
-
"src/core/adapters/sdk.ts": {
|
|
570
|
-
"symbols": [
|
|
571
|
-
"src/core/adapters/sdk.ts#AdapterConfig",
|
|
572
|
-
"src/core/adapters/sdk.ts#DEFAULT_LAYER_RULES",
|
|
573
|
-
"src/core/adapters/sdk.ts#DEFAULT_IGNORED_FOLDERS",
|
|
574
|
-
"src/core/adapters/sdk.ts#myAdapter",
|
|
575
|
-
"src/core/adapters/sdk.ts#createAdapter",
|
|
576
|
-
"src/core/adapters/sdk.ts#fileSignal",
|
|
577
|
-
"src/core/adapters/sdk.ts#directorySignal",
|
|
578
|
-
"src/core/adapters/sdk.ts#contentSignal",
|
|
579
|
-
"src/core/adapters/sdk.ts#layerRule",
|
|
580
|
-
"src/core/adapters/sdk.ts#validateAdapter",
|
|
581
|
-
"src/core/adapters/sdk.ts#errors",
|
|
582
|
-
"src/core/adapters/sdk.ts#layerNames",
|
|
583
|
-
"src/core/adapters/sdk.ts#rule"
|
|
584
|
-
],
|
|
585
|
-
"module": "src"
|
|
586
|
-
},
|
|
587
|
-
"src/core/aiContextGenerator.ts": {
|
|
588
|
-
"symbols": [
|
|
589
|
-
"src/core/aiContextGenerator.ts#AIContextResult",
|
|
590
|
-
"src/core/aiContextGenerator.ts#TreeNode",
|
|
591
|
-
"src/core/aiContextGenerator.ts#SymbolEntry",
|
|
592
|
-
"src/core/aiContextGenerator.ts#DependencyEntry",
|
|
593
|
-
"src/core/aiContextGenerator.ts#generateAIContext",
|
|
594
|
-
"src/core/aiContextGenerator.ts#filesCreated",
|
|
595
|
-
"src/core/aiContextGenerator.ts#allFiles",
|
|
596
|
-
"src/core/aiContextGenerator.ts#files",
|
|
597
|
-
"src/core/aiContextGenerator.ts#folders",
|
|
598
|
-
"src/core/aiContextGenerator.ts#filePath",
|
|
599
|
-
"src/core/aiContextGenerator.ts#relativePath",
|
|
600
|
-
"src/core/aiContextGenerator.ts#parts",
|
|
601
|
-
"src/core/aiContextGenerator.ts#fileName",
|
|
602
|
-
"src/core/aiContextGenerator.ts#lastDot",
|
|
603
|
-
"src/core/aiContextGenerator.ts#extension",
|
|
604
|
-
"src/core/aiContextGenerator.ts#part",
|
|
605
|
-
"src/core/aiContextGenerator.ts#repoMap",
|
|
606
|
-
"src/core/aiContextGenerator.ts#repoMapPath",
|
|
607
|
-
"src/core/aiContextGenerator.ts#symbols",
|
|
608
|
-
"src/core/aiContextGenerator.ts#symbolsPath",
|
|
609
|
-
"src/core/aiContextGenerator.ts#dependencies",
|
|
610
|
-
"src/core/aiContextGenerator.ts#depsPath",
|
|
611
|
-
"src/core/aiContextGenerator.ts#aiContext",
|
|
612
|
-
"src/core/aiContextGenerator.ts#aiContextPath",
|
|
613
|
-
"src/core/aiContextGenerator.ts#generateRepoMapJson",
|
|
614
|
-
"src/core/aiContextGenerator.ts#tree",
|
|
615
|
-
"src/core/aiContextGenerator.ts#file",
|
|
616
|
-
"src/core/aiContextGenerator.ts#current",
|
|
617
|
-
"src/core/aiContextGenerator.ts#isFile",
|
|
618
|
-
"src/core/aiContextGenerator.ts#generateSymbolsJson",
|
|
619
|
-
"src/core/aiContextGenerator.ts#allSymbols",
|
|
620
|
-
"src/core/aiContextGenerator.ts#ext",
|
|
621
|
-
"src/core/aiContextGenerator.ts#content",
|
|
622
|
-
"src/core/aiContextGenerator.ts#lines",
|
|
623
|
-
"src/core/aiContextGenerator.ts#byFile",
|
|
624
|
-
"src/core/aiContextGenerator.ts#sym",
|
|
625
|
-
"src/core/aiContextGenerator.ts#extractJsTsSymbols",
|
|
626
|
-
"src/core/aiContextGenerator.ts#line",
|
|
627
|
-
"src/core/aiContextGenerator.ts#lineNum",
|
|
628
|
-
"src/core/aiContextGenerator.ts#name",
|
|
629
|
-
"src/core/aiContextGenerator.ts#funcMatch",
|
|
630
|
-
"src/core/aiContextGenerator.ts#Name",
|
|
631
|
-
"src/core/aiContextGenerator.ts#classMatch",
|
|
632
|
-
"src/core/aiContextGenerator.ts#interfaceMatch",
|
|
633
|
-
"src/core/aiContextGenerator.ts#constMatch",
|
|
634
|
-
"src/core/aiContextGenerator.ts#namedExport",
|
|
635
|
-
"src/core/aiContextGenerator.ts#exports",
|
|
636
|
-
"src/core/aiContextGenerator.ts#exp",
|
|
637
|
-
"src/core/aiContextGenerator.ts#defaultMatch",
|
|
638
|
-
"src/core/aiContextGenerator.ts#extractPythonSymbols",
|
|
639
|
-
"src/core/aiContextGenerator.ts#allMatch",
|
|
640
|
-
"src/core/aiContextGenerator.ts#extractGoSymbols",
|
|
641
|
-
"src/core/aiContextGenerator.ts#typeMatch",
|
|
642
|
-
"src/core/aiContextGenerator.ts#extractJavaSymbols",
|
|
643
|
-
"src/core/aiContextGenerator.ts#methodMatch",
|
|
644
|
-
"src/core/aiContextGenerator.ts#extractRubySymbols",
|
|
645
|
-
"src/core/aiContextGenerator.ts#moduleMatch",
|
|
646
|
-
"src/core/aiContextGenerator.ts#extractPHPSymbols",
|
|
647
|
-
"src/core/aiContextGenerator.ts#functionMatch",
|
|
648
|
-
"src/core/aiContextGenerator.ts#extractSwiftSymbols",
|
|
649
|
-
"src/core/aiContextGenerator.ts#structMatch",
|
|
650
|
-
"src/core/aiContextGenerator.ts#protocolMatch",
|
|
651
|
-
"src/core/aiContextGenerator.ts#extractKotlinSymbols",
|
|
652
|
-
"src/core/aiContextGenerator.ts#extractRustSymbols",
|
|
653
|
-
"src/core/aiContextGenerator.ts#enumMatch",
|
|
654
|
-
"src/core/aiContextGenerator.ts#traitMatch",
|
|
655
|
-
"src/core/aiContextGenerator.ts#extractApexSymbols",
|
|
656
|
-
"src/core/aiContextGenerator.ts#triggerMatch",
|
|
657
|
-
"src/core/aiContextGenerator.ts#generateDependenciesJson",
|
|
658
|
-
"src/core/aiContextGenerator.ts#es6Matches",
|
|
659
|
-
"src/core/aiContextGenerator.ts#match",
|
|
660
|
-
"src/core/aiContextGenerator.ts#requireMatches",
|
|
661
|
-
"src/core/aiContextGenerator.ts#fromMatches",
|
|
662
|
-
"src/core/aiContextGenerator.ts#importMatches",
|
|
663
|
-
"src/core/aiContextGenerator.ts#javaMatches",
|
|
664
|
-
"src/core/aiContextGenerator.ts#useMatches",
|
|
665
|
-
"src/core/aiContextGenerator.ts#dep",
|
|
666
|
-
"src/core/aiContextGenerator.ts#generateAIContextMarkdown",
|
|
667
|
-
"src/core/aiContextGenerator.ts#extStats",
|
|
668
|
-
"src/core/aiContextGenerator.ts#languages",
|
|
669
|
-
"src/core/aiContextGenerator.ts#topDirs",
|
|
670
|
-
"src/core/aiContextGenerator.ts#entryPoints",
|
|
671
|
-
"src/core/aiContextGenerator.ts#ep",
|
|
672
|
-
"src/core/aiContextGenerator.ts#conventions",
|
|
673
|
-
"src/core/aiContextGenerator.ts#conv",
|
|
674
|
-
"src/core/aiContextGenerator.ts#modules",
|
|
675
|
-
"src/core/aiContextGenerator.ts#mod",
|
|
676
|
-
"src/core/aiContextGenerator.ts#archHints",
|
|
677
|
-
"src/core/aiContextGenerator.ts#hint",
|
|
678
|
-
"src/core/aiContextGenerator.ts#getExtensionStats",
|
|
679
|
-
"src/core/aiContextGenerator.ts#stats",
|
|
680
|
-
"src/core/aiContextGenerator.ts#buildSimpleTree",
|
|
681
|
-
"src/core/aiContextGenerator.ts#dirs",
|
|
682
|
-
"src/core/aiContextGenerator.ts#dir",
|
|
683
|
-
"src/core/aiContextGenerator.ts#sub",
|
|
684
|
-
"src/core/aiContextGenerator.ts#findEntrypoints",
|
|
685
|
-
"src/core/aiContextGenerator.ts#detectConventions",
|
|
686
|
-
"src/core/aiContextGenerator.ts#fileNames",
|
|
687
|
-
"src/core/aiContextGenerator.ts#detectModules",
|
|
688
|
-
"src/core/aiContextGenerator.ts#dirCounts",
|
|
689
|
-
"src/core/aiContextGenerator.ts#sortedDirs",
|
|
690
|
-
"src/core/aiContextGenerator.ts#descriptions",
|
|
691
|
-
"src/core/aiContextGenerator.ts#detectArchitectureHints",
|
|
692
|
-
"src/core/aiContextGenerator.ts#hints",
|
|
693
|
-
"src/core/aiContextGenerator.ts#paths",
|
|
694
|
-
"src/core/aiContextGenerator.ts#countSymbols",
|
|
695
|
-
"src/core/aiContextGenerator.ts#data",
|
|
696
|
-
"src/core/aiContextGenerator.ts#countDependencies"
|
|
697
|
-
],
|
|
698
|
-
"module": "src"
|
|
699
|
-
},
|
|
700
|
-
"src/core/ccp.ts": {
|
|
701
|
-
"symbols": [
|
|
702
|
-
"src/core/ccp.ts#ContextModule",
|
|
703
|
-
"src/core/ccp.ts#CCPContext",
|
|
704
|
-
"src/core/ccp.ts#SymbolsData",
|
|
705
|
-
"src/core/ccp.ts#DependenciesData",
|
|
706
|
-
"src/core/ccp.ts#generateContextModules",
|
|
707
|
-
"src/core/ccp.ts#modules",
|
|
708
|
-
"src/core/ccp.ts#contextDir",
|
|
709
|
-
"src/core/ccp.ts#symbolsData",
|
|
710
|
-
"src/core/ccp.ts#depsData",
|
|
711
|
-
"src/core/ccp.ts#repoFiles",
|
|
712
|
-
"src/core/ccp.ts#symbolsPath",
|
|
713
|
-
"src/core/ccp.ts#depsPath",
|
|
714
|
-
"src/core/ccp.ts#filesPath",
|
|
715
|
-
"src/core/ccp.ts#repoMap",
|
|
716
|
-
"src/core/ccp.ts#repoModule",
|
|
717
|
-
"src/core/ccp.ts#featureDirs",
|
|
718
|
-
"src/core/ccp.ts#feature",
|
|
719
|
-
"src/core/ccp.ts#featureFiles",
|
|
720
|
-
"src/core/ccp.ts#featureSymbols",
|
|
721
|
-
"src/core/ccp.ts#byFile",
|
|
722
|
-
"src/core/ccp.ts#featureDeps",
|
|
723
|
-
"src/core/ccp.ts#mod",
|
|
724
|
-
"src/core/ccp.ts#modPath",
|
|
725
|
-
"src/core/ccp.ts#detectFeatureDirectories",
|
|
726
|
-
"src/core/ccp.ts#dirs",
|
|
727
|
-
"src/core/ccp.ts#file",
|
|
728
|
-
"src/core/ccp.ts#parts",
|
|
729
|
-
"src/core/ccp.ts#dir",
|
|
730
|
-
"src/core/ccp.ts#lowerDir",
|
|
731
|
-
"src/core/ccp.ts#createCCP",
|
|
732
|
-
"src/core/ccp.ts#aiDir",
|
|
733
|
-
"src/core/ccp.ts#ccpDir",
|
|
734
|
-
"src/core/ccp.ts#contextFiles",
|
|
735
|
-
"src/core/ccp.ts#availableModules",
|
|
736
|
-
"src/core/ccp.ts#includes",
|
|
737
|
-
"src/core/ccp.ts#ccpContent",
|
|
738
|
-
"src/core/ccp.ts#contextPath",
|
|
739
|
-
"src/core/ccp.ts#listCCPs",
|
|
740
|
-
"src/core/ccp.ts#fullPath",
|
|
741
|
-
"src/core/ccp.ts#getCCP",
|
|
742
|
-
"src/core/ccp.ts#data"
|
|
743
|
-
],
|
|
744
|
-
"module": "src"
|
|
745
|
-
},
|
|
746
|
-
"src/core/chunker.ts": {
|
|
747
|
-
"symbols": [
|
|
748
|
-
"src/core/chunker.ts#Chunk",
|
|
749
|
-
"src/core/chunker.ts#ChunkOptions",
|
|
750
|
-
"src/core/chunker.ts#getLanguage",
|
|
751
|
-
"src/core/chunker.ts#langMap",
|
|
752
|
-
"src/core/chunker.ts#chunkJS",
|
|
753
|
-
"src/core/chunker.ts#chunks",
|
|
754
|
-
"src/core/chunker.ts#lines",
|
|
755
|
-
"src/core/chunker.ts#ext",
|
|
756
|
-
"src/core/chunker.ts#language",
|
|
757
|
-
"src/core/chunker.ts#maxSize",
|
|
758
|
-
"src/core/chunker.ts#detection",
|
|
759
|
-
"src/core/chunker.ts#patterns",
|
|
760
|
-
"src/core/chunker.ts#name",
|
|
761
|
-
"src/core/chunker.ts#boundaries",
|
|
762
|
-
"src/core/chunker.ts#line",
|
|
763
|
-
"src/core/chunker.ts#match",
|
|
764
|
-
"src/core/chunker.ts#as",
|
|
765
|
-
"src/core/chunker.ts#startLine",
|
|
766
|
-
"src/core/chunker.ts#endLine",
|
|
767
|
-
"src/core/chunker.ts#chunkContent",
|
|
768
|
-
"src/core/chunker.ts#chunkPython",
|
|
769
|
-
"src/core/chunker.ts#chunkGo",
|
|
770
|
-
"src/core/chunker.ts#chunkBySize",
|
|
771
|
-
"src/core/chunker.ts#overlap",
|
|
772
|
-
"src/core/chunker.ts#chunkLines",
|
|
773
|
-
"src/core/chunker.ts#overlapStart",
|
|
774
|
-
"src/core/chunker.ts#chunkFile",
|
|
775
|
-
"src/core/chunker.ts#content",
|
|
776
|
-
"src/core/chunker.ts#chunkFiles",
|
|
777
|
-
"src/core/chunker.ts#allChunks",
|
|
778
|
-
"src/core/chunker.ts#filePath"
|
|
779
|
-
],
|
|
780
|
-
"module": "src"
|
|
781
|
-
},
|
|
782
|
-
"src/core/contextGenerator.ts": {
|
|
783
|
-
"symbols": [
|
|
784
|
-
"src/core/contextGenerator.ts#getApiKeyFromConfig",
|
|
785
|
-
"src/core/contextGenerator.ts#configPath",
|
|
786
|
-
"src/core/contextGenerator.ts#config",
|
|
787
|
-
"src/core/contextGenerator.ts#apiKey",
|
|
788
|
-
"src/core/contextGenerator.ts#apiHost",
|
|
789
|
-
"src/core/contextGenerator.ts#SYSTEM_PROMPT",
|
|
790
|
-
"src/core/contextGenerator.ts#naming",
|
|
791
|
-
"src/core/contextGenerator.ts#ContextGenerationOptions",
|
|
792
|
-
"src/core/contextGenerator.ts#generateAIContext",
|
|
793
|
-
"src/core/contextGenerator.ts#userPrompt",
|
|
794
|
-
"src/core/contextGenerator.ts#callModel",
|
|
795
|
-
"src/core/contextGenerator.ts#response",
|
|
796
|
-
"src/core/contextGenerator.ts#data",
|
|
797
|
-
"src/core/contextGenerator.ts#generateBasicAnalysis",
|
|
798
|
-
"src/core/contextGenerator.ts#lines",
|
|
799
|
-
"src/core/contextGenerator.ts#totalFiles",
|
|
800
|
-
"src/core/contextGenerator.ts#extensions",
|
|
801
|
-
"src/core/contextGenerator.ts#directories",
|
|
802
|
-
"src/core/contextGenerator.ts#line",
|
|
803
|
-
"src/core/contextGenerator.ts#fileMatch",
|
|
804
|
-
"src/core/contextGenerator.ts#extMatch",
|
|
805
|
-
"src/core/contextGenerator.ts#dirMatch",
|
|
806
|
-
"src/core/contextGenerator.ts#techStack",
|
|
807
|
-
"src/core/contextGenerator.ts#extMap",
|
|
808
|
-
"src/core/contextGenerator.ts#architecture",
|
|
809
|
-
"src/core/contextGenerator.ts#dirs",
|
|
810
|
-
"src/core/contextGenerator.ts#generateTaskTemplate",
|
|
811
|
-
"src/core/contextGenerator.ts#generateCurrentFocus"
|
|
812
|
-
],
|
|
813
|
-
"module": "src"
|
|
814
|
-
},
|
|
815
|
-
"src/core/contextPacket.ts": {
|
|
816
|
-
"symbols": [
|
|
817
|
-
"src/core/contextPacket.ts#OutputFormat",
|
|
818
|
-
"src/core/contextPacket.ts#CodeContextPacket",
|
|
819
|
-
"src/core/contextPacket.ts#generateContextPacket",
|
|
820
|
-
"src/core/contextPacket.ts#graph",
|
|
821
|
-
"src/core/contextPacket.ts#refs",
|
|
822
|
-
"src/core/contextPacket.ts#fileIndex",
|
|
823
|
-
"src/core/contextPacket.ts#symbol",
|
|
824
|
-
"src/core/contextPacket.ts#relationships",
|
|
825
|
-
"src/core/contextPacket.ts#relsByType",
|
|
826
|
-
"src/core/contextPacket.ts#relatedSymbols",
|
|
827
|
-
"src/core/contextPacket.ts#callers",
|
|
828
|
-
"src/core/contextPacket.ts#fileNeighbors",
|
|
829
|
-
"src/core/contextPacket.ts#relevanceScore",
|
|
830
|
-
"src/core/contextPacket.ts#summary",
|
|
831
|
-
"src/core/contextPacket.ts#module",
|
|
832
|
-
"src/core/contextPacket.ts#packet",
|
|
833
|
-
"src/core/contextPacket.ts#organizeRelationships",
|
|
834
|
-
"src/core/contextPacket.ts#result",
|
|
835
|
-
"src/core/contextPacket.ts#rel",
|
|
836
|
-
"src/core/contextPacket.ts#getRelatedSymbols",
|
|
837
|
-
"src/core/contextPacket.ts#related",
|
|
838
|
-
"src/core/contextPacket.ts#visited",
|
|
839
|
-
"src/core/contextPacket.ts#queue",
|
|
840
|
-
"src/core/contextPacket.ts#current",
|
|
841
|
-
"src/core/contextPacket.ts#sym",
|
|
842
|
-
"src/core/contextPacket.ts#getFileNeighbors",
|
|
843
|
-
"src/core/contextPacket.ts#neighbors",
|
|
844
|
-
"src/core/contextPacket.ts#getSourceCode",
|
|
845
|
-
"src/core/contextPacket.ts#fullSource",
|
|
846
|
-
"src/core/contextPacket.ts#snippet",
|
|
847
|
-
"src/core/contextPacket.ts#fullPath",
|
|
848
|
-
"src/core/contextPacket.ts#lines",
|
|
849
|
-
"src/core/contextPacket.ts#startLine",
|
|
850
|
-
"src/core/contextPacket.ts#endLine",
|
|
851
|
-
"src/core/contextPacket.ts#calculateRelevance",
|
|
852
|
-
"src/core/contextPacket.ts#score",
|
|
853
|
-
"src/core/contextPacket.ts#generateSummary",
|
|
854
|
-
"src/core/contextPacket.ts#parts",
|
|
855
|
-
"src/core/contextPacket.ts#formatAsMarkdown",
|
|
856
|
-
"src/core/contextPacket.ts#md",
|
|
857
|
-
"src/core/contextPacket.ts#call",
|
|
858
|
-
"src/core/contextPacket.ts#caller",
|
|
859
|
-
"src/core/contextPacket.ts#formatAsText",
|
|
860
|
-
"src/core/contextPacket.ts#text",
|
|
861
|
-
"src/core/contextPacket.ts#saveContextPacket",
|
|
862
|
-
"src/core/contextPacket.ts#contextDir",
|
|
863
|
-
"src/core/contextPacket.ts#safeName",
|
|
864
|
-
"src/core/contextPacket.ts#ext",
|
|
865
|
-
"src/core/contextPacket.ts#filePath",
|
|
866
|
-
"src/core/contextPacket.ts#content",
|
|
867
|
-
"src/core/contextPacket.ts#listContextPackets",
|
|
868
|
-
"src/core/contextPacket.ts#loadContextPacket"
|
|
869
|
-
],
|
|
870
|
-
"module": "src"
|
|
871
|
-
},
|
|
872
|
-
"src/core/embeddings.ts": {
|
|
873
|
-
"symbols": [
|
|
874
|
-
"src/core/embeddings.ts#Embedding",
|
|
875
|
-
"src/core/embeddings.ts#EmbeddingsIndex",
|
|
876
|
-
"src/core/embeddings.ts#generateSimpleEmbedding",
|
|
877
|
-
"src/core/embeddings.ts#hash",
|
|
878
|
-
"src/core/embeddings.ts#vector",
|
|
879
|
-
"src/core/embeddings.ts#byteIndex",
|
|
880
|
-
"src/core/embeddings.ts#value",
|
|
881
|
-
"src/core/embeddings.ts#magnitude",
|
|
882
|
-
"src/core/embeddings.ts#generateEmbeddings",
|
|
883
|
-
"src/core/embeddings.ts#dimensions",
|
|
884
|
-
"src/core/embeddings.ts#model",
|
|
885
|
-
"src/core/embeddings.ts#embeddings",
|
|
886
|
-
"src/core/embeddings.ts#chunk",
|
|
887
|
-
"src/core/embeddings.ts#saveEmbeddings",
|
|
888
|
-
"src/core/embeddings.ts#index",
|
|
889
|
-
"src/core/embeddings.ts#embeddingsPath",
|
|
890
|
-
"src/core/embeddings.ts#loadEmbeddings",
|
|
891
|
-
"src/core/embeddings.ts#data",
|
|
892
|
-
"src/core/embeddings.ts#cosineSimilarity",
|
|
893
|
-
"src/core/embeddings.ts#dotProduct",
|
|
894
|
-
"src/core/embeddings.ts#normA",
|
|
895
|
-
"src/core/embeddings.ts#normB",
|
|
896
|
-
"src/core/embeddings.ts#searchEmbeddings",
|
|
897
|
-
"src/core/embeddings.ts#queryEmbedding",
|
|
898
|
-
"src/core/embeddings.ts#results"
|
|
899
|
-
],
|
|
900
|
-
"module": "src"
|
|
901
|
-
},
|
|
902
|
-
"src/core/gitAnalyzer.ts": {
|
|
903
|
-
"symbols": [
|
|
904
|
-
"src/core/gitAnalyzer.ts#GitCommit",
|
|
905
|
-
"src/core/gitAnalyzer.ts#RecentFile",
|
|
906
|
-
"src/core/gitAnalyzer.ts#GitActivity",
|
|
907
|
-
"src/core/gitAnalyzer.ts#GitAnalyzerOptions",
|
|
908
|
-
"src/core/gitAnalyzer.ts#DEFAULT_OPTIONS",
|
|
909
|
-
"src/core/gitAnalyzer.ts#detectGitRepository",
|
|
910
|
-
"src/core/gitAnalyzer.ts#gitDir",
|
|
911
|
-
"src/core/gitAnalyzer.ts#gitExec",
|
|
912
|
-
"src/core/gitAnalyzer.ts#getRecentCommits",
|
|
913
|
-
"src/core/gitAnalyzer.ts#commits",
|
|
914
|
-
"src/core/gitAnalyzer.ts#logFormat",
|
|
915
|
-
"src/core/gitAnalyzer.ts#logOutput",
|
|
916
|
-
"src/core/gitAnalyzer.ts#lines",
|
|
917
|
-
"src/core/gitAnalyzer.ts#maxAgeDate",
|
|
918
|
-
"src/core/gitAnalyzer.ts#line",
|
|
919
|
-
"src/core/gitAnalyzer.ts#commitDate",
|
|
920
|
-
"src/core/gitAnalyzer.ts#filesOutput",
|
|
921
|
-
"src/core/gitAnalyzer.ts#files",
|
|
922
|
-
"src/core/gitAnalyzer.ts#extractChangedFiles",
|
|
923
|
-
"src/core/gitAnalyzer.ts#fileStats",
|
|
924
|
-
"src/core/gitAnalyzer.ts#commit",
|
|
925
|
-
"src/core/gitAnalyzer.ts#file",
|
|
926
|
-
"src/core/gitAnalyzer.ts#existing",
|
|
927
|
-
"src/core/gitAnalyzer.ts#result",
|
|
928
|
-
"src/core/gitAnalyzer.ts#getRecentFiles",
|
|
929
|
-
"src/core/gitAnalyzer.ts#recentFiles",
|
|
930
|
-
"src/core/gitAnalyzer.ts#loadFeatures",
|
|
931
|
-
"src/core/gitAnalyzer.ts#featuresMap",
|
|
932
|
-
"src/core/gitAnalyzer.ts#featuresDir",
|
|
933
|
-
"src/core/gitAnalyzer.ts#featurePath",
|
|
934
|
-
"src/core/gitAnalyzer.ts#featureData",
|
|
935
|
-
"src/core/gitAnalyzer.ts#filePath",
|
|
936
|
-
"src/core/gitAnalyzer.ts#loadFlows",
|
|
937
|
-
"src/core/gitAnalyzer.ts#flowsMap",
|
|
938
|
-
"src/core/gitAnalyzer.ts#flowsDir",
|
|
939
|
-
"src/core/gitAnalyzer.ts#flowPath",
|
|
940
|
-
"src/core/gitAnalyzer.ts#flowData",
|
|
941
|
-
"src/core/gitAnalyzer.ts#mapFilesToFeatures",
|
|
942
|
-
"src/core/gitAnalyzer.ts#aiDir",
|
|
943
|
-
"src/core/gitAnalyzer.ts#featureSet",
|
|
944
|
-
"src/core/gitAnalyzer.ts#directMatch",
|
|
945
|
-
"src/core/gitAnalyzer.ts#mapFilesToFlows",
|
|
946
|
-
"src/core/gitAnalyzer.ts#flowSet",
|
|
947
|
-
"src/core/gitAnalyzer.ts#analyzeGitActivity",
|
|
948
|
-
"src/core/gitAnalyzer.ts#opts",
|
|
949
|
-
"src/core/gitAnalyzer.ts#recentFilePaths",
|
|
950
|
-
"src/core/gitAnalyzer.ts#features",
|
|
951
|
-
"src/core/gitAnalyzer.ts#flows",
|
|
952
|
-
"src/core/gitAnalyzer.ts#featureCounts",
|
|
953
|
-
"src/core/gitAnalyzer.ts#flowCounts",
|
|
954
|
-
"src/core/gitAnalyzer.ts#fileCounts",
|
|
955
|
-
"src/core/gitAnalyzer.ts#commitFeatures",
|
|
956
|
-
"src/core/gitAnalyzer.ts#feature",
|
|
957
|
-
"src/core/gitAnalyzer.ts#commitFlows",
|
|
958
|
-
"src/core/gitAnalyzer.ts#flow",
|
|
959
|
-
"src/core/gitAnalyzer.ts#generateGitContext",
|
|
960
|
-
"src/core/gitAnalyzer.ts#targetAiDir",
|
|
961
|
-
"src/core/gitAnalyzer.ts#recentFeatures",
|
|
962
|
-
"src/core/gitAnalyzer.ts#recentFlows",
|
|
963
|
-
"src/core/gitAnalyzer.ts#activity",
|
|
964
|
-
"src/core/gitAnalyzer.ts#recentFilesJson",
|
|
965
|
-
"src/core/gitAnalyzer.ts#recentFeaturesJson",
|
|
966
|
-
"src/core/gitAnalyzer.ts#recentFlowsJson",
|
|
967
|
-
"src/core/gitAnalyzer.ts#activityJson"
|
|
968
|
-
],
|
|
969
|
-
"module": "src"
|
|
970
|
-
},
|
|
971
|
-
"src/core/hierarchyGenerator.ts": {
|
|
972
|
-
"symbols": [
|
|
973
|
-
"src/core/hierarchyGenerator.ts#HierarchyResult",
|
|
974
|
-
"src/core/hierarchyGenerator.ts#RepoSummary",
|
|
975
|
-
"src/core/hierarchyGenerator.ts#detectRepoPurpose",
|
|
976
|
-
"src/core/hierarchyGenerator.ts#packagePath",
|
|
977
|
-
"src/core/hierarchyGenerator.ts#pkg",
|
|
978
|
-
"src/core/hierarchyGenerator.ts#readmeNames",
|
|
979
|
-
"src/core/hierarchyGenerator.ts#name",
|
|
980
|
-
"src/core/hierarchyGenerator.ts#readmePath",
|
|
981
|
-
"src/core/hierarchyGenerator.ts#content",
|
|
982
|
-
"src/core/hierarchyGenerator.ts#lines",
|
|
983
|
-
"src/core/hierarchyGenerator.ts#line",
|
|
984
|
-
"src/core/hierarchyGenerator.ts#trimmed",
|
|
985
|
-
"src/core/hierarchyGenerator.ts#indicators",
|
|
986
|
-
"src/core/hierarchyGenerator.ts#ind",
|
|
987
|
-
"src/core/hierarchyGenerator.ts#files",
|
|
988
|
-
"src/core/hierarchyGenerator.ts#getFolderDescription",
|
|
989
|
-
"src/core/hierarchyGenerator.ts#descriptions",
|
|
990
|
-
"src/core/hierarchyGenerator.ts#lower",
|
|
991
|
-
"src/core/hierarchyGenerator.ts#summarizeFile",
|
|
992
|
-
"src/core/hierarchyGenerator.ts#fileName",
|
|
993
|
-
"src/core/hierarchyGenerator.ts#ext",
|
|
994
|
-
"src/core/hierarchyGenerator.ts#exports",
|
|
995
|
-
"src/core/hierarchyGenerator.ts#importMatches",
|
|
996
|
-
"src/core/hierarchyGenerator.ts#definitions",
|
|
997
|
-
"src/core/hierarchyGenerator.ts#classes",
|
|
998
|
-
"src/core/hierarchyGenerator.ts#functions",
|
|
999
|
-
"src/core/hierarchyGenerator.ts#interfaces",
|
|
1000
|
-
"src/core/hierarchyGenerator.ts#commentMatch",
|
|
1001
|
-
"src/core/hierarchyGenerator.ts#comment",
|
|
1002
|
-
"src/core/hierarchyGenerator.ts#firstLine",
|
|
1003
|
-
"src/core/hierarchyGenerator.ts#descMatch",
|
|
1004
|
-
"src/core/hierarchyGenerator.ts#parts",
|
|
1005
|
-
"src/core/hierarchyGenerator.ts#fnNames",
|
|
1006
|
-
"src/core/hierarchyGenerator.ts#extDescriptions",
|
|
1007
|
-
"src/core/hierarchyGenerator.ts#generateHierarchy",
|
|
1008
|
-
"src/core/hierarchyGenerator.ts#allFiles",
|
|
1009
|
-
"src/core/hierarchyGenerator.ts#filePath",
|
|
1010
|
-
"src/core/hierarchyGenerator.ts#relativePath",
|
|
1011
|
-
"src/core/hierarchyGenerator.ts#repoPurpose",
|
|
1012
|
-
"src/core/hierarchyGenerator.ts#folderCounts",
|
|
1013
|
-
"src/core/hierarchyGenerator.ts#folderDescriptions",
|
|
1014
|
-
"src/core/hierarchyGenerator.ts#file",
|
|
1015
|
-
"src/core/hierarchyGenerator.ts#folder",
|
|
1016
|
-
"src/core/hierarchyGenerator.ts#folders",
|
|
1017
|
-
"src/core/hierarchyGenerator.ts#sourceExtensions",
|
|
1018
|
-
"src/core/hierarchyGenerator.ts#filesSummaries",
|
|
1019
|
-
"src/core/hierarchyGenerator.ts#summary",
|
|
1020
|
-
"src/core/hierarchyGenerator.ts#outputDir"
|
|
1021
|
-
],
|
|
1022
|
-
"module": "src"
|
|
1023
|
-
},
|
|
1024
|
-
"src/core/incrementalAnalyzer.ts": {
|
|
1025
|
-
"symbols": [
|
|
1026
|
-
"src/core/incrementalAnalyzer.ts#ChangedFile",
|
|
1027
|
-
"src/core/incrementalAnalyzer.ts#IncrementalUpdateResult",
|
|
1028
|
-
"src/core/incrementalAnalyzer.ts#detectChangedFiles",
|
|
1029
|
-
"src/core/incrementalAnalyzer.ts#isGitRepository",
|
|
1030
|
-
"src/core/incrementalAnalyzer.ts#detectChangesWithGit",
|
|
1031
|
-
"src/core/incrementalAnalyzer.ts#changes",
|
|
1032
|
-
"src/core/incrementalAnalyzer.ts#output",
|
|
1033
|
-
"src/core/incrementalAnalyzer.ts#line",
|
|
1034
|
-
"src/core/incrementalAnalyzer.ts#changeStatus",
|
|
1035
|
-
"src/core/incrementalAnalyzer.ts#stagedOutput",
|
|
1036
|
-
"src/core/incrementalAnalyzer.ts#detectChangesWithTimestamps",
|
|
1037
|
-
"src/core/incrementalAnalyzer.ts#aiDir",
|
|
1038
|
-
"src/core/incrementalAnalyzer.ts#state",
|
|
1039
|
-
"src/core/incrementalAnalyzer.ts#fullPath",
|
|
1040
|
-
"src/core/incrementalAnalyzer.ts#currentHash",
|
|
1041
|
-
"src/core/incrementalAnalyzer.ts#updateSymbols",
|
|
1042
|
-
"src/core/incrementalAnalyzer.ts#symbolsPath",
|
|
1043
|
-
"src/core/incrementalAnalyzer.ts#existingSymbols",
|
|
1044
|
-
"src/core/incrementalAnalyzer.ts#raw",
|
|
1045
|
-
"src/core/incrementalAnalyzer.ts#changedPaths",
|
|
1046
|
-
"src/core/incrementalAnalyzer.ts#changed",
|
|
1047
|
-
"src/core/incrementalAnalyzer.ts#fileInfo",
|
|
1048
|
-
"src/core/incrementalAnalyzer.ts#symbols",
|
|
1049
|
-
"src/core/incrementalAnalyzer.ts#symbol",
|
|
1050
|
-
"src/core/incrementalAnalyzer.ts#updateDependencies",
|
|
1051
|
-
"src/core/incrementalAnalyzer.ts#depsPath",
|
|
1052
|
-
"src/core/incrementalAnalyzer.ts#existingDeps",
|
|
1053
|
-
"src/core/incrementalAnalyzer.ts#packageFiles",
|
|
1054
|
-
"src/core/incrementalAnalyzer.ts#pkgFile",
|
|
1055
|
-
"src/core/incrementalAnalyzer.ts#pkg",
|
|
1056
|
-
"src/core/incrementalAnalyzer.ts#updateFeatures",
|
|
1057
|
-
"src/core/incrementalAnalyzer.ts#featuresDir",
|
|
1058
|
-
"src/core/incrementalAnalyzer.ts#updatedFeatures",
|
|
1059
|
-
"src/core/incrementalAnalyzer.ts#featureFile",
|
|
1060
|
-
"src/core/incrementalAnalyzer.ts#featurePath",
|
|
1061
|
-
"src/core/incrementalAnalyzer.ts#featureData",
|
|
1062
|
-
"src/core/incrementalAnalyzer.ts#featureFileSet",
|
|
1063
|
-
"src/core/incrementalAnalyzer.ts#affected",
|
|
1064
|
-
"src/core/incrementalAnalyzer.ts#featureFilesList",
|
|
1065
|
-
"src/core/incrementalAnalyzer.ts#updateFlows",
|
|
1066
|
-
"src/core/incrementalAnalyzer.ts#flowsDir",
|
|
1067
|
-
"src/core/incrementalAnalyzer.ts#updatedFlows",
|
|
1068
|
-
"src/core/incrementalAnalyzer.ts#flowFile",
|
|
1069
|
-
"src/core/incrementalAnalyzer.ts#flowPath",
|
|
1070
|
-
"src/core/incrementalAnalyzer.ts#flowData",
|
|
1071
|
-
"src/core/incrementalAnalyzer.ts#flowFileSet",
|
|
1072
|
-
"src/core/incrementalAnalyzer.ts#flowFilesList",
|
|
1073
|
-
"src/core/incrementalAnalyzer.ts#updateKnowledgeGraph",
|
|
1074
|
-
"src/core/incrementalAnalyzer.ts#runIncrementalUpdate",
|
|
1075
|
-
"src/core/incrementalAnalyzer.ts#targetAiDir",
|
|
1076
|
-
"src/core/incrementalAnalyzer.ts#errors",
|
|
1077
|
-
"src/core/incrementalAnalyzer.ts#changedFiles",
|
|
1078
|
-
"src/core/incrementalAnalyzer.ts#updatedSymbols",
|
|
1079
|
-
"src/core/incrementalAnalyzer.ts#updatedDependencies",
|
|
1080
|
-
"src/core/incrementalAnalyzer.ts#graphUpdated",
|
|
1081
|
-
"src/core/incrementalAnalyzer.ts#updateIndexState",
|
|
1082
|
-
"src/core/incrementalAnalyzer.ts#filesMap",
|
|
1083
|
-
"src/core/incrementalAnalyzer.ts#hashData"
|
|
1084
|
-
],
|
|
1085
|
-
"module": "src"
|
|
1086
|
-
},
|
|
1087
|
-
"src/core/indexState.ts": {
|
|
1088
|
-
"symbols": [
|
|
1089
|
-
"src/core/indexState.ts#FileState",
|
|
1090
|
-
"src/core/indexState.ts#IndexState",
|
|
1091
|
-
"src/core/indexState.ts#STATE_VERSION",
|
|
1092
|
-
"src/core/indexState.ts#loadIndexState",
|
|
1093
|
-
"src/core/indexState.ts#statePath",
|
|
1094
|
-
"src/core/indexState.ts#data",
|
|
1095
|
-
"src/core/indexState.ts#state",
|
|
1096
|
-
"src/core/indexState.ts#saveIndexState",
|
|
1097
|
-
"src/core/indexState.ts#computeFileHash",
|
|
1098
|
-
"src/core/indexState.ts#stats",
|
|
1099
|
-
"src/core/indexState.ts#content",
|
|
1100
|
-
"src/core/indexState.ts#hash",
|
|
1101
|
-
"src/core/indexState.ts#needsReindex",
|
|
1102
|
-
"src/core/indexState.ts#relativePath",
|
|
1103
|
-
"src/core/indexState.ts#previousState",
|
|
1104
|
-
"src/core/indexState.ts#hashData",
|
|
1105
|
-
"src/core/indexState.ts#getFilesToIndex",
|
|
1106
|
-
"src/core/indexState.ts#toIndex",
|
|
1107
|
-
"src/core/indexState.ts#unchanged",
|
|
1108
|
-
"src/core/indexState.ts#newFiles",
|
|
1109
|
-
"src/core/indexState.ts#currentPaths",
|
|
1110
|
-
"src/core/indexState.ts#filePath",
|
|
1111
|
-
"src/core/indexState.ts#deleted",
|
|
1112
|
-
"src/core/indexState.ts#existingPath",
|
|
1113
|
-
"src/core/indexState.ts#getChangedFilesGit",
|
|
1114
|
-
"src/core/indexState.ts#changed",
|
|
1115
|
-
"src/core/indexState.ts#output",
|
|
1116
|
-
"src/core/indexState.ts#file",
|
|
1117
|
-
"src/core/indexState.ts#untracked"
|
|
1118
|
-
],
|
|
1119
|
-
"module": "src"
|
|
1120
|
-
},
|
|
1121
|
-
"src/core/indexer.ts": {
|
|
1122
|
-
"symbols": [
|
|
1123
|
-
"src/core/indexer.ts#SQL",
|
|
1124
|
-
"src/core/indexer.ts#getSql",
|
|
1125
|
-
"src/core/indexer.ts#LANGUAGE_MAP",
|
|
1126
|
-
"src/core/indexer.ts#detectLanguage",
|
|
1127
|
-
"src/core/indexer.ts#IndexResult",
|
|
1128
|
-
"src/core/indexer.ts#WatchOptions",
|
|
1129
|
-
"src/core/indexer.ts#FileHash",
|
|
1130
|
-
"src/core/indexer.ts#for",
|
|
1131
|
-
"src/core/indexer.ts#IncrementalIndexer",
|
|
1132
|
-
"src/core/indexer.ts#sql",
|
|
1133
|
-
"src/core/indexer.ts#fileBuffer",
|
|
1134
|
-
"src/core/indexer.ts#TEXT",
|
|
1135
|
-
"src/core/indexer.ts#ON",
|
|
1136
|
-
"src/core/indexer.ts#result",
|
|
1137
|
-
"src/core/indexer.ts#row",
|
|
1138
|
-
"src/core/indexer.ts#stats",
|
|
1139
|
-
"src/core/indexer.ts#content",
|
|
1140
|
-
"src/core/indexer.ts#hash",
|
|
1141
|
-
"src/core/indexer.ts#current",
|
|
1142
|
-
"src/core/indexer.ts#existing",
|
|
1143
|
-
"src/core/indexer.ts#relativePath",
|
|
1144
|
-
"src/core/indexer.ts#fileName",
|
|
1145
|
-
"src/core/indexer.ts#lastDot",
|
|
1146
|
-
"src/core/indexer.ts#extension",
|
|
1147
|
-
"src/core/indexer.ts#language",
|
|
1148
|
-
"src/core/indexer.ts#fileId",
|
|
1149
|
-
"src/core/indexer.ts#existingFile",
|
|
1150
|
-
"src/core/indexer.ts#symbols",
|
|
1151
|
-
"src/core/indexer.ts#sym",
|
|
1152
|
-
"src/core/indexer.ts#imports",
|
|
1153
|
-
"src/core/indexer.ts#imp",
|
|
1154
|
-
"src/core/indexer.ts#data",
|
|
1155
|
-
"src/core/indexer.ts#buffer",
|
|
1156
|
-
"src/core/indexer.ts#outputDir",
|
|
1157
|
-
"src/core/indexer.ts#defaultIgnored",
|
|
1158
|
-
"src/core/indexer.ts#existingTimer",
|
|
1159
|
-
"src/core/indexer.ts#timer",
|
|
1160
|
-
"src/core/indexer.ts#parseFileForSymbols",
|
|
1161
|
-
"src/core/indexer.ts#lines",
|
|
1162
|
-
"src/core/indexer.ts#parseJsTs",
|
|
1163
|
-
"src/core/indexer.ts#patterns",
|
|
1164
|
-
"src/core/indexer.ts#line",
|
|
1165
|
-
"src/core/indexer.ts#match",
|
|
1166
|
-
"src/core/indexer.ts#name",
|
|
1167
|
-
"src/core/indexer.ts#parsePython",
|
|
1168
|
-
"src/core/indexer.ts#classMatch",
|
|
1169
|
-
"src/core/indexer.ts#funcMatch",
|
|
1170
|
-
"src/core/indexer.ts#parseGo",
|
|
1171
|
-
"src/core/indexer.ts#typeMatch",
|
|
1172
|
-
"src/core/indexer.ts#parseJava",
|
|
1173
|
-
"src/core/indexer.ts#interfaceMatch",
|
|
1174
|
-
"src/core/indexer.ts#parseCSharp",
|
|
1175
|
-
"src/core/indexer.ts#parseRuby",
|
|
1176
|
-
"src/core/indexer.ts#parsePHP",
|
|
1177
|
-
"src/core/indexer.ts#parseSwift",
|
|
1178
|
-
"src/core/indexer.ts#parseKotlin",
|
|
1179
|
-
"src/core/indexer.ts#parseScala",
|
|
1180
|
-
"src/core/indexer.ts#parseRust",
|
|
1181
|
-
"src/core/indexer.ts#structMatch",
|
|
1182
|
-
"src/core/indexer.ts#parseApex",
|
|
1183
|
-
"src/core/indexer.ts#parseFileForImports",
|
|
1184
|
-
"src/core/indexer.ts#es6Matches",
|
|
1185
|
-
"src/core/indexer.ts#requireMatches",
|
|
1186
|
-
"src/core/indexer.ts#fromMatches",
|
|
1187
|
-
"src/core/indexer.ts#importMatches",
|
|
1188
|
-
"src/core/indexer.ts#computeFileHash",
|
|
1189
|
-
"src/core/indexer.ts#generateIndex",
|
|
1190
|
-
"src/core/indexer.ts#db",
|
|
1191
|
-
"src/core/indexer.ts#allFiles",
|
|
1192
|
-
"src/core/indexer.ts#fileIdMap",
|
|
1193
|
-
"src/core/indexer.ts#fileCount",
|
|
1194
|
-
"src/core/indexer.ts#filePath",
|
|
1195
|
-
"src/core/indexer.ts#hashData",
|
|
1196
|
-
"src/core/indexer.ts#EXAMPLE_QUERIES",
|
|
1197
|
-
"src/core/indexer.ts#FROM"
|
|
1198
|
-
],
|
|
1199
|
-
"module": "src"
|
|
1200
|
-
},
|
|
1201
|
-
"src/core/knowledgeGraphBuilder.ts": {
|
|
1202
|
-
"symbols": [
|
|
1203
|
-
"src/core/knowledgeGraphBuilder.ts#NodeType",
|
|
1204
|
-
"src/core/knowledgeGraphBuilder.ts#EdgeType",
|
|
1205
|
-
"src/core/knowledgeGraphBuilder.ts#KnowledgeNode",
|
|
1206
|
-
"src/core/knowledgeGraphBuilder.ts#KnowledgeEdge",
|
|
1207
|
-
"src/core/knowledgeGraphBuilder.ts#KnowledgeGraph",
|
|
1208
|
-
"src/core/knowledgeGraphBuilder.ts#loadFeatures",
|
|
1209
|
-
"src/core/knowledgeGraphBuilder.ts#featuresPath",
|
|
1210
|
-
"src/core/knowledgeGraphBuilder.ts#features",
|
|
1211
|
-
"src/core/knowledgeGraphBuilder.ts#file",
|
|
1212
|
-
"src/core/knowledgeGraphBuilder.ts#data",
|
|
1213
|
-
"src/core/knowledgeGraphBuilder.ts#loadFlows",
|
|
1214
|
-
"src/core/knowledgeGraphBuilder.ts#flowsPath",
|
|
1215
|
-
"src/core/knowledgeGraphBuilder.ts#flows",
|
|
1216
|
-
"src/core/knowledgeGraphBuilder.ts#loadGitActivity",
|
|
1217
|
-
"src/core/knowledgeGraphBuilder.ts#gitPath",
|
|
1218
|
-
"src/core/knowledgeGraphBuilder.ts#loadSymbols",
|
|
1219
|
-
"src/core/knowledgeGraphBuilder.ts#symbolsPath",
|
|
1220
|
-
"src/core/knowledgeGraphBuilder.ts#sym",
|
|
1221
|
-
"src/core/knowledgeGraphBuilder.ts#loadFiles",
|
|
1222
|
-
"src/core/knowledgeGraphBuilder.ts#filesPath",
|
|
1223
|
-
"src/core/knowledgeGraphBuilder.ts#createNodes",
|
|
1224
|
-
"src/core/knowledgeGraphBuilder.ts#nodes",
|
|
1225
|
-
"src/core/knowledgeGraphBuilder.ts#nodeIds",
|
|
1226
|
-
"src/core/knowledgeGraphBuilder.ts#addNode",
|
|
1227
|
-
"src/core/knowledgeGraphBuilder.ts#git",
|
|
1228
|
-
"src/core/knowledgeGraphBuilder.ts#createEdges",
|
|
1229
|
-
"src/core/knowledgeGraphBuilder.ts#edges",
|
|
1230
|
-
"src/core/knowledgeGraphBuilder.ts#edgeKeys",
|
|
1231
|
-
"src/core/knowledgeGraphBuilder.ts#addEdge",
|
|
1232
|
-
"src/core/knowledgeGraphBuilder.ts#key",
|
|
1233
|
-
"src/core/knowledgeGraphBuilder.ts#flow",
|
|
1234
|
-
"src/core/knowledgeGraphBuilder.ts#feature",
|
|
1235
|
-
"src/core/knowledgeGraphBuilder.ts#intersection",
|
|
1236
|
-
"src/core/knowledgeGraphBuilder.ts#buildKnowledgeGraph",
|
|
1237
|
-
"src/core/knowledgeGraphBuilder.ts#targetAiDir",
|
|
1238
|
-
"src/core/knowledgeGraphBuilder.ts#graphDir",
|
|
1239
|
-
"src/core/knowledgeGraphBuilder.ts#sources",
|
|
1240
|
-
"src/core/knowledgeGraphBuilder.ts#graph",
|
|
1241
|
-
"src/core/knowledgeGraphBuilder.ts#loadKnowledgeGraph",
|
|
1242
|
-
"src/core/knowledgeGraphBuilder.ts#graphPath",
|
|
1243
|
-
"src/core/knowledgeGraphBuilder.ts#getNodesByType",
|
|
1244
|
-
"src/core/knowledgeGraphBuilder.ts#getEdgesByType",
|
|
1245
|
-
"src/core/knowledgeGraphBuilder.ts#getNeighbors",
|
|
1246
|
-
"src/core/knowledgeGraphBuilder.ts#neighborIds",
|
|
1247
|
-
"src/core/knowledgeGraphBuilder.ts#edge"
|
|
1248
|
-
],
|
|
1249
|
-
"module": "src"
|
|
1250
|
-
},
|
|
1251
|
-
"src/core/lazyAnalyzer.ts": {
|
|
1252
|
-
"symbols": [
|
|
1253
|
-
"src/core/lazyAnalyzer.ts#MinimalIndex",
|
|
1254
|
-
"src/core/lazyAnalyzer.ts#LazyIndexState",
|
|
1255
|
-
"src/core/lazyAnalyzer.ts#buildMinimalIndex",
|
|
1256
|
-
"src/core/lazyAnalyzer.ts#scanResult",
|
|
1257
|
-
"src/core/lazyAnalyzer.ts#techStack",
|
|
1258
|
-
"src/core/lazyAnalyzer.ts#entrypoints",
|
|
1259
|
-
"src/core/lazyAnalyzer.ts#repoMap",
|
|
1260
|
-
"src/core/lazyAnalyzer.ts#minimalIndex",
|
|
1261
|
-
"src/core/lazyAnalyzer.ts#state",
|
|
1262
|
-
"src/core/lazyAnalyzer.ts#statePath",
|
|
1263
|
-
"src/core/lazyAnalyzer.ts#expandFeatureContext",
|
|
1264
|
-
"src/core/lazyAnalyzer.ts#symbols",
|
|
1265
|
-
"src/core/lazyAnalyzer.ts#featureSymbols",
|
|
1266
|
-
"src/core/lazyAnalyzer.ts#featureContextPath",
|
|
1267
|
-
"src/core/lazyAnalyzer.ts#featureContext",
|
|
1268
|
-
"src/core/lazyAnalyzer.ts#expandFlowContext",
|
|
1269
|
-
"src/core/lazyAnalyzer.ts#dependencies",
|
|
1270
|
-
"src/core/lazyAnalyzer.ts#flowFiles",
|
|
1271
|
-
"src/core/lazyAnalyzer.ts#flowContextPath",
|
|
1272
|
-
"src/core/lazyAnalyzer.ts#flowContext",
|
|
1273
|
-
"src/core/lazyAnalyzer.ts#expandFullContext",
|
|
1274
|
-
"src/core/lazyAnalyzer.ts#symbolsPath",
|
|
1275
|
-
"src/core/lazyAnalyzer.ts#depsPath",
|
|
1276
|
-
"src/core/lazyAnalyzer.ts#getLazyIndexState",
|
|
1277
|
-
"src/core/lazyAnalyzer.ts#hasMinimalIndex",
|
|
1278
|
-
"src/core/lazyAnalyzer.ts#loadMinimalIndex",
|
|
1279
|
-
"src/core/lazyAnalyzer.ts#indexPath"
|
|
1280
|
-
],
|
|
1281
|
-
"module": "src"
|
|
1282
|
-
},
|
|
1283
|
-
"src/core/moduleGraph.ts": {
|
|
1284
|
-
"symbols": [
|
|
1285
|
-
"src/core/moduleGraph.ts#Module",
|
|
1286
|
-
"src/core/moduleGraph.ts#Dependency",
|
|
1287
|
-
"src/core/moduleGraph.ts#ModuleGraph",
|
|
1288
|
-
"src/core/moduleGraph.ts#generateModuleGraph",
|
|
1289
|
-
"src/core/moduleGraph.ts#graphDir",
|
|
1290
|
-
"src/core/moduleGraph.ts#scanResult",
|
|
1291
|
-
"src/core/moduleGraph.ts#files",
|
|
1292
|
-
"src/core/moduleGraph.ts#moduleFiles",
|
|
1293
|
-
"src/core/moduleGraph.ts#moduleDeps",
|
|
1294
|
-
"src/core/moduleGraph.ts#file",
|
|
1295
|
-
"src/core/moduleGraph.ts#parts",
|
|
1296
|
-
"src/core/moduleGraph.ts#moduleName",
|
|
1297
|
-
"src/core/moduleGraph.ts#deps",
|
|
1298
|
-
"src/core/moduleGraph.ts#dep",
|
|
1299
|
-
"src/core/moduleGraph.ts#depModule",
|
|
1300
|
-
"src/core/moduleGraph.ts#modules",
|
|
1301
|
-
"src/core/moduleGraph.ts#dependencies",
|
|
1302
|
-
"src/core/moduleGraph.ts#to",
|
|
1303
|
-
"src/core/moduleGraph.ts#graph",
|
|
1304
|
-
"src/core/moduleGraph.ts#graphFile",
|
|
1305
|
-
"src/core/moduleGraph.ts#parseFileImports",
|
|
1306
|
-
"src/core/moduleGraph.ts#imports",
|
|
1307
|
-
"src/core/moduleGraph.ts#content",
|
|
1308
|
-
"src/core/moduleGraph.ts#ext",
|
|
1309
|
-
"src/core/moduleGraph.ts#es6Matches",
|
|
1310
|
-
"src/core/moduleGraph.ts#match",
|
|
1311
|
-
"src/core/moduleGraph.ts#requireMatches",
|
|
1312
|
-
"src/core/moduleGraph.ts#fromMatches",
|
|
1313
|
-
"src/core/moduleGraph.ts#importMatches",
|
|
1314
|
-
"src/core/moduleGraph.ts#useMatches",
|
|
1315
|
-
"src/core/moduleGraph.ts#getModuleFromPath",
|
|
1316
|
-
"src/core/moduleGraph.ts#loadModuleGraph"
|
|
1317
|
-
],
|
|
1318
|
-
"module": "src"
|
|
1319
|
-
},
|
|
1320
|
-
"src/core/repoMapper.ts": {
|
|
1321
|
-
"symbols": [
|
|
1322
|
-
"src/core/repoMapper.ts#RepoMapOptions",
|
|
1323
|
-
"src/core/repoMapper.ts#generateRepoMap",
|
|
1324
|
-
"src/core/repoMapper.ts#lines",
|
|
1325
|
-
"src/core/repoMapper.ts#grouped",
|
|
1326
|
-
"src/core/repoMapper.ts#sortedDirs",
|
|
1327
|
-
"src/core/repoMapper.ts#dir",
|
|
1328
|
-
"src/core/repoMapper.ts#dirFiles",
|
|
1329
|
-
"src/core/repoMapper.ts#file",
|
|
1330
|
-
"src/core/repoMapper.ts#ext",
|
|
1331
|
-
"src/core/repoMapper.ts#nameWithoutExt",
|
|
1332
|
-
"src/core/repoMapper.ts#indent",
|
|
1333
|
-
"src/core/repoMapper.ts#sortedExts",
|
|
1334
|
-
"src/core/repoMapper.ts#extFiles",
|
|
1335
|
-
"src/core/repoMapper.ts#generateCompactRepoMap",
|
|
1336
|
-
"src/core/repoMapper.ts#tree",
|
|
1337
|
-
"src/core/repoMapper.ts#TreeNode",
|
|
1338
|
-
"src/core/repoMapper.ts#buildTree",
|
|
1339
|
-
"src/core/repoMapper.ts#root",
|
|
1340
|
-
"src/core/repoMapper.ts#parts",
|
|
1341
|
-
"src/core/repoMapper.ts#current",
|
|
1342
|
-
"src/core/repoMapper.ts#part",
|
|
1343
|
-
"src/core/repoMapper.ts#isFile",
|
|
1344
|
-
"src/core/repoMapper.ts#renderTree",
|
|
1345
|
-
"src/core/repoMapper.ts#entries",
|
|
1346
|
-
"src/core/repoMapper.ts#dirs",
|
|
1347
|
-
"src/core/repoMapper.ts#files",
|
|
1348
|
-
"src/core/repoMapper.ts#allEntries",
|
|
1349
|
-
"src/core/repoMapper.ts#key",
|
|
1350
|
-
"src/core/repoMapper.ts#isLast",
|
|
1351
|
-
"src/core/repoMapper.ts#isDir",
|
|
1352
|
-
"src/core/repoMapper.ts#connector",
|
|
1353
|
-
"src/core/repoMapper.ts#newPrefix",
|
|
1354
|
-
"src/core/repoMapper.ts#generateSummary",
|
|
1355
|
-
"src/core/repoMapper.ts#total",
|
|
1356
|
-
"src/core/repoMapper.ts#byExt",
|
|
1357
|
-
"src/core/repoMapper.ts#extCounts",
|
|
1358
|
-
"src/core/repoMapper.ts#byDir",
|
|
1359
|
-
"src/core/repoMapper.ts#dirCounts"
|
|
1360
|
-
],
|
|
1361
|
-
"module": "src"
|
|
1362
|
-
},
|
|
1363
|
-
"src/core/repoScanner.ts": {
|
|
1364
|
-
"symbols": [
|
|
1365
|
-
"src/core/repoScanner.ts#FileInfo",
|
|
1366
|
-
"src/core/repoScanner.ts#ScanResult",
|
|
1367
|
-
"src/core/repoScanner.ts#scanRepo",
|
|
1368
|
-
"src/core/repoScanner.ts#absoluteFiles",
|
|
1369
|
-
"src/core/repoScanner.ts#files",
|
|
1370
|
-
"src/core/repoScanner.ts#directoryStructure",
|
|
1371
|
-
"src/core/repoScanner.ts#filePath",
|
|
1372
|
-
"src/core/repoScanner.ts#relativePath",
|
|
1373
|
-
"src/core/repoScanner.ts#parts",
|
|
1374
|
-
"src/core/repoScanner.ts#fileName",
|
|
1375
|
-
"src/core/repoScanner.ts#dirPath",
|
|
1376
|
-
"src/core/repoScanner.ts#getExtension",
|
|
1377
|
-
"src/core/repoScanner.ts#lastDot",
|
|
1378
|
-
"src/core/repoScanner.ts#groupByExtension",
|
|
1379
|
-
"src/core/repoScanner.ts#grouped",
|
|
1380
|
-
"src/core/repoScanner.ts#file",
|
|
1381
|
-
"src/core/repoScanner.ts#ext",
|
|
1382
|
-
"src/core/repoScanner.ts#groupByDirectory",
|
|
1383
|
-
"src/core/repoScanner.ts#topDir"
|
|
1384
|
-
],
|
|
1385
|
-
"module": "src"
|
|
1386
|
-
},
|
|
1387
|
-
"src/core/schema.ts": {
|
|
1388
|
-
"symbols": [
|
|
1389
|
-
"src/core/schema.ts#SCHEMA_VERSION",
|
|
1390
|
-
"src/core/schema.ts#GENERATED_BY",
|
|
1391
|
-
"src/core/schema.ts#SchemaInfo",
|
|
1392
|
-
"src/core/schema.ts#ProjectInfo",
|
|
1393
|
-
"src/core/schema.ts#ToolsInfo",
|
|
1394
|
-
"src/core/schema.ts#AISchema",
|
|
1395
|
-
"src/core/schema.ts#generateSchema",
|
|
1396
|
-
"src/core/schema.ts#schema",
|
|
1397
|
-
"src/core/schema.ts#generateProject",
|
|
1398
|
-
"src/core/schema.ts#name",
|
|
1399
|
-
"src/core/schema.ts#features",
|
|
1400
|
-
"src/core/schema.ts#featuresDir",
|
|
1401
|
-
"src/core/schema.ts#flows",
|
|
1402
|
-
"src/core/schema.ts#flowsDir",
|
|
1403
|
-
"src/core/schema.ts#languages",
|
|
1404
|
-
"src/core/schema.ts#frameworks",
|
|
1405
|
-
"src/core/schema.ts#techStackPath",
|
|
1406
|
-
"src/core/schema.ts#content",
|
|
1407
|
-
"src/core/schema.ts#langMatch",
|
|
1408
|
-
"src/core/schema.ts#fwMatch",
|
|
1409
|
-
"src/core/schema.ts#project",
|
|
1410
|
-
"src/core/schema.ts#generateTools",
|
|
1411
|
-
"src/core/schema.ts#tools",
|
|
1412
|
-
"src/core/schema.ts#generateAllSchema",
|
|
1413
|
-
"src/core/schema.ts#loadSchema",
|
|
1414
|
-
"src/core/schema.ts#loadProject",
|
|
1415
|
-
"src/core/schema.ts#loadTools",
|
|
1416
|
-
"src/core/schema.ts#loadFullSchema",
|
|
1417
|
-
"src/core/schema.ts#isCompatible",
|
|
1418
|
-
"src/core/schema.ts#validateSchema",
|
|
1419
|
-
"src/core/schema.ts#errors"
|
|
1420
|
-
],
|
|
1421
|
-
"module": "src"
|
|
1422
|
-
},
|
|
1423
|
-
"src/core/semanticContexts.ts": {
|
|
1424
|
-
"symbols": [
|
|
1425
|
-
"src/core/semanticContexts.ts#Feature",
|
|
1426
|
-
"src/core/semanticContexts.ts#Flow",
|
|
1427
|
-
"src/core/semanticContexts.ts#SemanticContexts",
|
|
1428
|
-
"src/core/semanticContexts.ts#CANDIDATE_ROOTS",
|
|
1429
|
-
"src/core/semanticContexts.ts#IGNORED_FOLDERS",
|
|
1430
|
-
"src/core/semanticContexts.ts#ENTRYPOINT_PATTERNS",
|
|
1431
|
-
"src/core/semanticContexts.ts#FLOW_ENTRY_PATTERNS",
|
|
1432
|
-
"src/core/semanticContexts.ts#FLOW_EXCLUDE",
|
|
1433
|
-
"src/core/semanticContexts.ts#LAYER_PATTERNS",
|
|
1434
|
-
"src/core/semanticContexts.ts#LAYER_PRIORITY",
|
|
1435
|
-
"src/core/semanticContexts.ts#MAX_FLOW_DEPTH",
|
|
1436
|
-
"src/core/semanticContexts.ts#MAX_FLOW_FILES",
|
|
1437
|
-
"src/core/semanticContexts.ts#SOURCE_EXTENSIONS",
|
|
1438
|
-
"src/core/semanticContexts.ts#isSourceFile",
|
|
1439
|
-
"src/core/semanticContexts.ts#ext",
|
|
1440
|
-
"src/core/semanticContexts.ts#isEntrypoint",
|
|
1441
|
-
"src/core/semanticContexts.ts#lower",
|
|
1442
|
-
"src/core/semanticContexts.ts#basename",
|
|
1443
|
-
"src/core/semanticContexts.ts#isFlowEntrypoint",
|
|
1444
|
-
"src/core/semanticContexts.ts#isIgnoredFolder",
|
|
1445
|
-
"src/core/semanticContexts.ts#isFlowExcluded",
|
|
1446
|
-
"src/core/semanticContexts.ts#getLayer",
|
|
1447
|
-
"src/core/semanticContexts.ts#parts",
|
|
1448
|
-
"src/core/semanticContexts.ts#getLayerPriority",
|
|
1449
|
-
"src/core/semanticContexts.ts#name",
|
|
1450
|
-
"src/core/semanticContexts.ts#findFeatureCandidates",
|
|
1451
|
-
"src/core/semanticContexts.ts#candidates",
|
|
1452
|
-
"src/core/semanticContexts.ts#file",
|
|
1453
|
-
"src/core/semanticContexts.ts#rootIdx",
|
|
1454
|
-
"src/core/semanticContexts.ts#depth0FeatureIdx",
|
|
1455
|
-
"src/core/semanticContexts.ts#featureName0",
|
|
1456
|
-
"src/core/semanticContexts.ts#featurePath0",
|
|
1457
|
-
"src/core/semanticContexts.ts#depth",
|
|
1458
|
-
"src/core/semanticContexts.ts#featureIdx",
|
|
1459
|
-
"src/core/semanticContexts.ts#featureName",
|
|
1460
|
-
"src/core/semanticContexts.ts#featurePath",
|
|
1461
|
-
"src/core/semanticContexts.ts#getFeatureDependencies",
|
|
1462
|
-
"src/core/semanticContexts.ts#deps",
|
|
1463
|
-
"src/core/semanticContexts.ts#featureFiles",
|
|
1464
|
-
"src/core/semanticContexts.ts#generateFeatures",
|
|
1465
|
-
"src/core/semanticContexts.ts#features",
|
|
1466
|
-
"src/core/semanticContexts.ts#modules",
|
|
1467
|
-
"src/core/semanticContexts.ts#data",
|
|
1468
|
-
"src/core/semanticContexts.ts#files",
|
|
1469
|
-
"src/core/semanticContexts.ts#sourceFiles",
|
|
1470
|
-
"src/core/semanticContexts.ts#entrypoints",
|
|
1471
|
-
"src/core/semanticContexts.ts#flowsFromGraph",
|
|
1472
|
-
"src/core/semanticContexts.ts#flows",
|
|
1473
|
-
"src/core/semanticContexts.ts#bySymbol",
|
|
1474
|
-
"src/core/semanticContexts.ts#ep",
|
|
1475
|
-
"src/core/semanticContexts.ts#visited",
|
|
1476
|
-
"src/core/semanticContexts.ts#fileSet",
|
|
1477
|
-
"src/core/semanticContexts.ts#layerSet",
|
|
1478
|
-
"src/core/semanticContexts.ts#traverse",
|
|
1479
|
-
"src/core/semanticContexts.ts#symbol",
|
|
1480
|
-
"src/core/semanticContexts.ts#flowsFromFolders",
|
|
1481
|
-
"src/core/semanticContexts.ts#byFeature",
|
|
1482
|
-
"src/core/semanticContexts.ts#baseName",
|
|
1483
|
-
"src/core/semanticContexts.ts#feature",
|
|
1484
|
-
"src/core/semanticContexts.ts#key",
|
|
1485
|
-
"src/core/semanticContexts.ts#hasEntrypoint",
|
|
1486
|
-
"src/core/semanticContexts.ts#layers",
|
|
1487
|
-
"src/core/semanticContexts.ts#sorted",
|
|
1488
|
-
"src/core/semanticContexts.ts#entrypoint",
|
|
1489
|
-
"src/core/semanticContexts.ts#flowsFromImports",
|
|
1490
|
-
"src/core/semanticContexts.ts#importsTo",
|
|
1491
|
-
"src/core/semanticContexts.ts#imp",
|
|
1492
|
-
"src/core/semanticContexts.ts#generateFlows",
|
|
1493
|
-
"src/core/semanticContexts.ts#graphData",
|
|
1494
|
-
"src/core/semanticContexts.ts#allFiles",
|
|
1495
|
-
"src/core/semanticContexts.ts#relationshipCount",
|
|
1496
|
-
"src/core/semanticContexts.ts#symbolCount",
|
|
1497
|
-
"src/core/semanticContexts.ts#density",
|
|
1498
|
-
"src/core/semanticContexts.ts#isWeakGraph",
|
|
1499
|
-
"src/core/semanticContexts.ts#seen",
|
|
1500
|
-
"src/core/semanticContexts.ts#generateSemanticContexts",
|
|
1501
|
-
"src/core/semanticContexts.ts#featuresDir",
|
|
1502
|
-
"src/core/semanticContexts.ts#flowsDir",
|
|
1503
|
-
"src/core/semanticContexts.ts#modulesPath",
|
|
1504
|
-
"src/core/semanticContexts.ts#symbolsPath",
|
|
1505
|
-
"src/core/semanticContexts.ts#graphPath",
|
|
1506
|
-
"src/core/semanticContexts.ts#dependenciesPath",
|
|
1507
|
-
"src/core/semanticContexts.ts#filePath",
|
|
1508
|
-
"src/core/semanticContexts.ts#flow"
|
|
1509
|
-
],
|
|
1510
|
-
"module": "src"
|
|
1511
|
-
},
|
|
1512
|
-
"src/core/symbolGraph.ts": {
|
|
1513
|
-
"symbols": [
|
|
1514
|
-
"src/core/symbolGraph.ts#RelationshipType",
|
|
1515
|
-
"src/core/symbolGraph.ts#SymbolRelationship",
|
|
1516
|
-
"src/core/symbolGraph.ts#SymbolGraph",
|
|
1517
|
-
"src/core/symbolGraph.ts#SymbolReferences",
|
|
1518
|
-
"src/core/symbolGraph.ts#FileIndex",
|
|
1519
|
-
"src/core/symbolGraph.ts#IndexCache",
|
|
1520
|
-
"src/core/symbolGraph.ts#generateSymbolGraph",
|
|
1521
|
-
"src/core/symbolGraph.ts#graphDir",
|
|
1522
|
-
"src/core/symbolGraph.ts#scanResult",
|
|
1523
|
-
"src/core/symbolGraph.ts#files",
|
|
1524
|
-
"src/core/symbolGraph.ts#cache",
|
|
1525
|
-
"src/core/symbolGraph.ts#changedFiles",
|
|
1526
|
-
"src/core/symbolGraph.ts#symbolsAnalysis",
|
|
1527
|
-
"src/core/symbolGraph.ts#symbols",
|
|
1528
|
-
"src/core/symbolGraph.ts#depsAnalysis",
|
|
1529
|
-
"src/core/symbolGraph.ts#relationships",
|
|
1530
|
-
"src/core/symbolGraph.ts#bySymbol",
|
|
1531
|
-
"src/core/symbolGraph.ts#rel",
|
|
1532
|
-
"src/core/symbolGraph.ts#graph",
|
|
1533
|
-
"src/core/symbolGraph.ts#graphFile",
|
|
1534
|
-
"src/core/symbolGraph.ts#reverseRefs",
|
|
1535
|
-
"src/core/symbolGraph.ts#refsFile",
|
|
1536
|
-
"src/core/symbolGraph.ts#fileIndex",
|
|
1537
|
-
"src/core/symbolGraph.ts#filesIndexFile",
|
|
1538
|
-
"src/core/symbolGraph.ts#buildSymbolRelationships",
|
|
1539
|
-
"src/core/symbolGraph.ts#symbolMap",
|
|
1540
|
-
"src/core/symbolGraph.ts#sym",
|
|
1541
|
-
"src/core/symbolGraph.ts#dep",
|
|
1542
|
-
"src/core/symbolGraph.ts#sourceSymbols",
|
|
1543
|
-
"src/core/symbolGraph.ts#targetSymbol",
|
|
1544
|
-
"src/core/symbolGraph.ts#source",
|
|
1545
|
-
"src/core/symbolGraph.ts#calls",
|
|
1546
|
-
"src/core/symbolGraph.ts#file",
|
|
1547
|
-
"src/core/symbolGraph.ts#content",
|
|
1548
|
-
"src/core/symbolGraph.ts#fileSymbols",
|
|
1549
|
-
"src/core/symbolGraph.ts#foundRelationships",
|
|
1550
|
-
"src/core/symbolGraph.ts#exportsRels",
|
|
1551
|
-
"src/core/symbolGraph.ts#findTargetSymbol",
|
|
1552
|
-
"src/core/symbolGraph.ts#target",
|
|
1553
|
-
"src/core/symbolGraph.ts#targetName",
|
|
1554
|
-
"src/core/symbolGraph.ts#fileName",
|
|
1555
|
-
"src/core/symbolGraph.ts#analyzeFileRelationships",
|
|
1556
|
-
"src/core/symbolGraph.ts#ext",
|
|
1557
|
-
"src/core/symbolGraph.ts#call",
|
|
1558
|
-
"src/core/symbolGraph.ts#caller",
|
|
1559
|
-
"src/core/symbolGraph.ts#callee",
|
|
1560
|
-
"src/core/symbolGraph.ts#instantiates",
|
|
1561
|
-
"src/core/symbolGraph.ts#inst",
|
|
1562
|
-
"src/core/symbolGraph.ts#instantiated",
|
|
1563
|
-
"src/core/symbolGraph.ts#extendsRels",
|
|
1564
|
-
"src/core/symbolGraph.ts#subclass",
|
|
1565
|
-
"src/core/symbolGraph.ts#superclass",
|
|
1566
|
-
"src/core/symbolGraph.ts#implementsRels",
|
|
1567
|
-
"src/core/symbolGraph.ts#impl",
|
|
1568
|
-
"src/core/symbolGraph.ts#implClass",
|
|
1569
|
-
"src/core/symbolGraph.ts#interfaceSym",
|
|
1570
|
-
"src/core/symbolGraph.ts#references",
|
|
1571
|
-
"src/core/symbolGraph.ts#ref",
|
|
1572
|
-
"src/core/symbolGraph.ts#referencer",
|
|
1573
|
-
"src/core/symbolGraph.ts#referenced",
|
|
1574
|
-
"src/core/symbolGraph.ts#findFunctionCalls",
|
|
1575
|
-
"src/core/symbolGraph.ts#callMatches",
|
|
1576
|
-
"src/core/symbolGraph.ts#match",
|
|
1577
|
-
"src/core/symbolGraph.ts#findInstantiates",
|
|
1578
|
-
"src/core/symbolGraph.ts#matches",
|
|
1579
|
-
"src/core/symbolGraph.ts#findExtends",
|
|
1580
|
-
"src/core/symbolGraph.ts#findImplements",
|
|
1581
|
-
"src/core/symbolGraph.ts#findReferences",
|
|
1582
|
-
"src/core/symbolGraph.ts#definedNames",
|
|
1583
|
-
"src/core/symbolGraph.ts#varUsages",
|
|
1584
|
-
"src/core/symbolGraph.ts#varName",
|
|
1585
|
-
"src/core/symbolGraph.ts#value",
|
|
1586
|
-
"src/core/symbolGraph.ts#buildBidirectionalRelationships",
|
|
1587
|
-
"src/core/symbolGraph.ts#callsMap",
|
|
1588
|
-
"src/core/symbolGraph.ts#callerId",
|
|
1589
|
-
"src/core/symbolGraph.ts#exists",
|
|
1590
|
-
"src/core/symbolGraph.ts#buildExportRelationships",
|
|
1591
|
-
"src/core/symbolGraph.ts#exportedSymbols",
|
|
1592
|
-
"src/core/symbolGraph.ts#generateReverseReferences",
|
|
1593
|
-
"src/core/symbolGraph.ts#refs",
|
|
1594
|
-
"src/core/symbolGraph.ts#generateFileIndex",
|
|
1595
|
-
"src/core/symbolGraph.ts#index",
|
|
1596
|
-
"src/core/symbolGraph.ts#filePath",
|
|
1597
|
-
"src/core/symbolGraph.ts#module",
|
|
1598
|
-
"src/core/symbolGraph.ts#loadCache",
|
|
1599
|
-
"src/core/symbolGraph.ts#cacheFile",
|
|
1600
|
-
"src/core/symbolGraph.ts#getChangedFiles",
|
|
1601
|
-
"src/core/symbolGraph.ts#changed",
|
|
1602
|
-
"src/core/symbolGraph.ts#cached",
|
|
1603
|
-
"src/core/symbolGraph.ts#stats",
|
|
1604
|
-
"src/core/symbolGraph.ts#currentHash",
|
|
1605
|
-
"src/core/symbolGraph.ts#saveCache",
|
|
1606
|
-
"src/core/symbolGraph.ts#hashData",
|
|
1607
|
-
"src/core/symbolGraph.ts#computeFileHash",
|
|
1608
|
-
"src/core/symbolGraph.ts#loadSymbolGraph",
|
|
1609
|
-
"src/core/symbolGraph.ts#loadSymbolReferences",
|
|
1610
|
-
"src/core/symbolGraph.ts#loadFileIndex",
|
|
1611
|
-
"src/core/symbolGraph.ts#indexFile",
|
|
1612
|
-
"src/core/symbolGraph.ts#getSymbolContext",
|
|
1613
|
-
"src/core/symbolGraph.ts#getSymbolReferrers"
|
|
1614
|
-
],
|
|
1615
|
-
"module": "src"
|
|
1616
|
-
},
|
|
1617
|
-
"src/types/sql.js.d.ts": {
|
|
1618
|
-
"symbols": [
|
|
1619
|
-
"src/types/sql.js.d.ts#Database",
|
|
1620
|
-
"src/types/sql.js.d.ts#QueryExecResult",
|
|
1621
|
-
"src/types/sql.js.d.ts#SqlJsStatic",
|
|
1622
|
-
"src/types/sql.js.d.ts#initSqlJs"
|
|
1623
|
-
],
|
|
1624
|
-
"module": "src"
|
|
1625
|
-
},
|
|
1626
|
-
"src/utils/fileUtils.ts": {
|
|
1627
|
-
"symbols": [
|
|
1628
|
-
"src/utils/fileUtils.ts#DEFAULT_EXCLUDE_PATTERNS",
|
|
1629
|
-
"src/utils/fileUtils.ts#DEFAULT_INCLUDE_EXTENSIONS",
|
|
1630
|
-
"src/utils/fileUtils.ts#getAllFiles",
|
|
1631
|
-
"src/utils/fileUtils.ts#files",
|
|
1632
|
-
"src/utils/fileUtils.ts#walk",
|
|
1633
|
-
"src/utils/fileUtils.ts#entries",
|
|
1634
|
-
"src/utils/fileUtils.ts#entry",
|
|
1635
|
-
"src/utils/fileUtils.ts#fullPath",
|
|
1636
|
-
"src/utils/fileUtils.ts#ext",
|
|
1637
|
-
"src/utils/fileUtils.ts#ensureDir",
|
|
1638
|
-
"src/utils/fileUtils.ts#writeFile",
|
|
1639
|
-
"src/utils/fileUtils.ts#readFile",
|
|
1640
|
-
"src/utils/fileUtils.ts#getRelativePath",
|
|
1641
|
-
"src/utils/fileUtils.ts#readJsonFile",
|
|
1642
|
-
"src/utils/fileUtils.ts#content"
|
|
1643
|
-
],
|
|
1644
|
-
"module": "src"
|
|
1645
|
-
},
|
|
1646
|
-
"test-projects/express-api/controllers/authController.js": {
|
|
1647
|
-
"symbols": [
|
|
1648
|
-
"test-projects/express-api/controllers/authController.js#jwt",
|
|
1649
|
-
"test-projects/express-api/controllers/authController.js#authService",
|
|
1650
|
-
"test-projects/express-api/controllers/authController.js#SECRET",
|
|
1651
|
-
"test-projects/express-api/controllers/authController.js#login",
|
|
1652
|
-
"test-projects/express-api/controllers/authController.js#user",
|
|
1653
|
-
"test-projects/express-api/controllers/authController.js#token",
|
|
1654
|
-
"test-projects/express-api/controllers/authController.js#register"
|
|
1655
|
-
],
|
|
1656
|
-
"module": "test-projects"
|
|
1657
|
-
},
|
|
1658
|
-
"test-projects/express-api/controllers/userController.js": {
|
|
1659
|
-
"symbols": [
|
|
1660
|
-
"test-projects/express-api/controllers/userController.js#userService",
|
|
1661
|
-
"test-projects/express-api/controllers/userController.js#getAll",
|
|
1662
|
-
"test-projects/express-api/controllers/userController.js#users",
|
|
1663
|
-
"test-projects/express-api/controllers/userController.js#getById",
|
|
1664
|
-
"test-projects/express-api/controllers/userController.js#user",
|
|
1665
|
-
"test-projects/express-api/controllers/userController.js#create",
|
|
1666
|
-
"test-projects/express-api/controllers/userController.js#update",
|
|
1667
|
-
"test-projects/express-api/controllers/userController.js#remove"
|
|
1668
|
-
],
|
|
1669
|
-
"module": "test-projects"
|
|
1670
|
-
},
|
|
1671
|
-
"test-projects/express-api/index.js": {
|
|
1672
|
-
"symbols": [
|
|
1673
|
-
"test-projects/express-api/index.js#express",
|
|
1674
|
-
"test-projects/express-api/index.js#authController",
|
|
1675
|
-
"test-projects/express-api/index.js#userController",
|
|
1676
|
-
"test-projects/express-api/index.js#app",
|
|
1677
|
-
"test-projects/express-api/index.js#PORT"
|
|
1678
|
-
],
|
|
1679
|
-
"module": "test-projects"
|
|
1680
|
-
},
|
|
1681
|
-
"test-projects/express-api/middleware/authMiddleware.js": {
|
|
1682
|
-
"symbols": [
|
|
1683
|
-
"test-projects/express-api/middleware/authMiddleware.js#jwt",
|
|
1684
|
-
"test-projects/express-api/middleware/authMiddleware.js#SECRET",
|
|
1685
|
-
"test-projects/express-api/middleware/authMiddleware.js#authenticate",
|
|
1686
|
-
"test-projects/express-api/middleware/authMiddleware.js#token",
|
|
1687
|
-
"test-projects/express-api/middleware/authMiddleware.js#decoded",
|
|
1688
|
-
"test-projects/express-api/middleware/authMiddleware.js#authorize"
|
|
1689
|
-
],
|
|
1690
|
-
"module": "test-projects"
|
|
1691
|
-
},
|
|
1692
|
-
"test-projects/express-api/models/userRepository.js": {
|
|
1693
|
-
"symbols": [
|
|
1694
|
-
"test-projects/express-api/models/userRepository.js#users",
|
|
1695
|
-
"test-projects/express-api/models/userRepository.js#db",
|
|
1696
|
-
"test-projects/express-api/models/userRepository.js#findAll",
|
|
1697
|
-
"test-projects/express-api/models/userRepository.js#findById",
|
|
1698
|
-
"test-projects/express-api/models/userRepository.js#findByEmail",
|
|
1699
|
-
"test-projects/express-api/models/userRepository.js#create",
|
|
1700
|
-
"test-projects/express-api/models/userRepository.js#user",
|
|
1701
|
-
"test-projects/express-api/models/userRepository.js#update",
|
|
1702
|
-
"test-projects/express-api/models/userRepository.js#index",
|
|
1703
|
-
"test-projects/express-api/models/userRepository.js#delete"
|
|
1704
|
-
],
|
|
1705
|
-
"module": "test-projects"
|
|
1706
|
-
},
|
|
1707
|
-
"test-projects/express-api/services/authService.js": {
|
|
1708
|
-
"symbols": [
|
|
1709
|
-
"test-projects/express-api/services/authService.js#bcrypt",
|
|
1710
|
-
"test-projects/express-api/services/authService.js#userRepository",
|
|
1711
|
-
"test-projects/express-api/services/authService.js#verifyCredentials",
|
|
1712
|
-
"test-projects/express-api/services/authService.js#user",
|
|
1713
|
-
"test-projects/express-api/services/authService.js#valid",
|
|
1714
|
-
"test-projects/express-api/services/authService.js#createUser",
|
|
1715
|
-
"test-projects/express-api/services/authService.js#hashedPassword"
|
|
1716
|
-
],
|
|
1717
|
-
"module": "test-projects"
|
|
1718
|
-
},
|
|
1719
|
-
"test-projects/express-api/services/userService.js": {
|
|
1720
|
-
"symbols": [
|
|
1721
|
-
"test-projects/express-api/services/userService.js#UserService",
|
|
1722
|
-
"test-projects/express-api/services/userService.js#repository"
|
|
1723
|
-
],
|
|
1724
|
-
"module": "test-projects"
|
|
1725
|
-
},
|
|
1726
|
-
"test-projects/nestjs-backend/src/app.module.ts": {
|
|
1727
|
-
"symbols": [
|
|
1728
|
-
"test-projects/nestjs-backend/src/app.module.ts#AppModule"
|
|
1729
|
-
],
|
|
1730
|
-
"module": "test-projects"
|
|
1731
|
-
},
|
|
1732
|
-
"test-projects/nestjs-backend/src/auth/auth.controller.ts": {
|
|
1733
|
-
"symbols": [
|
|
1734
|
-
"test-projects/nestjs-backend/src/auth/auth.controller.ts#AuthController",
|
|
1735
|
-
"test-projects/nestjs-backend/src/auth/auth.controller.ts#user"
|
|
1736
|
-
],
|
|
1737
|
-
"module": "test-projects"
|
|
1738
|
-
},
|
|
1739
|
-
"test-projects/nestjs-backend/src/auth/auth.module.ts": {
|
|
1740
|
-
"symbols": [
|
|
1741
|
-
"test-projects/nestjs-backend/src/auth/auth.module.ts#AuthModule"
|
|
1742
|
-
],
|
|
1743
|
-
"module": "test-projects"
|
|
1744
|
-
},
|
|
1745
|
-
"test-projects/nestjs-backend/src/auth/auth.service.ts": {
|
|
1746
|
-
"symbols": [
|
|
1747
|
-
"test-projects/nestjs-backend/src/auth/auth.service.ts#AuthService",
|
|
1748
|
-
"test-projects/nestjs-backend/src/auth/auth.service.ts#payload"
|
|
1749
|
-
],
|
|
1750
|
-
"module": "test-projects"
|
|
1751
|
-
},
|
|
1752
|
-
"test-projects/nestjs-backend/src/auth/dto/login.dto.ts": {
|
|
1753
|
-
"symbols": [
|
|
1754
|
-
"test-projects/nestjs-backend/src/auth/dto/login.dto.ts#LoginDto"
|
|
1755
|
-
],
|
|
1756
|
-
"module": "test-projects"
|
|
1757
|
-
},
|
|
1758
|
-
"test-projects/nestjs-backend/src/auth/strategies/jwt.strategy.ts": {
|
|
1759
|
-
"symbols": [
|
|
1760
|
-
"test-projects/nestjs-backend/src/auth/strategies/jwt.strategy.ts#JwtStrategy"
|
|
1761
|
-
],
|
|
1762
|
-
"module": "test-projects"
|
|
1763
|
-
},
|
|
1764
|
-
"test-projects/nestjs-backend/src/main.ts": {
|
|
1765
|
-
"symbols": [
|
|
1766
|
-
"test-projects/nestjs-backend/src/main.ts#bootstrap",
|
|
1767
|
-
"test-projects/nestjs-backend/src/main.ts#app"
|
|
1768
|
-
],
|
|
1769
|
-
"module": "test-projects"
|
|
1770
|
-
},
|
|
1771
|
-
"test-projects/nestjs-backend/src/users/users.controller.ts": {
|
|
1772
|
-
"symbols": [
|
|
1773
|
-
"test-projects/nestjs-backend/src/users/users.controller.ts#UsersController"
|
|
1774
|
-
],
|
|
1775
|
-
"module": "test-projects"
|
|
1776
|
-
},
|
|
1777
|
-
"test-projects/nestjs-backend/src/users/users.module.ts": {
|
|
1778
|
-
"symbols": [
|
|
1779
|
-
"test-projects/nestjs-backend/src/users/users.module.ts#UsersModule"
|
|
1780
|
-
],
|
|
1781
|
-
"module": "test-projects"
|
|
1782
|
-
},
|
|
1783
|
-
"test-projects/nestjs-backend/src/users/users.service.ts": {
|
|
1784
|
-
"symbols": [
|
|
1785
|
-
"test-projects/nestjs-backend/src/users/users.service.ts#User",
|
|
1786
|
-
"test-projects/nestjs-backend/src/users/users.service.ts#UsersService",
|
|
1787
|
-
"test-projects/nestjs-backend/src/users/users.service.ts#user",
|
|
1788
|
-
"test-projects/nestjs-backend/src/users/users.service.ts#index"
|
|
1789
|
-
],
|
|
1790
|
-
"module": "test-projects"
|
|
1791
|
-
},
|
|
1792
|
-
"test-projects/python-cli/cli/add_command.py": {
|
|
1793
|
-
"symbols": [
|
|
1794
|
-
"test-projects/python-cli/cli/add_command.py#execute"
|
|
1795
|
-
],
|
|
1796
|
-
"module": "test-projects"
|
|
1797
|
-
},
|
|
1798
|
-
"test-projects/python-cli/cli/list_command.py": {
|
|
1799
|
-
"symbols": [
|
|
1800
|
-
"test-projects/python-cli/cli/list_command.py#execute"
|
|
1801
|
-
],
|
|
1802
|
-
"module": "test-projects"
|
|
1803
|
-
},
|
|
1804
|
-
"test-projects/python-cli/cli/remove_command.py": {
|
|
1805
|
-
"symbols": [
|
|
1806
|
-
"test-projects/python-cli/cli/remove_command.py#execute"
|
|
1807
|
-
],
|
|
1808
|
-
"module": "test-projects"
|
|
1809
|
-
},
|
|
1810
|
-
"test-projects/python-cli/main.py": {
|
|
1811
|
-
"symbols": [
|
|
1812
|
-
"test-projects/python-cli/main.py#main"
|
|
1813
|
-
],
|
|
1814
|
-
"module": "test-projects"
|
|
1815
|
-
},
|
|
1816
|
-
"test-projects/python-cli/models/task.py": {
|
|
1817
|
-
"symbols": [
|
|
1818
|
-
"test-projects/python-cli/models/task.py#Task",
|
|
1819
|
-
"test-projects/python-cli/models/task.py#__init__",
|
|
1820
|
-
"test-projects/python-cli/models/task.py#to_dict"
|
|
1821
|
-
],
|
|
1822
|
-
"module": "test-projects"
|
|
1823
|
-
},
|
|
1824
|
-
"test-projects/python-cli/models/task_repository.py": {
|
|
1825
|
-
"symbols": [
|
|
1826
|
-
"test-projects/python-cli/models/task_repository.py#TaskRepository",
|
|
1827
|
-
"test-projects/python-cli/models/task_repository.py#__init__",
|
|
1828
|
-
"test-projects/python-cli/models/task_repository.py#create",
|
|
1829
|
-
"test-projects/python-cli/models/task_repository.py#find_all",
|
|
1830
|
-
"test-projects/python-cli/models/task_repository.py#find_by_id",
|
|
1831
|
-
"test-projects/python-cli/models/task_repository.py#update",
|
|
1832
|
-
"test-projects/python-cli/models/task_repository.py#delete"
|
|
1833
|
-
],
|
|
1834
|
-
"module": "test-projects"
|
|
1835
|
-
},
|
|
1836
|
-
"test-projects/react-app/src/App.tsx": {
|
|
1837
|
-
"symbols": [
|
|
1838
|
-
"test-projects/react-app/src/App.tsx#App"
|
|
1839
|
-
],
|
|
1840
|
-
"module": "test-projects"
|
|
1841
|
-
},
|
|
1842
|
-
"test-projects/react-app/src/context/AuthContext.tsx": {
|
|
1843
|
-
"symbols": [
|
|
1844
|
-
"test-projects/react-app/src/context/AuthContext.tsx#User",
|
|
1845
|
-
"test-projects/react-app/src/context/AuthContext.tsx#AuthContextType",
|
|
1846
|
-
"test-projects/react-app/src/context/AuthContext.tsx#login",
|
|
1847
|
-
"test-projects/react-app/src/context/AuthContext.tsx#logout",
|
|
1848
|
-
"test-projects/react-app/src/context/AuthContext.tsx#AuthContext",
|
|
1849
|
-
"test-projects/react-app/src/context/AuthContext.tsx#AuthProvider",
|
|
1850
|
-
"test-projects/react-app/src/context/AuthContext.tsx#response",
|
|
1851
|
-
"test-projects/react-app/src/context/AuthContext.tsx#data"
|
|
1852
|
-
],
|
|
1853
|
-
"module": "test-projects"
|
|
1854
|
-
},
|
|
1855
|
-
"test-projects/react-app/src/hooks/useAuth.ts": {
|
|
1856
|
-
"symbols": [
|
|
1857
|
-
"test-projects/react-app/src/hooks/useAuth.ts#useAuth",
|
|
1858
|
-
"test-projects/react-app/src/hooks/useAuth.ts#context"
|
|
1859
|
-
],
|
|
1860
|
-
"module": "test-projects"
|
|
1861
|
-
},
|
|
1862
|
-
"test-projects/react-app/src/main.tsx": {
|
|
1863
|
-
"symbols": [
|
|
1864
|
-
"test-projects/react-app/src/main.tsx#root"
|
|
1865
|
-
],
|
|
1866
|
-
"module": "test-projects"
|
|
1867
|
-
},
|
|
1868
|
-
"test-projects/react-app/src/pages/DashboardPage.tsx": {
|
|
1869
|
-
"symbols": [
|
|
1870
|
-
"test-projects/react-app/src/pages/DashboardPage.tsx#DashboardPage"
|
|
1871
|
-
],
|
|
1872
|
-
"module": "test-projects"
|
|
1873
|
-
},
|
|
1874
|
-
"test-projects/react-app/src/pages/LoginPage.tsx": {
|
|
1875
|
-
"symbols": [
|
|
1876
|
-
"test-projects/react-app/src/pages/LoginPage.tsx#LoginPage",
|
|
1877
|
-
"test-projects/react-app/src/pages/LoginPage.tsx#navigate",
|
|
1878
|
-
"test-projects/react-app/src/pages/LoginPage.tsx#handleSubmit"
|
|
1879
|
-
],
|
|
1880
|
-
"module": "test-projects"
|
|
1881
|
-
},
|
|
1882
|
-
"test-projects/react-app/src/pages/UsersPage.tsx": {
|
|
1883
|
-
"symbols": [
|
|
1884
|
-
"test-projects/react-app/src/pages/UsersPage.tsx#UsersPage",
|
|
1885
|
-
"test-projects/react-app/src/pages/UsersPage.tsx#fetchUsers",
|
|
1886
|
-
"test-projects/react-app/src/pages/UsersPage.tsx#response",
|
|
1887
|
-
"test-projects/react-app/src/pages/UsersPage.tsx#data"
|
|
1888
|
-
],
|
|
1889
|
-
"module": "test-projects"
|
|
1890
|
-
},
|
|
1891
|
-
"test-projects/react-app/src/services/userService.ts": {
|
|
1892
|
-
"symbols": [
|
|
1893
|
-
"test-projects/react-app/src/services/userService.ts#User",
|
|
1894
|
-
"test-projects/react-app/src/services/userService.ts#fetchUsers",
|
|
1895
|
-
"test-projects/react-app/src/services/userService.ts#response",
|
|
1896
|
-
"test-projects/react-app/src/services/userService.ts#fetchUser",
|
|
1897
|
-
"test-projects/react-app/src/services/userService.ts#createUser",
|
|
1898
|
-
"test-projects/react-app/src/services/userService.ts#updateUser",
|
|
1899
|
-
"test-projects/react-app/src/services/userService.ts#deleteUser"
|
|
1900
|
-
],
|
|
1901
|
-
"module": "test-projects"
|
|
1902
|
-
},
|
|
1903
|
-
"tests/adapters.test.ts": {
|
|
1904
|
-
"symbols": [
|
|
1905
|
-
"tests/adapters.test.ts#createTempProjectDir",
|
|
1906
|
-
"tests/adapters.test.ts#tempDir",
|
|
1907
|
-
"tests/adapters.test.ts#fullPath",
|
|
1908
|
-
"tests/adapters.test.ts#dir",
|
|
1909
|
-
"tests/adapters.test.ts#projectDir",
|
|
1910
|
-
"tests/adapters.test.ts#adapter",
|
|
1911
|
-
"tests/adapters.test.ts#ApplicationController",
|
|
1912
|
-
"tests/adapters.test.ts#Test",
|
|
1913
|
-
"tests/adapters.test.ts#Startup",
|
|
1914
|
-
"tests/adapters.test.ts#results",
|
|
1915
|
-
"tests/adapters.test.ts#adapters"
|
|
1916
|
-
],
|
|
1917
|
-
"module": "tests"
|
|
1918
|
-
},
|
|
1919
|
-
"tests/gitAnalyzer.test.ts": {
|
|
1920
|
-
"symbols": [
|
|
1921
|
-
"tests/gitAnalyzer.test.ts#testRepoRoot",
|
|
1922
|
-
"tests/gitAnalyzer.test.ts#tempDir",
|
|
1923
|
-
"tests/gitAnalyzer.test.ts#commits",
|
|
1924
|
-
"tests/gitAnalyzer.test.ts#files",
|
|
1925
|
-
"tests/gitAnalyzer.test.ts#features",
|
|
1926
|
-
"tests/gitAnalyzer.test.ts#flows",
|
|
1927
|
-
"tests/gitAnalyzer.test.ts#activity",
|
|
1928
|
-
"tests/gitAnalyzer.test.ts#aiDir",
|
|
1929
|
-
"tests/gitAnalyzer.test.ts#result"
|
|
1930
|
-
],
|
|
1931
|
-
"module": "tests"
|
|
1932
|
-
},
|
|
1933
|
-
"tests/incrementalAnalyzer.test.ts": {
|
|
1934
|
-
"symbols": [
|
|
1935
|
-
"tests/incrementalAnalyzer.test.ts#testRoot",
|
|
1936
|
-
"tests/incrementalAnalyzer.test.ts#changes",
|
|
1937
|
-
"tests/incrementalAnalyzer.test.ts#tempDir",
|
|
1938
|
-
"tests/incrementalAnalyzer.test.ts#result",
|
|
1939
|
-
"tests/incrementalAnalyzer.test.ts#aiDir",
|
|
1940
|
-
"tests/incrementalAnalyzer.test.ts#updated"
|
|
1941
|
-
],
|
|
1942
|
-
"module": "tests"
|
|
1943
|
-
},
|
|
1944
|
-
"tests/knowledgeGraph.test.ts": {
|
|
1945
|
-
"symbols": [
|
|
1946
|
-
"tests/knowledgeGraph.test.ts#testRoot",
|
|
1947
|
-
"tests/knowledgeGraph.test.ts#testAiDir",
|
|
1948
|
-
"tests/knowledgeGraph.test.ts#nodes",
|
|
1949
|
-
"tests/knowledgeGraph.test.ts#edges",
|
|
1950
|
-
"tests/knowledgeGraph.test.ts#validTypes",
|
|
1951
|
-
"tests/knowledgeGraph.test.ts#edge",
|
|
1952
|
-
"tests/knowledgeGraph.test.ts#tempDir",
|
|
1953
|
-
"tests/knowledgeGraph.test.ts#aiDir",
|
|
1954
|
-
"tests/knowledgeGraph.test.ts#graph",
|
|
1955
|
-
"tests/knowledgeGraph.test.ts#commitNodes",
|
|
1956
|
-
"tests/knowledgeGraph.test.ts#node",
|
|
1957
|
-
"tests/knowledgeGraph.test.ts#modifiesEdges",
|
|
1958
|
-
"tests/knowledgeGraph.test.ts#firstNode",
|
|
1959
|
-
"tests/knowledgeGraph.test.ts#neighbors"
|
|
1960
|
-
],
|
|
1961
|
-
"module": "tests"
|
|
1962
|
-
},
|
|
1963
|
-
"tests/lazyAnalyzer.test.ts": {
|
|
1964
|
-
"symbols": [
|
|
1965
|
-
"tests/lazyAnalyzer.test.ts#createTempProjectDir",
|
|
1966
|
-
"tests/lazyAnalyzer.test.ts#tempDir",
|
|
1967
|
-
"tests/lazyAnalyzer.test.ts#fullPath",
|
|
1968
|
-
"tests/lazyAnalyzer.test.ts#dir",
|
|
1969
|
-
"tests/lazyAnalyzer.test.ts#projectDir",
|
|
1970
|
-
"tests/lazyAnalyzer.test.ts#hello",
|
|
1971
|
-
"tests/lazyAnalyzer.test.ts#util",
|
|
1972
|
-
"tests/lazyAnalyzer.test.ts#aiDir",
|
|
1973
|
-
"tests/lazyAnalyzer.test.ts#result",
|
|
1974
|
-
"tests/lazyAnalyzer.test.ts#state",
|
|
1975
|
-
"tests/lazyAnalyzer.test.ts#minimal",
|
|
1976
|
-
"tests/lazyAnalyzer.test.ts#app",
|
|
1977
|
-
"tests/lazyAnalyzer.test.ts#indexPath",
|
|
1978
|
-
"tests/lazyAnalyzer.test.ts#content",
|
|
1979
|
-
"tests/lazyAnalyzer.test.ts#login",
|
|
1980
|
-
"tests/lazyAnalyzer.test.ts#logout",
|
|
1981
|
-
"tests/lazyAnalyzer.test.ts#auth",
|
|
1982
|
-
"tests/lazyAnalyzer.test.ts#index"
|
|
1983
|
-
],
|
|
1984
|
-
"module": "tests"
|
|
1985
|
-
},
|
|
1986
|
-
"tests/schema.test.ts": {
|
|
1987
|
-
"symbols": [
|
|
1988
|
-
"tests/schema.test.ts#createTempAiDir",
|
|
1989
|
-
"tests/schema.test.ts#tempDir",
|
|
1990
|
-
"tests/schema.test.ts#aiDir",
|
|
1991
|
-
"tests/schema.test.ts#schema",
|
|
1992
|
-
"tests/schema.test.ts#schemaPath",
|
|
1993
|
-
"tests/schema.test.ts#loaded",
|
|
1994
|
-
"tests/schema.test.ts#rootDir",
|
|
1995
|
-
"tests/schema.test.ts#project",
|
|
1996
|
-
"tests/schema.test.ts#projectPath",
|
|
1997
|
-
"tests/schema.test.ts#featuresDir",
|
|
1998
|
-
"tests/schema.test.ts#tools",
|
|
1999
|
-
"tests/schema.test.ts#toolsPath",
|
|
2000
|
-
"tests/schema.test.ts#result",
|
|
2001
|
-
"tests/schema.test.ts#full"
|
|
2002
|
-
],
|
|
2003
|
-
"module": "tests"
|
|
2004
|
-
},
|
|
2005
|
-
"tests/semanticContexts.test.ts": {
|
|
2006
|
-
"symbols": [
|
|
2007
|
-
"tests/semanticContexts.test.ts#Feature",
|
|
2008
|
-
"tests/semanticContexts.test.ts#Flow",
|
|
2009
|
-
"tests/semanticContexts.test.ts#createTempTestDir",
|
|
2010
|
-
"tests/semanticContexts.test.ts#tempDir",
|
|
2011
|
-
"tests/semanticContexts.test.ts#aiDir",
|
|
2012
|
-
"tests/semanticContexts.test.ts#modules",
|
|
2013
|
-
"tests/semanticContexts.test.ts#firstFile",
|
|
2014
|
-
"tests/semanticContexts.test.ts#pathParts",
|
|
2015
|
-
"tests/semanticContexts.test.ts#derivedPath",
|
|
2016
|
-
"tests/semanticContexts.test.ts#features",
|
|
2017
|
-
"tests/semanticContexts.test.ts#featureNames",
|
|
2018
|
-
"tests/semanticContexts.test.ts#authFeature",
|
|
2019
|
-
"tests/semanticContexts.test.ts#flows",
|
|
2020
|
-
"tests/semanticContexts.test.ts#flowNames",
|
|
2021
|
-
"tests/semanticContexts.test.ts#flow",
|
|
2022
|
-
"tests/semanticContexts.test.ts#weakGraph",
|
|
2023
|
-
"tests/semanticContexts.test.ts#result",
|
|
2024
|
-
"tests/semanticContexts.test.ts#featureFile",
|
|
2025
|
-
"tests/semanticContexts.test.ts#featureData"
|
|
2026
|
-
],
|
|
2027
|
-
"module": "tests"
|
|
2028
|
-
}
|
|
2029
|
-
}
|