ai-first-cli 1.1.3 → 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 +18 -11
- package/{ai → .ai-dev}/ai_rules.md +5 -3
- package/{ai → .ai-dev}/architecture.md +52 -16
- package/.ai-dev/cache.json +2349 -0
- package/.ai-dev/context/features/commands.json +18 -0
- package/.ai-dev/context/features/src.json +61 -0
- package/.ai-dev/context/features/test-projects.json +69 -0
- package/.ai-dev/context/flows/account.json +9 -0
- package/.ai-dev/context/flows/ai-first.json +9 -0
- package/.ai-dev/context/flows/api.json +9 -0
- package/.ai-dev/context/flows/auth.json +13 -0
- package/.ai-dev/context/flows/category.json +12 -0
- package/.ai-dev/context/flows/comment.json +16 -0
- package/.ai-dev/context/flows/dashboard.json +9 -0
- package/.ai-dev/context/flows/doctor.json +9 -0
- package/.ai-dev/context/flows/explore.json +9 -0
- package/.ai-dev/context/flows/login.json +9 -0
- package/.ai-dev/context/flows/opportunity.json +9 -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/users.json +9 -0
- package/.ai-dev/context/flows/views.json +14 -0
- package/.ai-dev/conventions.md +53 -0
- package/.ai-dev/dependencies.json +2946 -0
- package/{ai → .ai-dev}/entrypoints.md +10 -0
- package/.ai-dev/files.json +2944 -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-dev/project.json +30 -0
- package/.ai-dev/repo_map.json +5818 -0
- package/.ai-dev/repo_map.md +1327 -0
- package/.ai-dev/schema.json +5 -0
- package/.ai-dev/summary.md +42 -0
- package/.ai-dev/symbols.json +7 -0
- package/.ai-dev/tech_stack.md +46 -0
- package/.ai-dev/tools.json +10 -0
- package/.github/workflows/publish.yml +55 -0
- package/BUGS.md +455 -0
- package/CHANGELOG.md +218 -218
- 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 -43639
- 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-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/ai-context/schema.json +5 -0
- package/ai-context/summary.md +42 -0
- package/ai-context/symbols.json +7 -0
- package/ai-context/tech_stack.md +46 -0
- package/ai-context/tools.json +10 -0
- package/dist/analyzers/dependencies.d.ts.map +1 -1
- package/dist/analyzers/dependencies.js +8 -16
- package/dist/analyzers/dependencies.js.map +1 -1
- package/dist/analyzers/symbols.d.ts.map +1 -1
- package/dist/analyzers/symbols.js +194 -6
- package/dist/analyzers/symbols.js.map +1 -1
- package/dist/commands/ai-first.d.ts.map +1 -1
- package/dist/commands/ai-first.js +63 -21
- 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 +61 -30
- package/dist/core/semanticContexts.js.map +1 -1
- package/dist/core/symbolGraph.d.ts.map +1 -1
- package/dist/core/symbolGraph.js +14 -2
- package/dist/core/symbolGraph.js.map +1 -1
- package/dist/utils/fileUtils.d.ts.map +1 -1
- package/dist/utils/fileUtils.js +5 -0
- package/dist/utils/fileUtils.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 +2 -2
- package/src/analyzers/dependencies.ts +10 -20
- package/src/analyzers/symbols.ts +207 -6
- package/src/commands/ai-first.ts +67 -22
- 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 +68 -33
- package/src/core/symbolGraph.ts +16 -2
- package/src/utils/fileUtils.ts +5 -0
- 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/conventions.md +51 -0
- package/test-projects/django-app/.ai-dev/dependencies.json +312 -0
- package/test-projects/django-app/.ai-dev/entrypoints.md +4 -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/graph/symbol-references.json +1 -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/django-app/.ai-dev/schema.json +5 -0
- 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/.ai-dev/tools.json +10 -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/entrypoints.md +4 -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/test-projects/django-app/ai-context/schema.json +5 -0
- 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/ai-context/tools.json +10 -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-dev/ai_context.md +112 -0
- package/test-projects/express-api/.ai-dev/ai_rules.md +50 -0
- package/test-projects/express-api/.ai-dev/architecture.md +62 -0
- package/test-projects/express-api/.ai-dev/context/features/controllers.json +13 -0
- package/test-projects/express-api/.ai-dev/context/features/services.json +13 -0
- package/test-projects/express-api/.ai-dev/context/flows/auth.json +12 -0
- package/test-projects/express-api/.ai-dev/context/flows/user.json +13 -0
- package/test-projects/express-api/.ai-dev/conventions.md +51 -0
- package/test-projects/express-api/.ai-dev/dependencies.json +54 -0
- package/test-projects/express-api/.ai-dev/entrypoints.md +17 -0
- package/test-projects/express-api/.ai-dev/modules.json +30 -0
- package/test-projects/express-api/.ai-dev/project.json +15 -0
- package/test-projects/express-api/.ai-dev/repo_map.json +100 -0
- package/test-projects/express-api/.ai-dev/repo_map.md +36 -0
- package/test-projects/express-api/.ai-dev/schema.json +5 -0
- package/test-projects/express-api/.ai-dev/summary.md +14 -0
- package/test-projects/express-api/.ai-dev/symbols.json +7 -0
- package/test-projects/express-api/.ai-dev/tech_stack.md +38 -0
- package/test-projects/express-api/.ai-dev/tools.json +10 -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/ai-context/tools.json +10 -0
- package/test-projects/express-api/controllers/authController.js +32 -0
- package/test-projects/express-api/controllers/userController.js +51 -0
- package/test-projects/express-api/index.js +30 -0
- package/test-projects/express-api/middleware/authMiddleware.js +30 -0
- package/test-projects/express-api/models/userRepository.js +25 -0
- package/test-projects/express-api/package.json +18 -0
- package/test-projects/express-api/services/authService.js +17 -0
- package/test-projects/express-api/services/userService.js +28 -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/entrypoints.md +4 -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/fastapi-app/.ai-dev/repo_map.json +298 -0
- 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/dependencies.json +6 -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-dev/ai_context.md +111 -0
- package/test-projects/nestjs-backend/.ai-dev/ai_rules.md +52 -0
- package/test-projects/nestjs-backend/.ai-dev/architecture.md +49 -0
- package/test-projects/nestjs-backend/.ai-dev/cache.json +169 -0
- package/test-projects/nestjs-backend/.ai-dev/context/features/src.json +23 -0
- package/test-projects/nestjs-backend/.ai-dev/context/flows/auth.controller.json +14 -0
- package/test-projects/nestjs-backend/.ai-dev/context/flows/auth.json +10 -0
- package/test-projects/nestjs-backend/.ai-dev/context/flows/users..json +10 -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-dev/dependencies.json +152 -0
- package/test-projects/nestjs-backend/.ai-dev/entrypoints.md +18 -0
- package/test-projects/nestjs-backend/.ai-dev/files.json +209 -0
- package/test-projects/nestjs-backend/.ai-dev/graph/knowledge-graph.json +132 -0
- package/test-projects/nestjs-backend/.ai-dev/graph/module-graph.json +29 -0
- package/test-projects/nestjs-backend/.ai-dev/graph/symbol-graph.json +304 -0
- package/test-projects/nestjs-backend/.ai-dev/graph/symbol-references.json +5 -0
- package/test-projects/nestjs-backend/.ai-dev/index-state.json +294 -0
- package/test-projects/nestjs-backend/.ai-dev/index.db +0 -0
- package/test-projects/nestjs-backend/.ai-dev/modules.json +19 -0
- package/test-projects/nestjs-backend/.ai-dev/project.json +18 -0
- package/test-projects/nestjs-backend/.ai-dev/repo_map.json +427 -0
- 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-dev/summary.md +13 -0
- package/test-projects/nestjs-backend/.ai-dev/symbols.json +1 -0
- package/{ai → test-projects/nestjs-backend/.ai-dev}/tech_stack.md +6 -7
- 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/nestjs-backend/package.json +22 -0
- package/test-projects/nestjs-backend/src/app.module.ts +8 -0
- package/test-projects/nestjs-backend/src/auth/auth.controller.ts +22 -0
- package/test-projects/nestjs-backend/src/auth/auth.module.ts +11 -0
- package/test-projects/nestjs-backend/src/auth/auth.service.ts +28 -0
- package/test-projects/nestjs-backend/src/auth/dto/login.dto.ts +4 -0
- package/test-projects/nestjs-backend/src/auth/strategies/jwt.strategy.ts +18 -0
- package/test-projects/nestjs-backend/src/main.ts +9 -0
- package/test-projects/nestjs-backend/src/users/users.controller.ts +32 -0
- package/test-projects/nestjs-backend/src/users/users.module.ts +10 -0
- package/test-projects/nestjs-backend/src/users/users.service.ts +42 -0
- package/test-projects/nestjs-backend/tsconfig.json +21 -0
- package/test-projects/python-cli/.ai-dev/ai_context.md +95 -0
- package/test-projects/python-cli/.ai-dev/ai_rules.md +47 -0
- package/test-projects/python-cli/.ai-dev/architecture.md +55 -0
- package/test-projects/python-cli/.ai-dev/cache.json +149 -0
- package/test-projects/python-cli/.ai-dev/context/features/cli.json +16 -0
- package/test-projects/python-cli/.ai-dev/context/flows/list_.json +9 -0
- package/test-projects/python-cli/.ai-dev/context/flows/remove_.json +9 -0
- package/test-projects/python-cli/.ai-dev/conventions.md +51 -0
- package/test-projects/python-cli/.ai-dev/dependencies.json +66 -0
- package/test-projects/python-cli/.ai-dev/entrypoints.md +4 -0
- package/test-projects/python-cli/.ai-dev/files.json +184 -0
- package/test-projects/python-cli/.ai-dev/graph/knowledge-graph.json +83 -0
- package/test-projects/python-cli/.ai-dev/graph/module-graph.json +31 -0
- package/test-projects/python-cli/.ai-dev/graph/symbol-graph.json +358 -0
- package/test-projects/python-cli/.ai-dev/graph/symbol-references.json +11 -0
- package/test-projects/python-cli/.ai-dev/index-state.json +259 -0
- package/test-projects/python-cli/.ai-dev/index.db +0 -0
- package/test-projects/python-cli/.ai-dev/modules.json +21 -0
- package/test-projects/python-cli/.ai-dev/project.json +15 -0
- package/test-projects/python-cli/.ai-dev/repo_map.json +367 -0
- 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-dev/summary.md +14 -0
- 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/__init__.py +1 -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/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/python-cli/cli/__init__.py +1 -0
- package/test-projects/python-cli/cli/add_command.py +6 -0
- package/test-projects/python-cli/cli/list_command.py +7 -0
- package/test-projects/python-cli/cli/remove_command.py +6 -0
- package/test-projects/python-cli/main.py +34 -0
- package/test-projects/python-cli/models/__init__.py +2 -0
- package/test-projects/python-cli/models/task.py +19 -0
- package/test-projects/python-cli/models/task_repository.py +44 -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-dev/ai_context.md +96 -0
- package/test-projects/react-app/.ai-dev/ai_rules.md +49 -0
- package/test-projects/react-app/.ai-dev/architecture.md +39 -0
- package/test-projects/react-app/.ai-dev/cache.json +153 -0
- package/test-projects/react-app/.ai-dev/context/features/src.json +18 -0
- package/test-projects/react-app/.ai-dev/context/flows/UsersPage.json +14 -0
- package/test-projects/react-app/.ai-dev/context/flows/dashboard.json +9 -0
- package/test-projects/react-app/.ai-dev/context/flows/login.json +9 -0
- package/test-projects/react-app/.ai-dev/context/flows/users.json +9 -0
- package/test-projects/react-app/.ai-dev/dependencies.json +128 -0
- package/test-projects/react-app/.ai-dev/entrypoints.md +4 -0
- package/test-projects/react-app/.ai-dev/files.json +189 -0
- package/test-projects/react-app/.ai-dev/graph/knowledge-graph.json +112 -0
- package/test-projects/react-app/.ai-dev/graph/module-graph.json +31 -0
- package/test-projects/react-app/.ai-dev/graph/symbol-graph.json +868 -0
- package/test-projects/react-app/.ai-dev/graph/symbol-references.json +31 -0
- package/test-projects/react-app/.ai-dev/index-state.json +266 -0
- package/test-projects/react-app/.ai-dev/index.db +0 -0
- package/test-projects/react-app/.ai-dev/modules.json +17 -0
- package/test-projects/react-app/.ai-dev/project.json +16 -0
- package/test-projects/react-app/.ai-dev/repo_map.json +391 -0
- 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-dev/summary.md +13 -0
- package/test-projects/react-app/.ai-dev/symbols.json +1 -0
- package/test-projects/react-app/.ai-dev/tech_stack.md +39 -0
- 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/react-app/ai-context/conventions.md +52 -0
- 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/react-app/package.json +16 -0
- package/test-projects/react-app/src/App.tsx +21 -0
- package/test-projects/react-app/src/context/AuthContext.tsx +41 -0
- package/test-projects/react-app/src/hooks/useAuth.ts +10 -0
- package/test-projects/react-app/src/main.tsx +10 -0
- package/test-projects/react-app/src/pages/DashboardPage.tsx +17 -0
- package/test-projects/react-app/src/pages/LoginPage.tsx +41 -0
- package/test-projects/react-app/src/pages/UsersPage.tsx +36 -0
- package/test-projects/react-app/src/services/userService.ts +37 -0
- package/test-projects/salesforce-cli/.ai-dev/ai_context.md +89 -0
- package/test-projects/salesforce-cli/.ai-dev/ai_rules.md +47 -0
- package/test-projects/salesforce-cli/.ai-dev/architecture.md +39 -0
- package/test-projects/salesforce-cli/.ai-dev/cache.json +125 -0
- package/test-projects/salesforce-cli/.ai-dev/context/features/force-app.json +14 -0
- package/test-projects/salesforce-cli/.ai-dev/context/flows/account.json +9 -0
- package/test-projects/salesforce-cli/.ai-dev/context/flows/opportunity.json +9 -0
- 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-dev/files.json +154 -0
- package/test-projects/salesforce-cli/.ai-dev/graph/knowledge-graph.json +64 -0
- package/test-projects/salesforce-cli/.ai-dev/graph/module-graph.json +13 -0
- package/test-projects/salesforce-cli/.ai-dev/graph/symbol-graph.json +148 -0
- package/test-projects/salesforce-cli/.ai-dev/graph/symbol-references.json +1 -0
- package/test-projects/salesforce-cli/.ai-dev/index-state.json +217 -0
- package/test-projects/salesforce-cli/.ai-dev/index.db +0 -0
- package/test-projects/salesforce-cli/.ai-dev/modules.json +12 -0
- package/test-projects/salesforce-cli/.ai-dev/project.json +14 -0
- package/test-projects/salesforce-cli/.ai-dev/repo_map.json +328 -0
- 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-dev/summary.md +13 -0
- package/test-projects/salesforce-cli/.ai-dev/symbols.json +1 -0
- package/test-projects/salesforce-cli/.ai-dev/tech_stack.md +31 -0
- package/test-projects/salesforce-cli/.ai-dev/tools.json +10 -0
- package/test-projects/salesforce-cli/.forceignore +27 -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/salesforce-cli/ai-context/files.json +154 -0
- 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/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/salesforce-cli/ai-context/tech_stack.md +31 -0
- package/test-projects/salesforce-cli/ai-context/tools.json +10 -0
- package/test-projects/salesforce-cli/force-app/main/default/classes/AccountController.cls +24 -0
- package/test-projects/salesforce-cli/force-app/main/default/classes/OpportunityController.cls +25 -0
- package/test-projects/salesforce-cli/force-app/main/default/objects/Project__c.object.xml +45 -0
- package/test-projects/salesforce-cli/force-app/main/default/triggers/AccountTrigger.trigger +33 -0
- package/test-projects/salesforce-cli/sfdx-project.json +11 -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 +85 -0
- package/tests/e2e/run-e2e.sh +88 -0
- package/tests/phase2-fixes.test.ts +200 -0
- package/tests/semanticContexts.test.ts +23 -25
- package/ai/cache.json +0 -329
- package/ai/dependencies.json +0 -307
- package/ai/files.json +0 -1253
- package/ai/graph/module-graph.json +0 -119
- package/ai/graph/symbol-graph.json +0 -52738
- package/ai/graph/symbol-references.json +0 -1810
- package/ai/hierarchy.json +0 -28
- package/ai/index-state.json +0 -931
- package/ai/index.db +0 -0
- package/ai/modules.json +0 -73
- package/ai/repo-map.json +0 -833
- package/ai/repo_map.json +0 -833
- package/ai/repo_map.md +0 -211
- package/ai/summary.md +0 -23
- /package/{ai → .ai-dev}/ccp/jira-123/context.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}/embeddings.json +0 -0
- /package/{ai → .ai-dev}/git/commit-activity.json +0 -0
- /package/{ai → .ai-dev}/git/recent-features.json +0 -0
- /package/{ai → .ai-dev}/git/recent-files.json +0 -0
- /package/{ai → .ai-dev}/git/recent-flows.json +0 -0
- /package/{ai/symbols.json → ai-context/git/recent-features.json} +0 -0
- /package/{ai → test-projects/react-app/.ai-dev}/conventions.md +0 -0
package/ai/index-state.json
DELETED
|
@@ -1,931 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "1.0.0",
|
|
3
|
-
"lastIndexed": "2026-03-11T19:50:01.981Z",
|
|
4
|
-
"totalFiles": 132,
|
|
5
|
-
"files": {
|
|
6
|
-
".netlify/state.json": {
|
|
7
|
-
"path": ".netlify/state.json",
|
|
8
|
-
"hash": "18a32a19520dc577b2a8faa5a5b24660",
|
|
9
|
-
"mtime": 1773089671614.5596,
|
|
10
|
-
"size": 53,
|
|
11
|
-
"indexedAt": "2026-03-10T15:57:22.297Z"
|
|
12
|
-
},
|
|
13
|
-
"CHANGELOG.md": {
|
|
14
|
-
"path": "CHANGELOG.md",
|
|
15
|
-
"hash": "f72229ac7e9949de6ebbd8c2f3d3599c",
|
|
16
|
-
"mtime": 1773252024284.6418,
|
|
17
|
-
"size": 11977,
|
|
18
|
-
"indexedAt": "2026-03-11T18:01:22.437Z"
|
|
19
|
-
},
|
|
20
|
-
"CONTRIBUTING.md": {
|
|
21
|
-
"path": "CONTRIBUTING.md",
|
|
22
|
-
"hash": "f08bff9a750bbe18e8e2d20a291aea6b",
|
|
23
|
-
"mtime": 1773008956996.6243,
|
|
24
|
-
"size": 1768,
|
|
25
|
-
"indexedAt": "2026-03-10T15:57:22.297Z"
|
|
26
|
-
},
|
|
27
|
-
"FLOW.md": {
|
|
28
|
-
"path": "FLOW.md",
|
|
29
|
-
"hash": "3229cb5aed9575b09415c641ffa24a81",
|
|
30
|
-
"mtime": 1773010195719.8748,
|
|
31
|
-
"size": 8721,
|
|
32
|
-
"indexedAt": "2026-03-10T15:57:22.297Z"
|
|
33
|
-
},
|
|
34
|
-
"README.es.md": {
|
|
35
|
-
"path": "README.es.md",
|
|
36
|
-
"hash": "1e963dbc24cb46d7e495097a37d65ec4",
|
|
37
|
-
"mtime": 1773154992628.9292,
|
|
38
|
-
"size": 9684,
|
|
39
|
-
"indexedAt": "2026-03-10T15:57:22.297Z"
|
|
40
|
-
},
|
|
41
|
-
"README.md": {
|
|
42
|
-
"path": "README.md",
|
|
43
|
-
"hash": "d29a7181460fd6a21e0cd7e2e54d8a10",
|
|
44
|
-
"mtime": 1773154496028.6777,
|
|
45
|
-
"size": 10960,
|
|
46
|
-
"indexedAt": "2026-03-10T15:57:22.297Z"
|
|
47
|
-
},
|
|
48
|
-
"ai/ai_context.md": {
|
|
49
|
-
"path": "ai/ai_context.md",
|
|
50
|
-
"hash": "7787cbedd4dda0c26a5b985dc0a38e60",
|
|
51
|
-
"mtime": 1773158175579.6672,
|
|
52
|
-
"size": 2463,
|
|
53
|
-
"indexedAt": "2026-03-10T15:57:22.297Z"
|
|
54
|
-
},
|
|
55
|
-
"ai/ai_rules.md": {
|
|
56
|
-
"path": "ai/ai_rules.md",
|
|
57
|
-
"hash": "9db46ea950b6a0fc468fde147dadbd93",
|
|
58
|
-
"mtime": 1773158175579.6672,
|
|
59
|
-
"size": 1030,
|
|
60
|
-
"indexedAt": "2026-03-10T15:57:22.297Z"
|
|
61
|
-
},
|
|
62
|
-
"ai/architecture.md": {
|
|
63
|
-
"path": "ai/architecture.md",
|
|
64
|
-
"hash": "b3ffc20337f9f5aa678417304cb841c0",
|
|
65
|
-
"mtime": 1773158175079.659,
|
|
66
|
-
"size": 1828,
|
|
67
|
-
"indexedAt": "2026-03-10T15:57:22.297Z"
|
|
68
|
-
},
|
|
69
|
-
"ai/cache.json": {
|
|
70
|
-
"path": "ai/cache.json",
|
|
71
|
-
"hash": "8d74d54110e5e6abb7245bc6b73f2ba4",
|
|
72
|
-
"mtime": 1773095750167.667,
|
|
73
|
-
"size": 9109,
|
|
74
|
-
"indexedAt": "2026-03-10T15:57:22.297Z"
|
|
75
|
-
},
|
|
76
|
-
"ai/conventions.md": {
|
|
77
|
-
"path": "ai/conventions.md",
|
|
78
|
-
"hash": "cf36cf015f6c293ebf89ec2c7756bb57",
|
|
79
|
-
"mtime": 1773158175081.659,
|
|
80
|
-
"size": 826,
|
|
81
|
-
"indexedAt": "2026-03-10T15:57:22.297Z"
|
|
82
|
-
},
|
|
83
|
-
"ai/dependencies.json": {
|
|
84
|
-
"path": "ai/dependencies.json",
|
|
85
|
-
"hash": "429415c0f4f7ad8a7eb2f182944b7b6f",
|
|
86
|
-
"mtime": 1773258601943.5815,
|
|
87
|
-
"size": 8336,
|
|
88
|
-
"indexedAt": "2026-03-11T19:50:01.967Z"
|
|
89
|
-
},
|
|
90
|
-
"ai/embeddings.json": {
|
|
91
|
-
"path": "ai/embeddings.json",
|
|
92
|
-
"hash": "26a10d77ee69ae123cc71fee255587c7",
|
|
93
|
-
"mtime": 1773074029679.9358,
|
|
94
|
-
"size": 706073,
|
|
95
|
-
"indexedAt": "2026-03-10T15:57:22.298Z"
|
|
96
|
-
},
|
|
97
|
-
"ai/entrypoints.md": {
|
|
98
|
-
"path": "ai/entrypoints.md",
|
|
99
|
-
"hash": "656b4b5ac7bc92ad7878efa8190eec57",
|
|
100
|
-
"mtime": 1773158175081.659,
|
|
101
|
-
"size": 713,
|
|
102
|
-
"indexedAt": "2026-03-10T15:57:22.298Z"
|
|
103
|
-
},
|
|
104
|
-
"ai/files.json": {
|
|
105
|
-
"path": "ai/files.json",
|
|
106
|
-
"hash": "ac5d12fe1032f937b9a879ad8c8174b4",
|
|
107
|
-
"mtime": 1773158242024.7693,
|
|
108
|
-
"size": 7769,
|
|
109
|
-
"indexedAt": "2026-03-10T15:57:22.298Z"
|
|
110
|
-
},
|
|
111
|
-
"ai/graph/module-graph.json": {
|
|
112
|
-
"path": "ai/graph/module-graph.json",
|
|
113
|
-
"hash": "0d94a0d375b733b1d5df9daab5f0eb09",
|
|
114
|
-
"mtime": 1773095750091.6658,
|
|
115
|
-
"size": 2524,
|
|
116
|
-
"indexedAt": "2026-03-10T15:57:22.298Z"
|
|
117
|
-
},
|
|
118
|
-
"ai/graph/symbol-graph.json": {
|
|
119
|
-
"path": "ai/graph/symbol-graph.json",
|
|
120
|
-
"hash": "47789fe155c1782cc2a64edc72d1542f",
|
|
121
|
-
"mtime": 1773095750156.667,
|
|
122
|
-
"size": 1476102,
|
|
123
|
-
"indexedAt": "2026-03-10T15:57:22.301Z"
|
|
124
|
-
},
|
|
125
|
-
"ai/graph/symbol-references.json": {
|
|
126
|
-
"path": "ai/graph/symbol-references.json",
|
|
127
|
-
"hash": "7e7857c41b4795de3ed3ad856a0dbe8c",
|
|
128
|
-
"mtime": 1773095750158.667,
|
|
129
|
-
"size": 67744,
|
|
130
|
-
"indexedAt": "2026-03-10T15:57:22.301Z"
|
|
131
|
-
},
|
|
132
|
-
"ai/hierarchy.json": {
|
|
133
|
-
"path": "ai/hierarchy.json",
|
|
134
|
-
"hash": "6acd89feb85aa3b73608b4a076062f5a",
|
|
135
|
-
"mtime": 1773016139926.8276,
|
|
136
|
-
"size": 1976,
|
|
137
|
-
"indexedAt": "2026-03-10T15:57:22.301Z"
|
|
138
|
-
},
|
|
139
|
-
"ai/index-state.json": {
|
|
140
|
-
"path": "ai/index-state.json",
|
|
141
|
-
"hash": "119f98f186e4069030d39dbdd19832cf",
|
|
142
|
-
"mtime": 1773252082450.5886,
|
|
143
|
-
"size": 32035,
|
|
144
|
-
"indexedAt": "2026-03-11T19:50:01.967Z"
|
|
145
|
-
},
|
|
146
|
-
"ai/modules.json": {
|
|
147
|
-
"path": "ai/modules.json",
|
|
148
|
-
"hash": "6e8a10677427c7ff5e602e6c685ef24f",
|
|
149
|
-
"mtime": 1773158242025.7693,
|
|
150
|
-
"size": 2056,
|
|
151
|
-
"indexedAt": "2026-03-10T15:57:22.301Z"
|
|
152
|
-
},
|
|
153
|
-
"ai/repo_map.json": {
|
|
154
|
-
"path": "ai/repo_map.json",
|
|
155
|
-
"hash": "89c331ec2443c409fbf70fb71d84090c",
|
|
156
|
-
"mtime": 1773158175077.659,
|
|
157
|
-
"size": 17650,
|
|
158
|
-
"indexedAt": "2026-03-10T15:57:22.301Z"
|
|
159
|
-
},
|
|
160
|
-
"ai/repo_map.md": {
|
|
161
|
-
"path": "ai/repo_map.md",
|
|
162
|
-
"hash": "bdc9a0359a0fb98b7b62b59a506baefd",
|
|
163
|
-
"mtime": 1773158175076.659,
|
|
164
|
-
"size": 4552,
|
|
165
|
-
"indexedAt": "2026-03-10T15:57:22.301Z"
|
|
166
|
-
},
|
|
167
|
-
"ai/summary.md": {
|
|
168
|
-
"path": "ai/summary.md",
|
|
169
|
-
"hash": "88aa00ea5477361bf395edffb3b4e97e",
|
|
170
|
-
"mtime": 1773158175077.659,
|
|
171
|
-
"size": 368,
|
|
172
|
-
"indexedAt": "2026-03-10T15:57:22.301Z"
|
|
173
|
-
},
|
|
174
|
-
"ai/symbols.json": {
|
|
175
|
-
"path": "ai/symbols.json",
|
|
176
|
-
"hash": "d751713988987e9331980363e24189ce",
|
|
177
|
-
"mtime": 1773258601942.5815,
|
|
178
|
-
"size": 2,
|
|
179
|
-
"indexedAt": "2026-03-11T19:50:01.967Z"
|
|
180
|
-
},
|
|
181
|
-
"ai/tech_stack.md": {
|
|
182
|
-
"path": "ai/tech_stack.md",
|
|
183
|
-
"hash": "00ba0b64188ca72ae0b3250ba7b2188f",
|
|
184
|
-
"mtime": 1773158175080.659,
|
|
185
|
-
"size": 452,
|
|
186
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
187
|
-
},
|
|
188
|
-
"docs/.vitepress/config.ts": {
|
|
189
|
-
"path": "docs/.vitepress/config.ts",
|
|
190
|
-
"hash": "6c53efc8669f87bc9040096b96847be3",
|
|
191
|
-
"mtime": 1773090332406.6528,
|
|
192
|
-
"size": 3219,
|
|
193
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
194
|
-
},
|
|
195
|
-
"docs/.vitepress/theme/custom.css": {
|
|
196
|
-
"path": "docs/.vitepress/theme/custom.css",
|
|
197
|
-
"hash": "924287015c3c64819e66cdfc0f24fa46",
|
|
198
|
-
"mtime": 1773076171344.3733,
|
|
199
|
-
"size": 4021,
|
|
200
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
201
|
-
},
|
|
202
|
-
"docs/.vitepress/theme/index.ts": {
|
|
203
|
-
"path": "docs/.vitepress/theme/index.ts",
|
|
204
|
-
"hash": "a9a72e0000dd7687fd2d899d79e4aee0",
|
|
205
|
-
"mtime": 1773076127580.8638,
|
|
206
|
-
"size": 182,
|
|
207
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
208
|
-
},
|
|
209
|
-
"docs/es/guide/getting-started.md": {
|
|
210
|
-
"path": "docs/es/guide/getting-started.md",
|
|
211
|
-
"hash": "c446f6957beff061b7b41b0ccef510e2",
|
|
212
|
-
"mtime": 1773090370625.2866,
|
|
213
|
-
"size": 619,
|
|
214
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
215
|
-
},
|
|
216
|
-
"docs/es/index.md": {
|
|
217
|
-
"path": "docs/es/index.md",
|
|
218
|
-
"hash": "920ea9e39b01a04495d68306c26d2fe9",
|
|
219
|
-
"mtime": 1773090256493.4934,
|
|
220
|
-
"size": 3121,
|
|
221
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
222
|
-
},
|
|
223
|
-
"docs/examples/express-api.md": {
|
|
224
|
-
"path": "docs/examples/express-api.md",
|
|
225
|
-
"hash": "54af0d58910939c041d98437a73cf231",
|
|
226
|
-
"mtime": 1773076482605.2854,
|
|
227
|
-
"size": 2665,
|
|
228
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
229
|
-
},
|
|
230
|
-
"docs/examples/index.md": {
|
|
231
|
-
"path": "docs/examples/index.md",
|
|
232
|
-
"hash": "67f774e8e8b170d44b51cfcfff9ecdd7",
|
|
233
|
-
"mtime": 1773076421849.489,
|
|
234
|
-
"size": 738,
|
|
235
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
236
|
-
},
|
|
237
|
-
"docs/examples/python-django.md": {
|
|
238
|
-
"path": "docs/examples/python-django.md",
|
|
239
|
-
"hash": "a57217d9a4a0eba7e6750caf75b86aae",
|
|
240
|
-
"mtime": 1773076518221.758,
|
|
241
|
-
"size": 1926,
|
|
242
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
243
|
-
},
|
|
244
|
-
"docs/examples/react-app.md": {
|
|
245
|
-
"path": "docs/examples/react-app.md",
|
|
246
|
-
"hash": "c3ae0d56ab0de03f6957a2c3685e2a10",
|
|
247
|
-
"mtime": 1773076494650.4448,
|
|
248
|
-
"size": 2305,
|
|
249
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
250
|
-
},
|
|
251
|
-
"docs/guide/architecture.md": {
|
|
252
|
-
"path": "docs/guide/architecture.md",
|
|
253
|
-
"hash": "1045ecab928d43a93a55add6ab7ebdd7",
|
|
254
|
-
"mtime": 1773095880814.749,
|
|
255
|
-
"size": 11049,
|
|
256
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
257
|
-
},
|
|
258
|
-
"docs/guide/getting-started.md": {
|
|
259
|
-
"path": "docs/guide/getting-started.md",
|
|
260
|
-
"hash": "b783c85c32dc67ffa2133915b5cd93fb",
|
|
261
|
-
"mtime": 1773076199524.7075,
|
|
262
|
-
"size": 2315,
|
|
263
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
264
|
-
},
|
|
265
|
-
"docs/guide/installation.md": {
|
|
266
|
-
"path": "docs/guide/installation.md",
|
|
267
|
-
"hash": "7926dceb824c696ff79bc357aee27580",
|
|
268
|
-
"mtime": 1773076224028.002,
|
|
269
|
-
"size": 1276,
|
|
270
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
271
|
-
},
|
|
272
|
-
"docs/guide/quick-start.md": {
|
|
273
|
-
"path": "docs/guide/quick-start.md",
|
|
274
|
-
"hash": "dfa4c6196895c98b84845c138182dae6",
|
|
275
|
-
"mtime": 1773076244371.249,
|
|
276
|
-
"size": 1732,
|
|
277
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
278
|
-
},
|
|
279
|
-
"docs/index.md": {
|
|
280
|
-
"path": "docs/index.md",
|
|
281
|
-
"hash": "9032437ec565b4935df406022143d2ae",
|
|
282
|
-
"mtime": 1773089168385.8672,
|
|
283
|
-
"size": 3163,
|
|
284
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
285
|
-
},
|
|
286
|
-
"docs/reference/commands.md": {
|
|
287
|
-
"path": "docs/reference/commands.md",
|
|
288
|
-
"hash": "f9b509d9a44a4a8ffebc433d4adb07c5",
|
|
289
|
-
"mtime": 1773095909341.2031,
|
|
290
|
-
"size": 3817,
|
|
291
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
292
|
-
},
|
|
293
|
-
"examples/01-express-api.md": {
|
|
294
|
-
"path": "examples/01-express-api.md",
|
|
295
|
-
"hash": "54af0d58910939c041d98437a73cf231",
|
|
296
|
-
"mtime": 1773014837445.3228,
|
|
297
|
-
"size": 2665,
|
|
298
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
299
|
-
},
|
|
300
|
-
"examples/02-react-app.md": {
|
|
301
|
-
"path": "examples/02-react-app.md",
|
|
302
|
-
"hash": "2f1948bf3765228b37697f9f48d37b79",
|
|
303
|
-
"mtime": 1773014866555.722,
|
|
304
|
-
"size": 2702,
|
|
305
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
306
|
-
},
|
|
307
|
-
"examples/03-python-django.md": {
|
|
308
|
-
"path": "examples/03-python-django.md",
|
|
309
|
-
"hash": "fccd23e390a3d29d7d0d5d34a14d8cf3",
|
|
310
|
-
"mtime": 1773014902647.2178,
|
|
311
|
-
"size": 2947,
|
|
312
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
313
|
-
},
|
|
314
|
-
"examples/README.md": {
|
|
315
|
-
"path": "examples/README.md",
|
|
316
|
-
"hash": "4e8a85046bacda16352b5dff84e3ffe4",
|
|
317
|
-
"mtime": 1773014931866.6204,
|
|
318
|
-
"size": 1660,
|
|
319
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
320
|
-
},
|
|
321
|
-
"package-lock.json": {
|
|
322
|
-
"path": "package-lock.json",
|
|
323
|
-
"hash": "52220838924486c8aa10ed329be1adf5",
|
|
324
|
-
"mtime": 1773083490249.47,
|
|
325
|
-
"size": 126683,
|
|
326
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
327
|
-
},
|
|
328
|
-
"package.json": {
|
|
329
|
-
"path": "package.json",
|
|
330
|
-
"hash": "14fe71f476664b2e608bf1d2c2fdcd7b",
|
|
331
|
-
"mtime": 1773255231667.2507,
|
|
332
|
-
"size": 1538,
|
|
333
|
-
"indexedAt": "2026-03-11T19:50:01.979Z"
|
|
334
|
-
},
|
|
335
|
-
"src/analyzers/aiRules.ts": {
|
|
336
|
-
"path": "src/analyzers/aiRules.ts",
|
|
337
|
-
"hash": "3213f98ebd24246dd24b2c39f696bd14",
|
|
338
|
-
"mtime": 1773009335276.8303,
|
|
339
|
-
"size": 4961,
|
|
340
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
341
|
-
},
|
|
342
|
-
"src/analyzers/androidResources.ts": {
|
|
343
|
-
"path": "src/analyzers/androidResources.ts",
|
|
344
|
-
"hash": "d260211a62c187920db680c232367505",
|
|
345
|
-
"mtime": 1773153784923.4502,
|
|
346
|
-
"size": 3203,
|
|
347
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
348
|
-
},
|
|
349
|
-
"src/analyzers/architecture.ts": {
|
|
350
|
-
"path": "src/analyzers/architecture.ts",
|
|
351
|
-
"hash": "263e2e84afa0800cd4e95820f7d5aacb",
|
|
352
|
-
"mtime": 1773007837808.1536,
|
|
353
|
-
"size": 9551,
|
|
354
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
355
|
-
},
|
|
356
|
-
"src/analyzers/conventions.ts": {
|
|
357
|
-
"path": "src/analyzers/conventions.ts",
|
|
358
|
-
"hash": "887a991db6e0b9d658046b81cbe719b6",
|
|
359
|
-
"mtime": 1773008352611.8462,
|
|
360
|
-
"size": 7412,
|
|
361
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
362
|
-
},
|
|
363
|
-
"src/analyzers/dependencies.ts": {
|
|
364
|
-
"path": "src/analyzers/dependencies.ts",
|
|
365
|
-
"hash": "bc4bab37ede63c8518d9b856ca587a9c",
|
|
366
|
-
"mtime": 1773153614988.8157,
|
|
367
|
-
"size": 9390,
|
|
368
|
-
"indexedAt": "2026-03-10T15:57:22.303Z"
|
|
369
|
-
},
|
|
370
|
-
"src/analyzers/entrypoints.ts": {
|
|
371
|
-
"path": "src/analyzers/entrypoints.ts",
|
|
372
|
-
"hash": "c4a26db8302561ab46319ed6ba9019be",
|
|
373
|
-
"mtime": 1773153667235.145,
|
|
374
|
-
"size": 6659,
|
|
375
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
376
|
-
},
|
|
377
|
-
"src/analyzers/gradleModules.ts": {
|
|
378
|
-
"path": "src/analyzers/gradleModules.ts",
|
|
379
|
-
"hash": "fd4d77c29f554bf967e2ce4a05574497",
|
|
380
|
-
"mtime": 1773153804000.0356,
|
|
381
|
-
"size": 2761,
|
|
382
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
383
|
-
},
|
|
384
|
-
"src/analyzers/symbols.ts": {
|
|
385
|
-
"path": "src/analyzers/symbols.ts",
|
|
386
|
-
"hash": "47b731c0e9bd4757b6aab646de5249ed",
|
|
387
|
-
"mtime": 1773095734207.4124,
|
|
388
|
-
"size": 10850,
|
|
389
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
390
|
-
},
|
|
391
|
-
"src/analyzers/techStack.ts": {
|
|
392
|
-
"path": "src/analyzers/techStack.ts",
|
|
393
|
-
"hash": "64ef322c5475e2b0ef1d95eab41b6b4c",
|
|
394
|
-
"mtime": 1773153400053.8142,
|
|
395
|
-
"size": 13336,
|
|
396
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
397
|
-
},
|
|
398
|
-
"src/commands/ai-first.ts": {
|
|
399
|
-
"path": "src/commands/ai-first.ts",
|
|
400
|
-
"hash": "c3d16139076959c74fd4c2324a2d6c66",
|
|
401
|
-
"mtime": 1773256012369.3918,
|
|
402
|
-
"size": 50418,
|
|
403
|
-
"indexedAt": "2026-03-11T19:50:01.979Z"
|
|
404
|
-
},
|
|
405
|
-
"src/commands/doctor.ts": {
|
|
406
|
-
"path": "src/commands/doctor.ts",
|
|
407
|
-
"hash": "bf877242c2777a92c2c13c6f20952d63",
|
|
408
|
-
"mtime": 1773072336100.912,
|
|
409
|
-
"size": 3599,
|
|
410
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
411
|
-
},
|
|
412
|
-
"src/commands/explore.ts": {
|
|
413
|
-
"path": "src/commands/explore.ts",
|
|
414
|
-
"hash": "684e64267e90e13ff9ae7a7a87deaa5d",
|
|
415
|
-
"mtime": 1773071610359.5925,
|
|
416
|
-
"size": 2787,
|
|
417
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
418
|
-
},
|
|
419
|
-
"src/core/aiContextGenerator.ts": {
|
|
420
|
-
"path": "src/core/aiContextGenerator.ts",
|
|
421
|
-
"hash": "c520cef1f061e0f8517734b30957b947",
|
|
422
|
-
"mtime": 1773013859071.9048,
|
|
423
|
-
"size": 30018,
|
|
424
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
425
|
-
},
|
|
426
|
-
"src/core/ccp.ts": {
|
|
427
|
-
"path": "src/core/ccp.ts",
|
|
428
|
-
"hash": "cdab3bf243f95155d0a15e26b6582afb",
|
|
429
|
-
"mtime": 1773157731340.6924,
|
|
430
|
-
"size": 6267,
|
|
431
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
432
|
-
},
|
|
433
|
-
"src/core/chunker.ts": {
|
|
434
|
-
"path": "src/core/chunker.ts",
|
|
435
|
-
"hash": "7f53952952c9d801672a5a6ad729e7d5",
|
|
436
|
-
"mtime": 1773073665099.1428,
|
|
437
|
-
"size": 9678,
|
|
438
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
439
|
-
},
|
|
440
|
-
"src/core/contextGenerator.ts": {
|
|
441
|
-
"path": "src/core/contextGenerator.ts",
|
|
442
|
-
"hash": "0e3c3077c006ce8092c64f0232f750c0",
|
|
443
|
-
"mtime": 1773006174980.9766,
|
|
444
|
-
"size": 8351,
|
|
445
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
446
|
-
},
|
|
447
|
-
"src/core/contextPacket.ts": {
|
|
448
|
-
"path": "src/core/contextPacket.ts",
|
|
449
|
-
"hash": "0febc90214d77fc907e412222f94e6c1",
|
|
450
|
-
"mtime": 1773095515712.9194,
|
|
451
|
-
"size": 13322,
|
|
452
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
453
|
-
},
|
|
454
|
-
"src/core/embeddings.ts": {
|
|
455
|
-
"path": "src/core/embeddings.ts",
|
|
456
|
-
"hash": "ce1769d7adec0510a295672f69a8ba41",
|
|
457
|
-
"mtime": 1773073766382.3613,
|
|
458
|
-
"size": 4541,
|
|
459
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
460
|
-
},
|
|
461
|
-
"src/core/hierarchyGenerator.ts": {
|
|
462
|
-
"path": "src/core/hierarchyGenerator.ts",
|
|
463
|
-
"hash": "c83b44b554d5aab8759f6a4807985a24",
|
|
464
|
-
"mtime": 1773016072837.5437,
|
|
465
|
-
"size": 10914,
|
|
466
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
467
|
-
},
|
|
468
|
-
"src/core/indexState.ts": {
|
|
469
|
-
"path": "src/core/indexState.ts",
|
|
470
|
-
"hash": "412559800f738abb82e28c9eb71f8a6c",
|
|
471
|
-
"mtime": 1773073382179.3071,
|
|
472
|
-
"size": 4850,
|
|
473
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
474
|
-
},
|
|
475
|
-
"src/core/indexer.ts": {
|
|
476
|
-
"path": "src/core/indexer.ts",
|
|
477
|
-
"hash": "6e5b002d8661cf176d236b2e362db46c",
|
|
478
|
-
"mtime": 1773012050361.3564,
|
|
479
|
-
"size": 25617,
|
|
480
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
481
|
-
},
|
|
482
|
-
"src/core/moduleGraph.ts": {
|
|
483
|
-
"path": "src/core/moduleGraph.ts",
|
|
484
|
-
"hash": "0bf6db06febcf2f929d92fdf569d753b",
|
|
485
|
-
"mtime": 1773071610359.6934,
|
|
486
|
-
"size": 5256,
|
|
487
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
488
|
-
},
|
|
489
|
-
"src/core/repoMapper.ts": {
|
|
490
|
-
"path": "src/core/repoMapper.ts",
|
|
491
|
-
"hash": "2b5a86b04f99bcbfaa6b29291857a0d4",
|
|
492
|
-
"mtime": 1773005052293.012,
|
|
493
|
-
"size": 4464,
|
|
494
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
495
|
-
},
|
|
496
|
-
"src/core/repoScanner.ts": {
|
|
497
|
-
"path": "src/core/repoScanner.ts",
|
|
498
|
-
"hash": "78c4baf429b8365b779d779faec6c6f2",
|
|
499
|
-
"mtime": 1773004069943.8745,
|
|
500
|
-
"size": 2351,
|
|
501
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
502
|
-
},
|
|
503
|
-
"src/core/symbolGraph.ts": {
|
|
504
|
-
"path": "src/core/symbolGraph.ts",
|
|
505
|
-
"hash": "2ed7da22206f2833ab0766b144e82f6b",
|
|
506
|
-
"mtime": 1773095424570.4573,
|
|
507
|
-
"size": 17247,
|
|
508
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
509
|
-
},
|
|
510
|
-
"src/index.ts": {
|
|
511
|
-
"path": "src/index.ts",
|
|
512
|
-
"hash": "f79ef17442d3a4a7a0288a646e2b21b0",
|
|
513
|
-
"mtime": 1773069735666.7573,
|
|
514
|
-
"size": 556,
|
|
515
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
516
|
-
},
|
|
517
|
-
"src/types/sql.js.d.ts": {
|
|
518
|
-
"path": "src/types/sql.js.d.ts",
|
|
519
|
-
"hash": "5b68823eaec8a56784c956075d1954ce",
|
|
520
|
-
"mtime": 1773010637558.1929,
|
|
521
|
-
"size": 515,
|
|
522
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
523
|
-
},
|
|
524
|
-
"src/utils/fileUtils.ts": {
|
|
525
|
-
"path": "src/utils/fileUtils.ts",
|
|
526
|
-
"hash": "0f8b254e80a30b65d71ba40798fbcd3f",
|
|
527
|
-
"mtime": 1773007816979.788,
|
|
528
|
-
"size": 2682,
|
|
529
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
530
|
-
},
|
|
531
|
-
"tsconfig.json": {
|
|
532
|
-
"path": "tsconfig.json",
|
|
533
|
-
"hash": "7f7a4bcb349bfbd33e1550e0b02d501b",
|
|
534
|
-
"mtime": 1773004002782.7,
|
|
535
|
-
"size": 475,
|
|
536
|
-
"indexedAt": "2026-03-10T15:57:22.304Z"
|
|
537
|
-
},
|
|
538
|
-
"dist/commands/ai-first.d.ts.map": {
|
|
539
|
-
"path": "dist/commands/ai-first.d.ts.map",
|
|
540
|
-
"hash": "f6770875a016eb96042319d822bc2d93",
|
|
541
|
-
"mtime": 1773257824232.4495,
|
|
542
|
-
"size": 479,
|
|
543
|
-
"indexedAt": "2026-03-11T19:50:01.967Z"
|
|
544
|
-
},
|
|
545
|
-
"dist/commands/ai-first.js": {
|
|
546
|
-
"path": "dist/commands/ai-first.js",
|
|
547
|
-
"hash": "8e9bc91dae5b77d492dfee56d4f675d9",
|
|
548
|
-
"mtime": 1773257824232.4495,
|
|
549
|
-
"size": 55502,
|
|
550
|
-
"indexedAt": "2026-03-11T19:50:01.967Z"
|
|
551
|
-
},
|
|
552
|
-
"dist/commands/ai-first.js.map": {
|
|
553
|
-
"path": "dist/commands/ai-first.js.map",
|
|
554
|
-
"hash": "4a398030559a6187ea12a214d6eeb086",
|
|
555
|
-
"mtime": 1773257824231.4495,
|
|
556
|
-
"size": 47232,
|
|
557
|
-
"indexedAt": "2026-03-11T19:50:01.967Z"
|
|
558
|
-
},
|
|
559
|
-
"node_modules/.package-lock.json": {
|
|
560
|
-
"path": "node_modules/.package-lock.json",
|
|
561
|
-
"hash": "74218c4f44d0c516e25767d6cf17a631",
|
|
562
|
-
"mtime": 1773255231697.2512,
|
|
563
|
-
"size": 126050,
|
|
564
|
-
"indexedAt": "2026-03-11T19:50:01.967Z"
|
|
565
|
-
},
|
|
566
|
-
"node_modules/@iconify-json/simple-icons/icons.json": {
|
|
567
|
-
"path": "node_modules/@iconify-json/simple-icons/icons.json",
|
|
568
|
-
"hash": "2ddd130f595681edf72dc61b17ebc4d9",
|
|
569
|
-
"mtime": 1773255231633.2502,
|
|
570
|
-
"size": 4742480,
|
|
571
|
-
"indexedAt": "2026-03-11T19:50:01.975Z"
|
|
572
|
-
},
|
|
573
|
-
"node_modules/@iconify-json/simple-icons/info.json": {
|
|
574
|
-
"path": "node_modules/@iconify-json/simple-icons/info.json",
|
|
575
|
-
"hash": "945d5bdfbc6526f334f48bec72d050db",
|
|
576
|
-
"mtime": 1773255231633.2502,
|
|
577
|
-
"size": 502,
|
|
578
|
-
"indexedAt": "2026-03-11T19:50:01.975Z"
|
|
579
|
-
},
|
|
580
|
-
"node_modules/@iconify-json/simple-icons/package.json": {
|
|
581
|
-
"path": "node_modules/@iconify-json/simple-icons/package.json",
|
|
582
|
-
"hash": "7014c1a26d4188bc794ac7bf2e5d1295",
|
|
583
|
-
"mtime": 1773255231634.022,
|
|
584
|
-
"size": 677,
|
|
585
|
-
"indexedAt": "2026-03-11T19:50:01.975Z"
|
|
586
|
-
},
|
|
587
|
-
"node_modules/bare-stream/package.json": {
|
|
588
|
-
"path": "node_modules/bare-stream/package.json",
|
|
589
|
-
"hash": "f1f0c4c0a0ae319b54133c406dd15cb1",
|
|
590
|
-
"mtime": 1773255231587.3245,
|
|
591
|
-
"size": 1330,
|
|
592
|
-
"indexedAt": "2026-03-11T19:50:01.975Z"
|
|
593
|
-
},
|
|
594
|
-
"node_modules/bare-stream/web.js": {
|
|
595
|
-
"path": "node_modules/bare-stream/web.js",
|
|
596
|
-
"hash": "813cec46ba0e1ca646cce4761f14df97",
|
|
597
|
-
"mtime": 1773255231585.2495,
|
|
598
|
-
"size": 10809,
|
|
599
|
-
"indexedAt": "2026-03-11T19:50:01.975Z"
|
|
600
|
-
},
|
|
601
|
-
"node_modules/estree-walker/README.md": {
|
|
602
|
-
"path": "node_modules/estree-walker/README.md",
|
|
603
|
-
"hash": "5f9f4c15b1e6b440b3aa4823ea00102b",
|
|
604
|
-
"mtime": 1773255231592.2498,
|
|
605
|
-
"size": 1591,
|
|
606
|
-
"indexedAt": "2026-03-11T19:50:01.975Z"
|
|
607
|
-
},
|
|
608
|
-
"node_modules/estree-walker/package.json": {
|
|
609
|
-
"path": "node_modules/estree-walker/package.json",
|
|
610
|
-
"hash": "2aad9549ac50c68535376606fc432447",
|
|
611
|
-
"mtime": 1773255231591.2498,
|
|
612
|
-
"size": 720,
|
|
613
|
-
"indexedAt": "2026-03-11T19:50:01.975Z"
|
|
614
|
-
},
|
|
615
|
-
"node_modules/estree-walker/src/async.js": {
|
|
616
|
-
"path": "node_modules/estree-walker/src/async.js",
|
|
617
|
-
"hash": "dc39d8d0ac14f7f715ed8d4fafdc0e8a",
|
|
618
|
-
"mtime": 1773255231574.2495,
|
|
619
|
-
"size": 3474,
|
|
620
|
-
"indexedAt": "2026-03-11T19:50:01.975Z"
|
|
621
|
-
},
|
|
622
|
-
"node_modules/estree-walker/src/index.js": {
|
|
623
|
-
"path": "node_modules/estree-walker/src/index.js",
|
|
624
|
-
"hash": "9b6f26f366d15e040471e3293d14d542",
|
|
625
|
-
"mtime": 1773255231581.2495,
|
|
626
|
-
"size": 806,
|
|
627
|
-
"indexedAt": "2026-03-11T19:50:01.975Z"
|
|
628
|
-
},
|
|
629
|
-
"node_modules/estree-walker/src/sync.js": {
|
|
630
|
-
"path": "node_modules/estree-walker/src/sync.js",
|
|
631
|
-
"hash": "962561751bf71b557617efa5a502a464",
|
|
632
|
-
"mtime": 1773255231586.2498,
|
|
633
|
-
"size": 3418,
|
|
634
|
-
"indexedAt": "2026-03-11T19:50:01.976Z"
|
|
635
|
-
},
|
|
636
|
-
"node_modules/estree-walker/src/walker.js": {
|
|
637
|
-
"path": "node_modules/estree-walker/src/walker.js",
|
|
638
|
-
"hash": "e202e77221195e3c5ea9287ad2b1b77b",
|
|
639
|
-
"mtime": 1773255231589.2498,
|
|
640
|
-
"size": 1393,
|
|
641
|
-
"indexedAt": "2026-03-11T19:50:01.976Z"
|
|
642
|
-
},
|
|
643
|
-
"node_modules/estree-walker/types/async.d.ts": {
|
|
644
|
-
"path": "node_modules/estree-walker/types/async.d.ts",
|
|
645
|
-
"hash": "651825d9064839c1fdeee83756536c0e",
|
|
646
|
-
"mtime": 1773255231596.2498,
|
|
647
|
-
"size": 1455,
|
|
648
|
-
"indexedAt": "2026-03-11T19:50:01.976Z"
|
|
649
|
-
},
|
|
650
|
-
"node_modules/estree-walker/types/index.d.ts": {
|
|
651
|
-
"path": "node_modules/estree-walker/types/index.d.ts",
|
|
652
|
-
"hash": "68c13af0ee8ef9f0ac54d1655f402094",
|
|
653
|
-
"mtime": 1773255231598.2498,
|
|
654
|
-
"size": 858,
|
|
655
|
-
"indexedAt": "2026-03-11T19:50:01.976Z"
|
|
656
|
-
},
|
|
657
|
-
"node_modules/estree-walker/types/sync.d.ts": {
|
|
658
|
-
"path": "node_modules/estree-walker/types/sync.d.ts",
|
|
659
|
-
"hash": "d293f438b8e9f975bda0a80f85ae0eff",
|
|
660
|
-
"mtime": 1773255231600.2498,
|
|
661
|
-
"size": 1408,
|
|
662
|
-
"indexedAt": "2026-03-11T19:50:01.976Z"
|
|
663
|
-
},
|
|
664
|
-
"node_modules/estree-walker/types/walker.d.ts": {
|
|
665
|
-
"path": "node_modules/estree-walker/types/walker.d.ts",
|
|
666
|
-
"hash": "42a219a4529f7481d67fd48542b2985d",
|
|
667
|
-
"mtime": 1773255231601.2498,
|
|
668
|
-
"size": 1350,
|
|
669
|
-
"indexedAt": "2026-03-11T19:50:01.976Z"
|
|
670
|
-
},
|
|
671
|
-
"node_modules/preact/compat/dist/compat.js": {
|
|
672
|
-
"path": "node_modules/preact/compat/dist/compat.js",
|
|
673
|
-
"hash": "2f27022c8de6a048f1dc7eab1c4111e0",
|
|
674
|
-
"mtime": 1773255231603.2498,
|
|
675
|
-
"size": 11446,
|
|
676
|
-
"indexedAt": "2026-03-11T19:50:01.976Z"
|
|
677
|
-
},
|
|
678
|
-
"node_modules/preact/compat/dist/compat.js.map": {
|
|
679
|
-
"path": "node_modules/preact/compat/dist/compat.js.map",
|
|
680
|
-
"hash": "3c15890bcc5c75a2583e9ce2b62e9893",
|
|
681
|
-
"mtime": 1773255231634.2502,
|
|
682
|
-
"size": 54612,
|
|
683
|
-
"indexedAt": "2026-03-11T19:50:01.976Z"
|
|
684
|
-
},
|
|
685
|
-
"node_modules/preact/compat/dist/compat.mjs": {
|
|
686
|
-
"path": "node_modules/preact/compat/dist/compat.mjs",
|
|
687
|
-
"hash": "1c025777a1270e4d8679822768819900",
|
|
688
|
-
"mtime": 1773255231640.3076,
|
|
689
|
-
"size": 10281,
|
|
690
|
-
"indexedAt": "2026-03-11T19:50:01.976Z"
|
|
691
|
-
},
|
|
692
|
-
"node_modules/preact/compat/dist/compat.module.js": {
|
|
693
|
-
"path": "node_modules/preact/compat/dist/compat.module.js",
|
|
694
|
-
"hash": "1c025777a1270e4d8679822768819900",
|
|
695
|
-
"mtime": 1773255231606.25,
|
|
696
|
-
"size": 10281,
|
|
697
|
-
"indexedAt": "2026-03-11T19:50:01.976Z"
|
|
698
|
-
},
|
|
699
|
-
"node_modules/preact/compat/dist/compat.module.js.map": {
|
|
700
|
-
"path": "node_modules/preact/compat/dist/compat.module.js.map",
|
|
701
|
-
"hash": "d2a064fd536167f973dac598db49fb33",
|
|
702
|
-
"mtime": 1773255231635.0017,
|
|
703
|
-
"size": 54228,
|
|
704
|
-
"indexedAt": "2026-03-11T19:50:01.976Z"
|
|
705
|
-
},
|
|
706
|
-
"node_modules/preact/compat/dist/compat.umd.js": {
|
|
707
|
-
"path": "node_modules/preact/compat/dist/compat.umd.js",
|
|
708
|
-
"hash": "2cb20cab3642f6cbe70ebc8d9e822c35",
|
|
709
|
-
"mtime": 1773255231608.25,
|
|
710
|
-
"size": 11468,
|
|
711
|
-
"indexedAt": "2026-03-11T19:50:01.976Z"
|
|
712
|
-
},
|
|
713
|
-
"node_modules/preact/compat/dist/compat.umd.js.map": {
|
|
714
|
-
"path": "node_modules/preact/compat/dist/compat.umd.js.map",
|
|
715
|
-
"hash": "81d431b61217bc14dd75413bd41fddde",
|
|
716
|
-
"mtime": 1773255231635.0017,
|
|
717
|
-
"size": 54617,
|
|
718
|
-
"indexedAt": "2026-03-11T19:50:01.977Z"
|
|
719
|
-
},
|
|
720
|
-
"node_modules/preact/compat/src/index.js": {
|
|
721
|
-
"path": "node_modules/preact/compat/src/index.js",
|
|
722
|
-
"hash": "e001456de452b5f5c7199dc2b4d3c457",
|
|
723
|
-
"mtime": 1773255231624.1016,
|
|
724
|
-
"size": 5264,
|
|
725
|
-
"indexedAt": "2026-03-11T19:50:01.977Z"
|
|
726
|
-
},
|
|
727
|
-
"node_modules/preact/compat/src/memo.js": {
|
|
728
|
-
"path": "node_modules/preact/compat/src/memo.js",
|
|
729
|
-
"hash": "36ba277087ab25a3717f297f887170ae",
|
|
730
|
-
"mtime": 1773255231628.0076,
|
|
731
|
-
"size": 1043,
|
|
732
|
-
"indexedAt": "2026-03-11T19:50:01.977Z"
|
|
733
|
-
},
|
|
734
|
-
"node_modules/preact/compat/src/render.js": {
|
|
735
|
-
"path": "node_modules/preact/compat/src/render.js",
|
|
736
|
-
"hash": "d8838b04e9818b3ca541dbcecb6ed650",
|
|
737
|
-
"mtime": 1773255231630.7095,
|
|
738
|
-
"size": 8747,
|
|
739
|
-
"indexedAt": "2026-03-11T19:50:01.977Z"
|
|
740
|
-
},
|
|
741
|
-
"node_modules/preact/compat/src/suspense.js": {
|
|
742
|
-
"path": "node_modules/preact/compat/src/suspense.js",
|
|
743
|
-
"hash": "b0759855f9b44c51b94c6850c79fcaad",
|
|
744
|
-
"mtime": 1773255231631.796,
|
|
745
|
-
"size": 8295,
|
|
746
|
-
"indexedAt": "2026-03-11T19:50:01.977Z"
|
|
747
|
-
},
|
|
748
|
-
"node_modules/preact/devtools/dist/devtools.js": {
|
|
749
|
-
"path": "node_modules/preact/devtools/dist/devtools.js",
|
|
750
|
-
"hash": "539572da21c0d8ae973f87587548d3ba",
|
|
751
|
-
"mtime": 1773255231618.7239,
|
|
752
|
-
"size": 357,
|
|
753
|
-
"indexedAt": "2026-03-11T19:50:01.977Z"
|
|
754
|
-
},
|
|
755
|
-
"node_modules/preact/devtools/dist/devtools.js.map": {
|
|
756
|
-
"path": "node_modules/preact/devtools/dist/devtools.js.map",
|
|
757
|
-
"hash": "e0f71b8d0b041e0d190273e99fd766fe",
|
|
758
|
-
"mtime": 1773255231636.0386,
|
|
759
|
-
"size": 1341,
|
|
760
|
-
"indexedAt": "2026-03-11T19:50:01.977Z"
|
|
761
|
-
},
|
|
762
|
-
"node_modules/preact/devtools/dist/devtools.mjs": {
|
|
763
|
-
"path": "node_modules/preact/devtools/dist/devtools.mjs",
|
|
764
|
-
"hash": "965287dcf264d6ba53ef7a84c323f2b6",
|
|
765
|
-
"mtime": 1773255231640.3076,
|
|
766
|
-
"size": 369,
|
|
767
|
-
"indexedAt": "2026-03-11T19:50:01.977Z"
|
|
768
|
-
},
|
|
769
|
-
"node_modules/preact/devtools/dist/devtools.module.js": {
|
|
770
|
-
"path": "node_modules/preact/devtools/dist/devtools.module.js",
|
|
771
|
-
"hash": "965287dcf264d6ba53ef7a84c323f2b6",
|
|
772
|
-
"mtime": 1773255231619.8484,
|
|
773
|
-
"size": 369,
|
|
774
|
-
"indexedAt": "2026-03-11T19:50:01.977Z"
|
|
775
|
-
},
|
|
776
|
-
"node_modules/preact/devtools/dist/devtools.module.js.map": {
|
|
777
|
-
"path": "node_modules/preact/devtools/dist/devtools.module.js.map",
|
|
778
|
-
"hash": "577d94f007cff118fe02d0c728e955ca",
|
|
779
|
-
"mtime": 1773255231636.3538,
|
|
780
|
-
"size": 1343,
|
|
781
|
-
"indexedAt": "2026-03-11T19:50:01.977Z"
|
|
782
|
-
},
|
|
783
|
-
"node_modules/preact/devtools/dist/devtools.umd.js": {
|
|
784
|
-
"path": "node_modules/preact/devtools/dist/devtools.umd.js",
|
|
785
|
-
"hash": "72cbb69c1f9988850a6bf1be6ceb11c7",
|
|
786
|
-
"mtime": 1773255231620.6755,
|
|
787
|
-
"size": 563,
|
|
788
|
-
"indexedAt": "2026-03-11T19:50:01.977Z"
|
|
789
|
-
},
|
|
790
|
-
"node_modules/preact/devtools/dist/devtools.umd.js.map": {
|
|
791
|
-
"path": "node_modules/preact/devtools/dist/devtools.umd.js.map",
|
|
792
|
-
"hash": "8c218c7f723c69bfb4743751ac061edb",
|
|
793
|
-
"mtime": 1773255231636.6292,
|
|
794
|
-
"size": 1351,
|
|
795
|
-
"indexedAt": "2026-03-11T19:50:01.977Z"
|
|
796
|
-
},
|
|
797
|
-
"node_modules/preact/devtools/src/devtools.js": {
|
|
798
|
-
"path": "node_modules/preact/devtools/src/devtools.js",
|
|
799
|
-
"hash": "3a3cb275f70f987700c9c584edd06f08",
|
|
800
|
-
"mtime": 1773255231619.25,
|
|
801
|
-
"size": 426,
|
|
802
|
-
"indexedAt": "2026-03-11T19:50:01.977Z"
|
|
803
|
-
},
|
|
804
|
-
"node_modules/preact/dist/preact.js": {
|
|
805
|
-
"path": "node_modules/preact/dist/preact.js",
|
|
806
|
-
"hash": "a9b5a3edd4b143c5b3a4d3480d8eac91",
|
|
807
|
-
"mtime": 1773255231628.772,
|
|
808
|
-
"size": 11504,
|
|
809
|
-
"indexedAt": "2026-03-11T19:50:01.977Z"
|
|
810
|
-
},
|
|
811
|
-
"node_modules/preact/dist/preact.js.map": {
|
|
812
|
-
"path": "node_modules/preact/dist/preact.js.map",
|
|
813
|
-
"hash": "0d693299b8022c668bc7738e4ba0b062",
|
|
814
|
-
"mtime": 1773255231638.3586,
|
|
815
|
-
"size": 84365,
|
|
816
|
-
"indexedAt": "2026-03-11T19:50:01.977Z"
|
|
817
|
-
},
|
|
818
|
-
"node_modules/preact/dist/preact.min.js": {
|
|
819
|
-
"path": "node_modules/preact/dist/preact.min.js",
|
|
820
|
-
"hash": "01b261bbb786e5dbd4f50d98bc53caf3",
|
|
821
|
-
"mtime": 1773255231629.043,
|
|
822
|
-
"size": 11125,
|
|
823
|
-
"indexedAt": "2026-03-11T19:50:01.977Z"
|
|
824
|
-
},
|
|
825
|
-
"node_modules/preact/dist/preact.min.js.map": {
|
|
826
|
-
"path": "node_modules/preact/dist/preact.min.js.map",
|
|
827
|
-
"hash": "9299a5f519784062fcc618e67f610f7b",
|
|
828
|
-
"mtime": 1773255231638.668,
|
|
829
|
-
"size": 84729,
|
|
830
|
-
"indexedAt": "2026-03-11T19:50:01.978Z"
|
|
831
|
-
},
|
|
832
|
-
"node_modules/preact/dist/preact.min.module.js": {
|
|
833
|
-
"path": "node_modules/preact/dist/preact.min.module.js",
|
|
834
|
-
"hash": "581b51684ed5a22705b8b881e21b0760",
|
|
835
|
-
"mtime": 1773255231629.3286,
|
|
836
|
-
"size": 11489,
|
|
837
|
-
"indexedAt": "2026-03-11T19:50:01.978Z"
|
|
838
|
-
},
|
|
839
|
-
"node_modules/preact/dist/preact.min.module.js.map": {
|
|
840
|
-
"path": "node_modules/preact/dist/preact.min.module.js.map",
|
|
841
|
-
"hash": "5087781f545d08572d4e886278ddd910",
|
|
842
|
-
"mtime": 1773255231638.824,
|
|
843
|
-
"size": 84600,
|
|
844
|
-
"indexedAt": "2026-03-11T19:50:01.978Z"
|
|
845
|
-
},
|
|
846
|
-
"node_modules/preact/dist/preact.min.umd.js": {
|
|
847
|
-
"path": "node_modules/preact/dist/preact.min.umd.js",
|
|
848
|
-
"hash": "0da89f57ed55322bd126b1142f8ce3f6",
|
|
849
|
-
"mtime": 1773255231629.3286,
|
|
850
|
-
"size": 11193,
|
|
851
|
-
"indexedAt": "2026-03-11T19:50:01.978Z"
|
|
852
|
-
},
|
|
853
|
-
"node_modules/preact/dist/preact.min.umd.js.map": {
|
|
854
|
-
"path": "node_modules/preact/dist/preact.min.umd.js.map",
|
|
855
|
-
"hash": "4ea38b0e880dfb6d1b50e3796d340ac8",
|
|
856
|
-
"mtime": 1773255231639.3254,
|
|
857
|
-
"size": 84733,
|
|
858
|
-
"indexedAt": "2026-03-11T19:50:01.978Z"
|
|
859
|
-
},
|
|
860
|
-
"node_modules/preact/dist/preact.mjs": {
|
|
861
|
-
"path": "node_modules/preact/dist/preact.mjs",
|
|
862
|
-
"hash": "db794ebf4acf76cff301017e447df12a",
|
|
863
|
-
"mtime": 1773255231641.4036,
|
|
864
|
-
"size": 11470,
|
|
865
|
-
"indexedAt": "2026-03-11T19:50:01.978Z"
|
|
866
|
-
},
|
|
867
|
-
"node_modules/preact/dist/preact.module.js": {
|
|
868
|
-
"path": "node_modules/preact/dist/preact.module.js",
|
|
869
|
-
"hash": "db794ebf4acf76cff301017e447df12a",
|
|
870
|
-
"mtime": 1773255231629.6626,
|
|
871
|
-
"size": 11470,
|
|
872
|
-
"indexedAt": "2026-03-11T19:50:01.978Z"
|
|
873
|
-
},
|
|
874
|
-
"node_modules/preact/dist/preact.module.js.map": {
|
|
875
|
-
"path": "node_modules/preact/dist/preact.module.js.map",
|
|
876
|
-
"hash": "dddc98c569500e8800a8220b43741640",
|
|
877
|
-
"mtime": 1773255231639.3254,
|
|
878
|
-
"size": 84449,
|
|
879
|
-
"indexedAt": "2026-03-11T19:50:01.979Z"
|
|
880
|
-
},
|
|
881
|
-
"node_modules/preact/dist/preact.umd.js": {
|
|
882
|
-
"path": "node_modules/preact/dist/preact.umd.js",
|
|
883
|
-
"hash": "7d35b7b19668b7642a744dfe33dd8163",
|
|
884
|
-
"mtime": 1773255231629.8672,
|
|
885
|
-
"size": 11246,
|
|
886
|
-
"indexedAt": "2026-03-11T19:50:01.979Z"
|
|
887
|
-
},
|
|
888
|
-
"node_modules/preact/dist/preact.umd.js.map": {
|
|
889
|
-
"path": "node_modules/preact/dist/preact.umd.js.map",
|
|
890
|
-
"hash": "88468b65eb8cf706330e4fc39ff62dba",
|
|
891
|
-
"mtime": 1773255231639.777,
|
|
892
|
-
"size": 84505,
|
|
893
|
-
"indexedAt": "2026-03-11T19:50:01.979Z"
|
|
894
|
-
},
|
|
895
|
-
"node_modules/preact/package.json": {
|
|
896
|
-
"path": "node_modules/preact/package.json",
|
|
897
|
-
"hash": "d913bad577b0324a56c30202ab8af546",
|
|
898
|
-
"mtime": 1773255231634.022,
|
|
899
|
-
"size": 9042,
|
|
900
|
-
"indexedAt": "2026-03-11T19:50:01.979Z"
|
|
901
|
-
},
|
|
902
|
-
"node_modules/preact/src/component.js": {
|
|
903
|
-
"path": "node_modules/preact/src/component.js",
|
|
904
|
-
"hash": "661edfeedff96a9aa10fb8cfe0d1cfc7",
|
|
905
|
-
"mtime": 1773255231611.3528,
|
|
906
|
-
"size": 7625,
|
|
907
|
-
"indexedAt": "2026-03-11T19:50:01.979Z"
|
|
908
|
-
},
|
|
909
|
-
"node_modules/preact/src/diff/index.js": {
|
|
910
|
-
"path": "node_modules/preact/src/diff/index.js",
|
|
911
|
-
"hash": "7f843865b3012d6e9268cc8d25b55d10",
|
|
912
|
-
"mtime": 1773255231625.8462,
|
|
913
|
-
"size": 18824,
|
|
914
|
-
"indexedAt": "2026-03-11T19:50:01.979Z"
|
|
915
|
-
},
|
|
916
|
-
"node_modules/node-abi/abi_registry.json": {
|
|
917
|
-
"path": "node_modules/node-abi/abi_registry.json",
|
|
918
|
-
"hash": "c7138a2c35d36842db35dd945e7cd92e",
|
|
919
|
-
"mtime": 1773255231580.2495,
|
|
920
|
-
"size": 7280,
|
|
921
|
-
"indexedAt": "2026-03-11T19:50:01.976Z"
|
|
922
|
-
},
|
|
923
|
-
"node_modules/node-abi/package.json": {
|
|
924
|
-
"path": "node_modules/node-abi/package.json",
|
|
925
|
-
"hash": "aa4467cd8e738526c581655d2aa97202",
|
|
926
|
-
"mtime": 1773255231584.2495,
|
|
927
|
-
"size": 1164,
|
|
928
|
-
"indexedAt": "2026-03-11T19:50:01.976Z"
|
|
929
|
-
}
|
|
930
|
-
}
|
|
931
|
-
}
|