ai-first-cli 1.3.0 → 1.3.5
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-dev/index.db +0 -0
- package/.github/workflows/publish.yml +4 -1
- package/BETA_EVALUATION_REPORT.md +151 -0
- package/CHANGELOG.md +178 -0
- package/PHASE1_USER_SIMULATION.md +56 -0
- package/PHASE2_USER_SIMULATION.md +81 -0
- package/PHASE3_USER_SIMULATION.md +176 -0
- package/README.es.md +18 -0
- package/README.md +80 -1
- package/ai/graph/knowledge-graph.json +10 -0
- package/ai-context/ai_context.md +130 -0
- package/{test-projects/react-app/.ai-dev → ai-context}/ai_rules.md +10 -5
- package/ai-context/architecture.md +136 -0
- package/ai-context/context/features/src.json +69 -0
- package/ai-context/context/features/test-projects.json +69 -0
- package/ai-context/context/flows/App.json +17 -0
- package/ai-context/context/flows/DashboardPage.json +14 -0
- package/ai-context/context/flows/LoginPage.json +14 -0
- package/ai-context/context/flows/admin.json +10 -0
- package/ai-context/context/flows/ai-first.json +9 -0
- package/ai-context/context/flows/androidresources.json +11 -0
- package/ai-context/context/flows/auth.json +13 -0
- package/ai-context/context/flows/authController.json +14 -0
- package/ai-context/context/flows/doctor.json +9 -0
- package/ai-context/context/flows/entrypoints.json +9 -0
- package/ai-context/context/flows/explore.json +9 -0
- package/ai-context/context/flows/fastapiAdapter.json +14 -0
- package/ai-context/context/flows/fastapiadapter.json +11 -0
- package/ai-context/context/flows/index.json +19 -0
- package/ai-context/context/flows/indexer.json +9 -0
- package/ai-context/context/flows/indexstate.json +9 -0
- package/ai-context/context/flows/init.json +22 -0
- package/ai-context/context/flows/main.json +18 -0
- package/ai-context/context/flows/mainactivity.json +9 -0
- package/ai-context/context/flows/models.json +15 -0
- package/ai-context/context/flows/posts.json +15 -0
- package/ai-context/context/flows/repoMapper.json +20 -0
- package/ai-context/context/flows/repomapper.json +11 -0
- package/ai-context/context/flows/routes.json +15 -0
- package/ai-context/context/flows/serializers.json +10 -0
- package/ai-context/context/flows/user.json +23 -0
- package/ai-context/context/flows/views.json +12 -0
- package/{test-projects/react-app/.ai-dev → ai-context}/conventions.md +3 -2
- package/ai-context/dependencies.json +3360 -0
- package/ai-context/entrypoints.md +45 -0
- package/ai-context/index-state.json +196 -0
- package/ai-context/modules.json +901 -0
- package/ai-context/project.json +33 -0
- package/ai-context/repo_map.json +8857 -0
- package/ai-context/repo_map.md +2002 -0
- package/{test-projects/flask-app/.ai-dev → ai-context}/schema.json +1 -1
- package/ai-context/summary.md +46 -0
- package/ai-context/symbols.json +82467 -0
- package/{test-projects/react-app/.ai-dev → ai-context}/tech_stack.md +15 -7
- package/ai-context-evaluation-report-1774223059505.md +206 -0
- package/dist/analyzers/architecture.d.ts.map +1 -1
- package/dist/analyzers/architecture.js +6 -0
- package/dist/analyzers/architecture.js.map +1 -1
- package/dist/analyzers/entrypoints.d.ts.map +1 -1
- package/dist/analyzers/entrypoints.js +105 -0
- package/dist/analyzers/entrypoints.js.map +1 -1
- package/dist/analyzers/symbols.d.ts.map +1 -1
- package/dist/analyzers/symbols.js +72 -1
- package/dist/analyzers/symbols.js.map +1 -1
- package/dist/analyzers/techStack.d.ts +8 -0
- package/dist/analyzers/techStack.d.ts.map +1 -1
- package/dist/analyzers/techStack.js +75 -0
- package/dist/analyzers/techStack.js.map +1 -1
- package/dist/scripts/ai-context-evaluator.js +367 -0
- package/package.json +1 -1
- package/quick-evaluation-report-1774396002305.md +64 -0
- package/quick-evaluator.ts +200 -0
- package/scripts/ai-context-evaluator.ts +440 -0
- package/src/analyzers/architecture.ts +8 -0
- package/src/analyzers/entrypoints.ts +115 -0
- package/src/analyzers/symbols.ts +77 -1
- package/src/analyzers/techStack.ts +93 -0
- package/test_adapters.mjs +11 -11
- package/tests/apex-parser.test.ts +193 -0
- package/tests/cli-commands-batch1.test.ts +808 -0
- package/tests/cli-commands-batch2.test.ts +1113 -0
- package/tests/cli-commands-batch3.test.ts +1128 -0
- package/tests/cli-index.test.ts +1007 -0
- package/tests/cli-init.test.ts +761 -0
- package/tests/salesforce-apex-classes.test.ts +713 -0
- package/tests/salesforce-apex-triggers.test.ts +871 -0
- package/tests/salesforce-custom-objects.test.ts +918 -0
- package/tests/salesforce-flows.test.ts +710 -0
- package/tests/salesforce-lwc.test.ts +963 -0
- package/tests/salesforce-sfdx-integration.test.ts +1125 -0
- package/CONTRIBUTING.md +0 -89
- package/FLOW.md +0 -129
- package/install.sh +0 -188
- package/run-all-tests.sh +0 -184
- package/test-projects/django-app/.ai-dev/ai_context.md +0 -92
- package/test-projects/django-app/.ai-dev/ai_rules.md +0 -47
- package/test-projects/django-app/.ai-dev/architecture.md +0 -57
- package/test-projects/django-app/.ai-dev/cache.json +0 -169
- package/test-projects/django-app/.ai-dev/context/flows/views.json +0 -10
- package/test-projects/django-app/.ai-dev/conventions.md +0 -51
- package/test-projects/django-app/.ai-dev/dependencies.json +0 -312
- package/test-projects/django-app/.ai-dev/entrypoints.md +0 -4
- package/test-projects/django-app/.ai-dev/files.json +0 -209
- package/test-projects/django-app/.ai-dev/graph/knowledge-graph.json +0 -36
- package/test-projects/django-app/.ai-dev/graph/module-graph.json +0 -145
- package/test-projects/django-app/.ai-dev/graph/symbol-graph.json +0 -1488
- package/test-projects/django-app/.ai-dev/graph/symbol-references.json +0 -1
- package/test-projects/django-app/.ai-dev/index-state.json +0 -294
- package/test-projects/django-app/.ai-dev/modules.json +0 -35
- package/test-projects/django-app/.ai-dev/project.json +0 -11
- package/test-projects/django-app/.ai-dev/repo_map.json +0 -412
- package/test-projects/django-app/.ai-dev/repo_map.md +0 -105
- package/test-projects/django-app/.ai-dev/schema.json +0 -5
- package/test-projects/django-app/.ai-dev/summary.md +0 -15
- package/test-projects/django-app/.ai-dev/symbols.json +0 -1
- package/test-projects/django-app/.ai-dev/tech_stack.md +0 -32
- package/test-projects/django-app/README.md +0 -91
- package/test-projects/django-app/blog/__init__.py +0 -0
- package/test-projects/django-app/blog/admin.py +0 -31
- package/test-projects/django-app/blog/models.py +0 -55
- package/test-projects/django-app/blog/serializers.py +0 -69
- package/test-projects/django-app/blog/urls.py +0 -14
- package/test-projects/django-app/blog/views.py +0 -96
- package/test-projects/django-app/django_app/__init__.py +0 -0
- package/test-projects/django-app/django_app/settings.py +0 -90
- package/test-projects/django-app/django_app/urls.py +0 -11
- package/test-projects/django-app/django_app/wsgi.py +0 -9
- package/test-projects/django-app/manage.py +0 -23
- package/test-projects/django-app/requirements.txt +0 -3
- package/test-projects/django-app/users/__init__.py +0 -0
- package/test-projects/django-app/users/admin.py +0 -42
- package/test-projects/django-app/users/models.py +0 -54
- package/test-projects/django-app/users/serializers.py +0 -113
- package/test-projects/django-app/users/urls.py +0 -13
- package/test-projects/django-app/users/views.py +0 -135
- package/test-projects/express-api/.ai-dev/ai_context.md +0 -112
- package/test-projects/express-api/.ai-dev/ai_rules.md +0 -50
- package/test-projects/express-api/.ai-dev/architecture.md +0 -62
- package/test-projects/express-api/.ai-dev/context/features/controllers.json +0 -13
- package/test-projects/express-api/.ai-dev/context/features/services.json +0 -13
- package/test-projects/express-api/.ai-dev/context/flows/auth.json +0 -12
- package/test-projects/express-api/.ai-dev/context/flows/user.json +0 -13
- package/test-projects/express-api/.ai-dev/conventions.md +0 -51
- package/test-projects/express-api/.ai-dev/dependencies.json +0 -54
- package/test-projects/express-api/.ai-dev/entrypoints.md +0 -17
- package/test-projects/express-api/.ai-dev/modules.json +0 -30
- package/test-projects/express-api/.ai-dev/project.json +0 -15
- package/test-projects/express-api/.ai-dev/repo_map.json +0 -100
- package/test-projects/express-api/.ai-dev/repo_map.md +0 -36
- package/test-projects/express-api/.ai-dev/schema.json +0 -5
- package/test-projects/express-api/.ai-dev/summary.md +0 -14
- package/test-projects/express-api/.ai-dev/symbols.json +0 -7
- package/test-projects/express-api/.ai-dev/tech_stack.md +0 -38
- package/test-projects/express-api/.ai-dev/tools.json +0 -10
- package/test-projects/express-api/controllers/authController.js +0 -32
- package/test-projects/express-api/controllers/userController.js +0 -51
- package/test-projects/express-api/index.js +0 -30
- package/test-projects/express-api/middleware/authMiddleware.js +0 -30
- package/test-projects/express-api/models/userRepository.js +0 -25
- package/test-projects/express-api/package.json +0 -18
- package/test-projects/express-api/services/authService.js +0 -17
- package/test-projects/express-api/services/userService.js +0 -28
- package/test-projects/fastapi-app/.ai-dev/ai_context.md +0 -89
- package/test-projects/fastapi-app/.ai-dev/ai_rules.md +0 -47
- package/test-projects/fastapi-app/.ai-dev/architecture.md +0 -39
- package/test-projects/fastapi-app/.ai-dev/cache.json +0 -125
- package/test-projects/fastapi-app/.ai-dev/conventions.md +0 -51
- package/test-projects/fastapi-app/.ai-dev/dependencies.json +0 -244
- package/test-projects/fastapi-app/.ai-dev/entrypoints.md +0 -4
- package/test-projects/fastapi-app/.ai-dev/files.json +0 -154
- package/test-projects/fastapi-app/.ai-dev/graph/knowledge-graph.json +0 -15
- package/test-projects/fastapi-app/.ai-dev/graph/module-graph.json +0 -78
- package/test-projects/fastapi-app/.ai-dev/graph/symbol-graph.json +0 -1724
- package/test-projects/fastapi-app/.ai-dev/graph/symbol-references.json +0 -51
- package/test-projects/fastapi-app/.ai-dev/index-state.json +0 -217
- package/test-projects/fastapi-app/.ai-dev/modules.json +0 -16
- package/test-projects/fastapi-app/.ai-dev/project.json +0 -9
- package/test-projects/fastapi-app/.ai-dev/repo_map.json +0 -298
- package/test-projects/fastapi-app/.ai-dev/repo_map.md +0 -74
- package/test-projects/fastapi-app/.ai-dev/schema.json +0 -5
- package/test-projects/fastapi-app/.ai-dev/summary.md +0 -12
- package/test-projects/fastapi-app/.ai-dev/symbols.json +0 -1
- package/test-projects/fastapi-app/.ai-dev/tech_stack.md +0 -32
- package/test-projects/fastapi-app/.ai-dev/tools.json +0 -10
- package/test-projects/fastapi-app/README.md +0 -118
- package/test-projects/fastapi-app/app/database.py +0 -21
- package/test-projects/fastapi-app/app/dependencies.py +0 -107
- package/test-projects/fastapi-app/app/main.py +0 -47
- package/test-projects/fastapi-app/app/models.py +0 -149
- package/test-projects/fastapi-app/app/routers/auth.py +0 -117
- package/test-projects/fastapi-app/app/routers/posts.py +0 -272
- package/test-projects/fastapi-app/app/schemas.py +0 -191
- package/test-projects/fastapi-app/requirements.txt +0 -10
- package/test-projects/flask-app/.ai-dev/ai_context.md +0 -94
- package/test-projects/flask-app/.ai-dev/ai_rules.md +0 -47
- package/test-projects/flask-app/.ai-dev/architecture.md +0 -49
- package/test-projects/flask-app/.ai-dev/cache.json +0 -157
- package/test-projects/flask-app/.ai-dev/context/features/app.json +0 -25
- package/test-projects/flask-app/.ai-dev/context/flows/routes.json +0 -14
- package/test-projects/flask-app/.ai-dev/conventions.md +0 -51
- package/test-projects/flask-app/.ai-dev/dependencies.json +0 -298
- package/test-projects/flask-app/.ai-dev/entrypoints.md +0 -4
- package/test-projects/flask-app/.ai-dev/files.json +0 -194
- package/test-projects/flask-app/.ai-dev/graph/knowledge-graph.json +0 -60
- package/test-projects/flask-app/.ai-dev/graph/module-graph.json +0 -95
- package/test-projects/flask-app/.ai-dev/graph/symbol-graph.json +0 -1448
- package/test-projects/flask-app/.ai-dev/graph/symbol-references.json +0 -45
- package/test-projects/flask-app/.ai-dev/index-state.json +0 -273
- package/test-projects/flask-app/.ai-dev/modules.json +0 -21
- package/test-projects/flask-app/.ai-dev/project.json +0 -13
- package/test-projects/flask-app/.ai-dev/repo_map.json +0 -400
- package/test-projects/flask-app/.ai-dev/repo_map.md +0 -98
- package/test-projects/flask-app/.ai-dev/summary.md +0 -13
- package/test-projects/flask-app/.ai-dev/symbols.json +0 -1
- package/test-projects/flask-app/.ai-dev/tech_stack.md +0 -32
- package/test-projects/flask-app/.ai-dev/tools.json +0 -10
- package/test-projects/flask-app/README.md +0 -129
- package/test-projects/flask-app/app/__init__.py +0 -46
- package/test-projects/flask-app/app/api/__init__.py +0 -7
- package/test-projects/flask-app/app/api/routes.py +0 -122
- package/test-projects/flask-app/app/auth/__init__.py +0 -7
- package/test-projects/flask-app/app/auth/forms.py +0 -52
- package/test-projects/flask-app/app/auth/routes.py +0 -68
- package/test-projects/flask-app/app/blog/__init__.py +0 -7
- package/test-projects/flask-app/app/blog/forms.py +0 -35
- package/test-projects/flask-app/app/blog/routes.py +0 -140
- package/test-projects/flask-app/app/main/__init__.py +0 -7
- package/test-projects/flask-app/app/main/routes.py +0 -88
- package/test-projects/flask-app/app/models.py +0 -177
- package/test-projects/flask-app/config.py +0 -64
- package/test-projects/flask-app/requirements.txt +0 -10
- package/test-projects/laravel-app/.ai-dev/ai_context.md +0 -97
- package/test-projects/laravel-app/.ai-dev/ai_rules.md +0 -47
- package/test-projects/laravel-app/.ai-dev/architecture.md +0 -60
- package/test-projects/laravel-app/.ai-dev/cache.json +0 -161
- package/test-projects/laravel-app/.ai-dev/context/features/app.json +0 -21
- package/test-projects/laravel-app/.ai-dev/context/flows/.json +0 -9
- package/test-projects/laravel-app/.ai-dev/context/flows/category.json +0 -12
- package/test-projects/laravel-app/.ai-dev/context/flows/comment.json +0 -12
- package/test-projects/laravel-app/.ai-dev/context/flows/post.json +0 -12
- package/test-projects/laravel-app/.ai-dev/context/flows/unnamed.json +0 -9
- package/test-projects/laravel-app/.ai-dev/conventions.md +0 -51
- package/test-projects/laravel-app/.ai-dev/dependencies.json +0 -6
- package/test-projects/laravel-app/.ai-dev/entrypoints.md +0 -4
- package/test-projects/laravel-app/.ai-dev/files.json +0 -199
- package/test-projects/laravel-app/.ai-dev/graph/knowledge-graph.json +0 -98
- package/test-projects/laravel-app/.ai-dev/graph/module-graph.json +0 -30
- package/test-projects/laravel-app/.ai-dev/graph/symbol-graph.json +0 -5
- package/test-projects/laravel-app/.ai-dev/graph/symbol-references.json +0 -1
- package/test-projects/laravel-app/.ai-dev/index-state.json +0 -280
- package/test-projects/laravel-app/.ai-dev/modules.json +0 -29
- package/test-projects/laravel-app/.ai-dev/project.json +0 -17
- package/test-projects/laravel-app/.ai-dev/repo_map.json +0 -419
- package/test-projects/laravel-app/.ai-dev/repo_map.md +0 -106
- package/test-projects/laravel-app/.ai-dev/schema.json +0 -5
- package/test-projects/laravel-app/.ai-dev/summary.md +0 -15
- package/test-projects/laravel-app/.ai-dev/symbols.json +0 -1
- package/test-projects/laravel-app/.ai-dev/tech_stack.md +0 -34
- package/test-projects/laravel-app/.ai-dev/tools.json +0 -10
- package/test-projects/laravel-app/README.md +0 -107
- package/test-projects/laravel-app/app/Http/Controllers/Api/CategoryController.php +0 -88
- package/test-projects/laravel-app/app/Http/Controllers/Api/CommentController.php +0 -56
- package/test-projects/laravel-app/app/Http/Controllers/Api/PostController.php +0 -174
- package/test-projects/laravel-app/app/Http/Controllers/Controller.php +0 -12
- package/test-projects/laravel-app/app/Models/Category.php +0 -34
- package/test-projects/laravel-app/app/Models/Comment.php +0 -51
- package/test-projects/laravel-app/app/Models/Post.php +0 -108
- package/test-projects/laravel-app/app/Models/User.php +0 -85
- package/test-projects/laravel-app/bootstrap/app.php +0 -25
- package/test-projects/laravel-app/composer.json +0 -35
- package/test-projects/laravel-app/routes/api.php +0 -40
- package/test-projects/nestjs-backend/.ai-dev/ai_context.md +0 -111
- package/test-projects/nestjs-backend/.ai-dev/ai_rules.md +0 -52
- package/test-projects/nestjs-backend/.ai-dev/architecture.md +0 -49
- package/test-projects/nestjs-backend/.ai-dev/cache.json +0 -169
- package/test-projects/nestjs-backend/.ai-dev/context/features/src.json +0 -23
- package/test-projects/nestjs-backend/.ai-dev/context/flows/auth.controller.json +0 -14
- package/test-projects/nestjs-backend/.ai-dev/context/flows/auth.json +0 -10
- package/test-projects/nestjs-backend/.ai-dev/context/flows/users..json +0 -10
- package/test-projects/nestjs-backend/.ai-dev/context/flows/users.controller.json +0 -14
- package/test-projects/nestjs-backend/.ai-dev/context/flows/users.json +0 -10
- package/test-projects/nestjs-backend/.ai-dev/conventions.md +0 -52
- package/test-projects/nestjs-backend/.ai-dev/dependencies.json +0 -152
- package/test-projects/nestjs-backend/.ai-dev/entrypoints.md +0 -18
- package/test-projects/nestjs-backend/.ai-dev/files.json +0 -209
- package/test-projects/nestjs-backend/.ai-dev/graph/knowledge-graph.json +0 -132
- package/test-projects/nestjs-backend/.ai-dev/graph/module-graph.json +0 -29
- package/test-projects/nestjs-backend/.ai-dev/graph/symbol-graph.json +0 -304
- package/test-projects/nestjs-backend/.ai-dev/graph/symbol-references.json +0 -5
- package/test-projects/nestjs-backend/.ai-dev/index-state.json +0 -294
- package/test-projects/nestjs-backend/.ai-dev/modules.json +0 -19
- package/test-projects/nestjs-backend/.ai-dev/project.json +0 -18
- package/test-projects/nestjs-backend/.ai-dev/repo_map.json +0 -427
- package/test-projects/nestjs-backend/.ai-dev/repo_map.md +0 -104
- package/test-projects/nestjs-backend/.ai-dev/schema.json +0 -5
- package/test-projects/nestjs-backend/.ai-dev/summary.md +0 -13
- package/test-projects/nestjs-backend/.ai-dev/symbols.json +0 -1
- package/test-projects/nestjs-backend/.ai-dev/tech_stack.md +0 -38
- package/test-projects/nestjs-backend/.ai-dev/tools.json +0 -10
- package/test-projects/nestjs-backend/package.json +0 -22
- package/test-projects/nestjs-backend/src/app.module.ts +0 -8
- package/test-projects/nestjs-backend/src/auth/auth.controller.ts +0 -22
- package/test-projects/nestjs-backend/src/auth/auth.module.ts +0 -11
- package/test-projects/nestjs-backend/src/auth/auth.service.ts +0 -28
- package/test-projects/nestjs-backend/src/auth/dto/login.dto.ts +0 -4
- package/test-projects/nestjs-backend/src/auth/strategies/jwt.strategy.ts +0 -18
- package/test-projects/nestjs-backend/src/main.ts +0 -9
- package/test-projects/nestjs-backend/src/users/users.controller.ts +0 -32
- package/test-projects/nestjs-backend/src/users/users.module.ts +0 -10
- package/test-projects/nestjs-backend/src/users/users.service.ts +0 -42
- package/test-projects/nestjs-backend/tsconfig.json +0 -21
- package/test-projects/python-cli/.ai-dev/ai_context.md +0 -95
- package/test-projects/python-cli/.ai-dev/ai_rules.md +0 -47
- package/test-projects/python-cli/.ai-dev/architecture.md +0 -55
- package/test-projects/python-cli/.ai-dev/cache.json +0 -149
- package/test-projects/python-cli/.ai-dev/context/features/cli.json +0 -16
- package/test-projects/python-cli/.ai-dev/context/flows/list_.json +0 -9
- package/test-projects/python-cli/.ai-dev/context/flows/remove_.json +0 -9
- package/test-projects/python-cli/.ai-dev/conventions.md +0 -51
- package/test-projects/python-cli/.ai-dev/dependencies.json +0 -66
- package/test-projects/python-cli/.ai-dev/entrypoints.md +0 -4
- package/test-projects/python-cli/.ai-dev/files.json +0 -184
- package/test-projects/python-cli/.ai-dev/graph/knowledge-graph.json +0 -83
- package/test-projects/python-cli/.ai-dev/graph/module-graph.json +0 -31
- package/test-projects/python-cli/.ai-dev/graph/symbol-graph.json +0 -358
- package/test-projects/python-cli/.ai-dev/graph/symbol-references.json +0 -11
- package/test-projects/python-cli/.ai-dev/index-state.json +0 -259
- package/test-projects/python-cli/.ai-dev/modules.json +0 -21
- package/test-projects/python-cli/.ai-dev/project.json +0 -15
- package/test-projects/python-cli/.ai-dev/repo_map.json +0 -367
- package/test-projects/python-cli/.ai-dev/repo_map.md +0 -93
- package/test-projects/python-cli/.ai-dev/schema.json +0 -5
- package/test-projects/python-cli/.ai-dev/summary.md +0 -14
- package/test-projects/python-cli/.ai-dev/symbols.json +0 -1
- package/test-projects/python-cli/.ai-dev/tech_stack.md +0 -32
- package/test-projects/python-cli/.ai-dev/tools.json +0 -10
- package/test-projects/python-cli/__init__.py +0 -1
- package/test-projects/python-cli/cli/__init__.py +0 -1
- package/test-projects/python-cli/cli/add_command.py +0 -6
- package/test-projects/python-cli/cli/list_command.py +0 -7
- package/test-projects/python-cli/cli/remove_command.py +0 -6
- package/test-projects/python-cli/main.py +0 -34
- package/test-projects/python-cli/models/__init__.py +0 -2
- package/test-projects/python-cli/models/task.py +0 -19
- package/test-projects/python-cli/models/task_repository.py +0 -44
- package/test-projects/rails-app/.ai-dev/ai_context.md +0 -94
- package/test-projects/rails-app/.ai-dev/ai_rules.md +0 -47
- package/test-projects/rails-app/.ai-dev/architecture.md +0 -49
- package/test-projects/rails-app/.ai-dev/cache.json +0 -193
- package/test-projects/rails-app/.ai-dev/context/features/app.json +0 -24
- package/test-projects/rails-app/.ai-dev/context/features/config.json +0 -13
- package/test-projects/rails-app/.ai-dev/context/flows/application.json +0 -9
- package/test-projects/rails-app/.ai-dev/context/flows/application_.json +0 -9
- package/test-projects/rails-app/.ai-dev/context/flows/comments.json +0 -11
- package/test-projects/rails-app/.ai-dev/context/flows/comments_.json +0 -11
- package/test-projects/rails-app/.ai-dev/context/flows/posts.json +0 -11
- package/test-projects/rails-app/.ai-dev/context/flows/posts_.json +0 -11
- package/test-projects/rails-app/.ai-dev/context/flows/routes.json +0 -9
- package/test-projects/rails-app/.ai-dev/context/flows/users.json +0 -11
- package/test-projects/rails-app/.ai-dev/context/flows/users_.json +0 -11
- package/test-projects/rails-app/.ai-dev/conventions.md +0 -51
- package/test-projects/rails-app/.ai-dev/dependencies.json +0 -6
- package/test-projects/rails-app/.ai-dev/entrypoints.md +0 -4
- package/test-projects/rails-app/.ai-dev/files.json +0 -239
- package/test-projects/rails-app/.ai-dev/graph/knowledge-graph.json +0 -130
- package/test-projects/rails-app/.ai-dev/graph/module-graph.json +0 -27
- package/test-projects/rails-app/.ai-dev/graph/symbol-graph.json +0 -5
- package/test-projects/rails-app/.ai-dev/graph/symbol-references.json +0 -1
- package/test-projects/rails-app/.ai-dev/index-state.json +0 -336
- package/test-projects/rails-app/.ai-dev/modules.json +0 -26
- package/test-projects/rails-app/.ai-dev/project.json +0 -22
- package/test-projects/rails-app/.ai-dev/repo_map.json +0 -486
- package/test-projects/rails-app/.ai-dev/repo_map.md +0 -117
- package/test-projects/rails-app/.ai-dev/schema.json +0 -5
- package/test-projects/rails-app/.ai-dev/summary.md +0 -13
- package/test-projects/rails-app/.ai-dev/symbols.json +0 -1
- package/test-projects/rails-app/.ai-dev/tech_stack.md +0 -32
- package/test-projects/rails-app/.ai-dev/tools.json +0 -10
- package/test-projects/rails-app/Gemfile +0 -38
- package/test-projects/rails-app/README.md +0 -140
- package/test-projects/rails-app/Rakefile +0 -8
- package/test-projects/rails-app/app/controllers/api/comments_controller.rb +0 -75
- package/test-projects/rails-app/app/controllers/api/posts_controller.rb +0 -68
- package/test-projects/rails-app/app/controllers/api/users_controller.rb +0 -54
- package/test-projects/rails-app/app/controllers/application_controller.rb +0 -31
- package/test-projects/rails-app/app/models/comment.rb +0 -34
- package/test-projects/rails-app/app/models/post.rb +0 -36
- package/test-projects/rails-app/app/models/user.rb +0 -28
- package/test-projects/rails-app/app/services/post_service.rb +0 -92
- package/test-projects/rails-app/app/services/user_service.rb +0 -76
- package/test-projects/rails-app/config/application.rb +0 -27
- package/test-projects/rails-app/config/environment.rb +0 -7
- package/test-projects/rails-app/config/routes.rb +0 -15
- package/test-projects/react-app/.ai-dev/ai_context.md +0 -96
- package/test-projects/react-app/.ai-dev/architecture.md +0 -39
- package/test-projects/react-app/.ai-dev/cache.json +0 -153
- package/test-projects/react-app/.ai-dev/context/features/src.json +0 -18
- package/test-projects/react-app/.ai-dev/context/flows/UsersPage.json +0 -14
- package/test-projects/react-app/.ai-dev/context/flows/dashboard.json +0 -9
- package/test-projects/react-app/.ai-dev/context/flows/login.json +0 -9
- package/test-projects/react-app/.ai-dev/context/flows/users.json +0 -9
- package/test-projects/react-app/.ai-dev/dependencies.json +0 -128
- package/test-projects/react-app/.ai-dev/entrypoints.md +0 -4
- package/test-projects/react-app/.ai-dev/files.json +0 -189
- package/test-projects/react-app/.ai-dev/graph/knowledge-graph.json +0 -112
- package/test-projects/react-app/.ai-dev/graph/module-graph.json +0 -31
- package/test-projects/react-app/.ai-dev/graph/symbol-graph.json +0 -868
- package/test-projects/react-app/.ai-dev/graph/symbol-references.json +0 -31
- package/test-projects/react-app/.ai-dev/index-state.json +0 -266
- package/test-projects/react-app/.ai-dev/modules.json +0 -17
- package/test-projects/react-app/.ai-dev/project.json +0 -16
- package/test-projects/react-app/.ai-dev/repo_map.json +0 -391
- package/test-projects/react-app/.ai-dev/repo_map.md +0 -94
- package/test-projects/react-app/.ai-dev/schema.json +0 -5
- package/test-projects/react-app/.ai-dev/summary.md +0 -13
- package/test-projects/react-app/.ai-dev/symbols.json +0 -1
- package/test-projects/react-app/.ai-dev/tools.json +0 -10
- package/test-projects/react-app/package.json +0 -16
- package/test-projects/react-app/src/App.tsx +0 -21
- package/test-projects/react-app/src/context/AuthContext.tsx +0 -41
- package/test-projects/react-app/src/hooks/useAuth.ts +0 -10
- package/test-projects/react-app/src/main.tsx +0 -10
- package/test-projects/react-app/src/pages/DashboardPage.tsx +0 -17
- package/test-projects/react-app/src/pages/LoginPage.tsx +0 -41
- package/test-projects/react-app/src/pages/UsersPage.tsx +0 -36
- package/test-projects/react-app/src/services/userService.ts +0 -37
- package/test-projects/salesforce-cli/.ai-dev/ai_context.md +0 -89
- package/test-projects/salesforce-cli/.ai-dev/ai_rules.md +0 -47
- package/test-projects/salesforce-cli/.ai-dev/architecture.md +0 -39
- package/test-projects/salesforce-cli/.ai-dev/cache.json +0 -125
- package/test-projects/salesforce-cli/.ai-dev/context/features/force-app.json +0 -14
- package/test-projects/salesforce-cli/.ai-dev/context/flows/account.json +0 -9
- package/test-projects/salesforce-cli/.ai-dev/context/flows/opportunity.json +0 -9
- package/test-projects/salesforce-cli/.ai-dev/conventions.md +0 -51
- package/test-projects/salesforce-cli/.ai-dev/dependencies.json +0 -6
- package/test-projects/salesforce-cli/.ai-dev/entrypoints.md +0 -4
- package/test-projects/salesforce-cli/.ai-dev/files.json +0 -154
- package/test-projects/salesforce-cli/.ai-dev/graph/knowledge-graph.json +0 -64
- package/test-projects/salesforce-cli/.ai-dev/graph/module-graph.json +0 -13
- package/test-projects/salesforce-cli/.ai-dev/graph/symbol-graph.json +0 -148
- package/test-projects/salesforce-cli/.ai-dev/graph/symbol-references.json +0 -1
- package/test-projects/salesforce-cli/.ai-dev/index-state.json +0 -217
- package/test-projects/salesforce-cli/.ai-dev/modules.json +0 -12
- package/test-projects/salesforce-cli/.ai-dev/project.json +0 -14
- package/test-projects/salesforce-cli/.ai-dev/repo_map.json +0 -328
- package/test-projects/salesforce-cli/.ai-dev/repo_map.md +0 -80
- package/test-projects/salesforce-cli/.ai-dev/schema.json +0 -5
- package/test-projects/salesforce-cli/.ai-dev/summary.md +0 -13
- package/test-projects/salesforce-cli/.ai-dev/symbols.json +0 -1
- package/test-projects/salesforce-cli/.ai-dev/tech_stack.md +0 -31
- package/test-projects/salesforce-cli/.ai-dev/tools.json +0 -10
- package/test-projects/salesforce-cli/.forceignore +0 -27
- package/test-projects/salesforce-cli/force-app/main/default/classes/AccountController.cls +0 -24
- package/test-projects/salesforce-cli/force-app/main/default/classes/OpportunityController.cls +0 -25
- package/test-projects/salesforce-cli/force-app/main/default/objects/Project__c.object.xml +0 -45
- package/test-projects/salesforce-cli/force-app/main/default/triggers/AccountTrigger.trigger +0 -33
- package/test-projects/salesforce-cli/sfdx-project.json +0 -11
- package/test-projects/spring-boot-app/.ai-dev/ai_context.md +0 -91
- package/test-projects/spring-boot-app/.ai-dev/ai_rules.md +0 -48
- package/test-projects/spring-boot-app/.ai-dev/architecture.md +0 -39
- package/test-projects/spring-boot-app/.ai-dev/cache.json +0 -173
- package/test-projects/spring-boot-app/.ai-dev/context/features/src.json +0 -26
- package/test-projects/spring-boot-app/.ai-dev/context/flows/PostController.json +0 -19
- package/test-projects/spring-boot-app/.ai-dev/context/flows/UserController.json +0 -19
- package/test-projects/spring-boot-app/.ai-dev/context/flows/comment.json +0 -11
- package/test-projects/spring-boot-app/.ai-dev/context/flows/post.json +0 -14
- package/test-projects/spring-boot-app/.ai-dev/context/flows/user.json +0 -14
- package/test-projects/spring-boot-app/.ai-dev/conventions.md +0 -52
- package/test-projects/spring-boot-app/.ai-dev/dependencies.json +0 -326
- package/test-projects/spring-boot-app/.ai-dev/entrypoints.md +0 -4
- package/test-projects/spring-boot-app/.ai-dev/files.json +0 -214
- package/test-projects/spring-boot-app/.ai-dev/graph/knowledge-graph.json +0 -231
- package/test-projects/spring-boot-app/.ai-dev/graph/module-graph.json +0 -22
- package/test-projects/spring-boot-app/.ai-dev/graph/symbol-graph.json +0 -794
- package/test-projects/spring-boot-app/.ai-dev/graph/symbol-references.json +0 -70
- package/test-projects/spring-boot-app/.ai-dev/index-state.json +0 -301
- package/test-projects/spring-boot-app/.ai-dev/modules.json +0 -21
- package/test-projects/spring-boot-app/.ai-dev/project.json +0 -17
- package/test-projects/spring-boot-app/.ai-dev/repo_map.json +0 -461
- package/test-projects/spring-boot-app/.ai-dev/repo_map.md +0 -109
- package/test-projects/spring-boot-app/.ai-dev/schema.json +0 -5
- package/test-projects/spring-boot-app/.ai-dev/summary.md +0 -12
- package/test-projects/spring-boot-app/.ai-dev/symbols.json +0 -1
- package/test-projects/spring-boot-app/.ai-dev/tech_stack.md +0 -32
- package/test-projects/spring-boot-app/.ai-dev/tools.json +0 -10
- package/test-projects/spring-boot-app/.classpath +0 -57
- package/test-projects/spring-boot-app/.factorypath +0 -69
- package/test-projects/spring-boot-app/.project +0 -34
- package/test-projects/spring-boot-app/.settings/org.eclipse.core.resources.prefs +0 -4
- package/test-projects/spring-boot-app/.settings/org.eclipse.jdt.apt.core.prefs +0 -4
- package/test-projects/spring-boot-app/.settings/org.eclipse.jdt.core.prefs +0 -10
- package/test-projects/spring-boot-app/.settings/org.eclipse.m2e.core.prefs +0 -4
- package/test-projects/spring-boot-app/README.md +0 -122
- package/test-projects/spring-boot-app/pom.xml +0 -79
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/DemoApplication.java +0 -12
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/controllers/CommentController.java +0 -89
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/controllers/PostController.java +0 -92
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/controllers/UserController.java +0 -84
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/models/Comment.java +0 -38
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/models/Post.java +0 -56
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/models/User.java +0 -44
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/repositories/CommentRepository.java +0 -21
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/repositories/PostRepository.java +0 -18
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/repositories/UserRepository.java +0 -15
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/services/PostService.java +0 -83
- package/test-projects/spring-boot-app/src/main/java/com/example/demo/services/UserService.java +0 -62
- package/test-projects/spring-boot-app/src/main/resources/application.properties +0 -22
- 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/tests/e2e/run-e2e.sh +0 -88
- /package/{test-projects/django-app/.ai-dev → ai-context}/tools.json +0 -0
|
@@ -0,0 +1,901 @@
|
|
|
1
|
+
{
|
|
2
|
+
"modules": {
|
|
3
|
+
".ai-dev": {
|
|
4
|
+
"path": ".ai-dev",
|
|
5
|
+
"files": [
|
|
6
|
+
".ai-dev/ai_context.md",
|
|
7
|
+
".ai-dev/ai_rules.md",
|
|
8
|
+
".ai-dev/architecture.md",
|
|
9
|
+
".ai-dev/cache.json",
|
|
10
|
+
".ai-dev/ccp/jira-123/context.json",
|
|
11
|
+
".ai-dev/context/features/commands.json",
|
|
12
|
+
".ai-dev/context/features/src.json",
|
|
13
|
+
".ai-dev/context/features/test-projects.json",
|
|
14
|
+
".ai-dev/context/flows/account.json",
|
|
15
|
+
".ai-dev/context/flows/ai-first.json",
|
|
16
|
+
".ai-dev/context/flows/api.json",
|
|
17
|
+
".ai-dev/context/flows/auth.json",
|
|
18
|
+
".ai-dev/context/flows/category.json",
|
|
19
|
+
".ai-dev/context/flows/comment.json",
|
|
20
|
+
".ai-dev/context/flows/dashboard.json",
|
|
21
|
+
".ai-dev/context/flows/doctor.json",
|
|
22
|
+
".ai-dev/context/flows/explore.json",
|
|
23
|
+
".ai-dev/context/flows/login.json",
|
|
24
|
+
".ai-dev/context/flows/opportunity.json",
|
|
25
|
+
".ai-dev/context/flows/post.json",
|
|
26
|
+
".ai-dev/context/flows/routes.json",
|
|
27
|
+
".ai-dev/context/flows/user.json",
|
|
28
|
+
".ai-dev/context/flows/users.json",
|
|
29
|
+
".ai-dev/context/flows/views.json",
|
|
30
|
+
".ai-dev/context/repo.json",
|
|
31
|
+
".ai-dev/context/utils.json",
|
|
32
|
+
".ai-dev/conventions.md",
|
|
33
|
+
".ai-dev/dependencies.json",
|
|
34
|
+
".ai-dev/embeddings.json",
|
|
35
|
+
".ai-dev/entrypoints.md",
|
|
36
|
+
".ai-dev/files.json",
|
|
37
|
+
".ai-dev/git/commit-activity.json",
|
|
38
|
+
".ai-dev/git/recent-features.json",
|
|
39
|
+
".ai-dev/git/recent-files.json",
|
|
40
|
+
".ai-dev/git/recent-flows.json",
|
|
41
|
+
".ai-dev/graph/knowledge-graph.json",
|
|
42
|
+
".ai-dev/graph/module-graph.json",
|
|
43
|
+
".ai-dev/graph/symbol-graph.json",
|
|
44
|
+
".ai-dev/graph/symbol-references.json",
|
|
45
|
+
".ai-dev/hierarchy.json",
|
|
46
|
+
".ai-dev/index-state.json",
|
|
47
|
+
".ai-dev/modules.json",
|
|
48
|
+
".ai-dev/project.json",
|
|
49
|
+
".ai-dev/repo_map.json",
|
|
50
|
+
".ai-dev/repo_map.md",
|
|
51
|
+
".ai-dev/schema.json",
|
|
52
|
+
".ai-dev/summary.md",
|
|
53
|
+
".ai-dev/symbols.json",
|
|
54
|
+
".ai-dev/tech_stack.md",
|
|
55
|
+
".ai-dev/tools.json"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
".github": {
|
|
59
|
+
"path": ".github",
|
|
60
|
+
"files": [
|
|
61
|
+
".github/workflows/publish.yml"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
".netlify": {
|
|
65
|
+
"path": ".netlify",
|
|
66
|
+
"files": [
|
|
67
|
+
".netlify/state.json"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
"docs": {
|
|
71
|
+
"path": "docs",
|
|
72
|
+
"files": [
|
|
73
|
+
"docs/.vitepress/config.ts",
|
|
74
|
+
"docs/.vitepress/theme/custom.css",
|
|
75
|
+
"docs/.vitepress/theme/index.ts",
|
|
76
|
+
"docs/es/guide/adapters.md",
|
|
77
|
+
"docs/es/guide/ai-repository-schema.md",
|
|
78
|
+
"docs/es/guide/features.md",
|
|
79
|
+
"docs/es/guide/flows.md",
|
|
80
|
+
"docs/es/guide/getting-started.md",
|
|
81
|
+
"docs/es/guide/git-intelligence.md",
|
|
82
|
+
"docs/es/guide/incremental-analysis.md",
|
|
83
|
+
"docs/es/guide/knowledge-graph.md",
|
|
84
|
+
"docs/es/guide/lazy-indexing.md",
|
|
85
|
+
"docs/es/guide/performance.md",
|
|
86
|
+
"docs/es/index.md",
|
|
87
|
+
"docs/examples/express-api.md",
|
|
88
|
+
"docs/examples/index.md",
|
|
89
|
+
"docs/examples/python-django.md",
|
|
90
|
+
"docs/examples/react-app.md",
|
|
91
|
+
"docs/guide/adapters.md",
|
|
92
|
+
"docs/guide/ai-repository-schema.md",
|
|
93
|
+
"docs/guide/architecture.md",
|
|
94
|
+
"docs/guide/flows.md",
|
|
95
|
+
"docs/guide/getting-started.md",
|
|
96
|
+
"docs/guide/git-intelligence.md",
|
|
97
|
+
"docs/guide/incremental-analysis.md",
|
|
98
|
+
"docs/guide/installation.md",
|
|
99
|
+
"docs/guide/knowledge-graph.md",
|
|
100
|
+
"docs/guide/lazy-indexing.md",
|
|
101
|
+
"docs/guide/performance.md",
|
|
102
|
+
"docs/guide/quick-start.md",
|
|
103
|
+
"docs/index.md",
|
|
104
|
+
"docs/reference/commands.md"
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
"examples": {
|
|
108
|
+
"path": "examples",
|
|
109
|
+
"files": [
|
|
110
|
+
"examples/01-express-api.md",
|
|
111
|
+
"examples/02-react-app.md",
|
|
112
|
+
"examples/03-python-django.md",
|
|
113
|
+
"examples/README.md"
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
"homebrew": {
|
|
117
|
+
"path": "homebrew",
|
|
118
|
+
"files": [
|
|
119
|
+
"homebrew/af.rb"
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
"src": {
|
|
123
|
+
"path": "src",
|
|
124
|
+
"files": [
|
|
125
|
+
"src/analyzers/aiRules.ts",
|
|
126
|
+
"src/analyzers/androidResources.ts",
|
|
127
|
+
"src/analyzers/architecture.ts",
|
|
128
|
+
"src/analyzers/conventions.ts",
|
|
129
|
+
"src/analyzers/dependencies.ts",
|
|
130
|
+
"src/analyzers/entrypoints.ts",
|
|
131
|
+
"src/analyzers/gradleModules.ts",
|
|
132
|
+
"src/analyzers/symbols.ts",
|
|
133
|
+
"src/analyzers/techStack.ts",
|
|
134
|
+
"src/commands/ai-first.ts",
|
|
135
|
+
"src/commands/doctor.ts",
|
|
136
|
+
"src/commands/explore.ts",
|
|
137
|
+
"src/core/adapters/adapterRegistry.ts",
|
|
138
|
+
"src/core/adapters/baseAdapter.ts",
|
|
139
|
+
"src/core/adapters/community/fastapiAdapter.ts",
|
|
140
|
+
"src/core/adapters/community/index.ts",
|
|
141
|
+
"src/core/adapters/community/laravelAdapter.ts",
|
|
142
|
+
"src/core/adapters/community/nestjsAdapter.ts",
|
|
143
|
+
"src/core/adapters/community/phoenixAdapter.ts",
|
|
144
|
+
"src/core/adapters/community/springBootAdapter.ts",
|
|
145
|
+
"src/core/adapters/dotnetAdapter.ts",
|
|
146
|
+
"src/core/adapters/index.ts",
|
|
147
|
+
"src/core/adapters/javascriptAdapter.ts",
|
|
148
|
+
"src/core/adapters/pythonAdapter.ts",
|
|
149
|
+
"src/core/adapters/railsAdapter.ts",
|
|
150
|
+
"src/core/adapters/salesforceAdapter.ts",
|
|
151
|
+
"src/core/adapters/sdk.ts",
|
|
152
|
+
"src/core/aiContextGenerator.ts",
|
|
153
|
+
"src/core/analysis/architectureDetector.ts",
|
|
154
|
+
"src/core/analysis/callGraphBuilder.ts",
|
|
155
|
+
"src/core/analysis/dependencyAnalyzer.ts",
|
|
156
|
+
"src/core/analysis/index.ts",
|
|
157
|
+
"src/core/analysis/inheritanceAnalyzer.ts",
|
|
158
|
+
"src/core/ccp.ts",
|
|
159
|
+
"src/core/chunker.ts",
|
|
160
|
+
"src/core/contextGenerator.ts",
|
|
161
|
+
"src/core/contextPacket.ts",
|
|
162
|
+
"src/core/embeddings.ts",
|
|
163
|
+
"src/core/generation/aiContextGenerator.ts",
|
|
164
|
+
"src/core/generation/architectureGenerator.ts",
|
|
165
|
+
"src/core/generation/flowGenerator.ts",
|
|
166
|
+
"src/core/generation/index.ts",
|
|
167
|
+
"src/core/gitAnalyzer.ts",
|
|
168
|
+
"src/core/hierarchyGenerator.ts",
|
|
169
|
+
"src/core/incrementalAnalyzer.ts",
|
|
170
|
+
"src/core/indexState.ts",
|
|
171
|
+
"src/core/indexer.ts",
|
|
172
|
+
"src/core/knowledgeGraphBuilder.ts",
|
|
173
|
+
"src/core/lazyAnalyzer.ts",
|
|
174
|
+
"src/core/moduleGraph.ts",
|
|
175
|
+
"src/core/parsers/index.ts",
|
|
176
|
+
"src/core/parsers/pythonParser.ts",
|
|
177
|
+
"src/core/parsers/typescriptParser.ts",
|
|
178
|
+
"src/core/pipeline.ts",
|
|
179
|
+
"src/core/repoMapper.ts",
|
|
180
|
+
"src/core/repoScanner.ts",
|
|
181
|
+
"src/core/schema.ts",
|
|
182
|
+
"src/core/semanticContexts.ts",
|
|
183
|
+
"src/core/symbolGraph.ts",
|
|
184
|
+
"src/index.ts",
|
|
185
|
+
"src/types/sql.js.d.ts",
|
|
186
|
+
"src/utils/constants.ts",
|
|
187
|
+
"src/utils/fileUtils.ts"
|
|
188
|
+
]
|
|
189
|
+
},
|
|
190
|
+
"test-projects": {
|
|
191
|
+
"path": "test-projects",
|
|
192
|
+
"files": [
|
|
193
|
+
"test-projects/django-app/.ai-dev/ai_context.md",
|
|
194
|
+
"test-projects/django-app/.ai-dev/ai_rules.md",
|
|
195
|
+
"test-projects/django-app/.ai-dev/architecture.md",
|
|
196
|
+
"test-projects/django-app/.ai-dev/cache.json",
|
|
197
|
+
"test-projects/django-app/.ai-dev/context/flows/views.json",
|
|
198
|
+
"test-projects/django-app/.ai-dev/conventions.md",
|
|
199
|
+
"test-projects/django-app/.ai-dev/dependencies.json",
|
|
200
|
+
"test-projects/django-app/.ai-dev/entrypoints.md",
|
|
201
|
+
"test-projects/django-app/.ai-dev/files.json",
|
|
202
|
+
"test-projects/django-app/.ai-dev/graph/knowledge-graph.json",
|
|
203
|
+
"test-projects/django-app/.ai-dev/graph/module-graph.json",
|
|
204
|
+
"test-projects/django-app/.ai-dev/graph/symbol-graph.json",
|
|
205
|
+
"test-projects/django-app/.ai-dev/graph/symbol-references.json",
|
|
206
|
+
"test-projects/django-app/.ai-dev/index-state.json",
|
|
207
|
+
"test-projects/django-app/.ai-dev/modules.json",
|
|
208
|
+
"test-projects/django-app/.ai-dev/project.json",
|
|
209
|
+
"test-projects/django-app/.ai-dev/repo_map.json",
|
|
210
|
+
"test-projects/django-app/.ai-dev/repo_map.md",
|
|
211
|
+
"test-projects/django-app/.ai-dev/schema.json",
|
|
212
|
+
"test-projects/django-app/.ai-dev/summary.md",
|
|
213
|
+
"test-projects/django-app/.ai-dev/symbols.json",
|
|
214
|
+
"test-projects/django-app/.ai-dev/tech_stack.md",
|
|
215
|
+
"test-projects/django-app/.ai-dev/tools.json",
|
|
216
|
+
"test-projects/django-app/README.md",
|
|
217
|
+
"test-projects/django-app/ai-context/ai_context.md",
|
|
218
|
+
"test-projects/django-app/ai-context/ai_rules.md",
|
|
219
|
+
"test-projects/django-app/ai-context/architecture.md",
|
|
220
|
+
"test-projects/django-app/ai-context/cache.json",
|
|
221
|
+
"test-projects/django-app/ai-context/context/flows/views.json",
|
|
222
|
+
"test-projects/django-app/ai-context/conventions.md",
|
|
223
|
+
"test-projects/django-app/ai-context/dependencies.json",
|
|
224
|
+
"test-projects/django-app/ai-context/entrypoints.md",
|
|
225
|
+
"test-projects/django-app/ai-context/files.json",
|
|
226
|
+
"test-projects/django-app/ai-context/graph/knowledge-graph.json",
|
|
227
|
+
"test-projects/django-app/ai-context/graph/module-graph.json",
|
|
228
|
+
"test-projects/django-app/ai-context/graph/symbol-graph.json",
|
|
229
|
+
"test-projects/django-app/ai-context/graph/symbol-references.json",
|
|
230
|
+
"test-projects/django-app/ai-context/index-state.json",
|
|
231
|
+
"test-projects/django-app/ai-context/modules.json",
|
|
232
|
+
"test-projects/django-app/ai-context/project.json",
|
|
233
|
+
"test-projects/django-app/ai-context/repo_map.json",
|
|
234
|
+
"test-projects/django-app/ai-context/repo_map.md",
|
|
235
|
+
"test-projects/django-app/ai-context/schema.json",
|
|
236
|
+
"test-projects/django-app/ai-context/summary.md",
|
|
237
|
+
"test-projects/django-app/ai-context/symbols.json",
|
|
238
|
+
"test-projects/django-app/ai-context/tech_stack.md",
|
|
239
|
+
"test-projects/django-app/ai-context/tools.json",
|
|
240
|
+
"test-projects/django-app/blog/__init__.py",
|
|
241
|
+
"test-projects/django-app/blog/admin.py",
|
|
242
|
+
"test-projects/django-app/blog/models.py",
|
|
243
|
+
"test-projects/django-app/blog/serializers.py",
|
|
244
|
+
"test-projects/django-app/blog/urls.py",
|
|
245
|
+
"test-projects/django-app/blog/views.py",
|
|
246
|
+
"test-projects/django-app/django_app/__init__.py",
|
|
247
|
+
"test-projects/django-app/django_app/settings.py",
|
|
248
|
+
"test-projects/django-app/django_app/urls.py",
|
|
249
|
+
"test-projects/django-app/django_app/wsgi.py",
|
|
250
|
+
"test-projects/django-app/manage.py",
|
|
251
|
+
"test-projects/django-app/users/__init__.py",
|
|
252
|
+
"test-projects/django-app/users/admin.py",
|
|
253
|
+
"test-projects/django-app/users/models.py",
|
|
254
|
+
"test-projects/django-app/users/serializers.py",
|
|
255
|
+
"test-projects/django-app/users/urls.py",
|
|
256
|
+
"test-projects/django-app/users/views.py",
|
|
257
|
+
"test-projects/express-api/.ai-dev/ai_context.md",
|
|
258
|
+
"test-projects/express-api/.ai-dev/ai_rules.md",
|
|
259
|
+
"test-projects/express-api/.ai-dev/architecture.md",
|
|
260
|
+
"test-projects/express-api/.ai-dev/context/features/controllers.json",
|
|
261
|
+
"test-projects/express-api/.ai-dev/context/features/services.json",
|
|
262
|
+
"test-projects/express-api/.ai-dev/context/flows/auth.json",
|
|
263
|
+
"test-projects/express-api/.ai-dev/context/flows/user.json",
|
|
264
|
+
"test-projects/express-api/.ai-dev/conventions.md",
|
|
265
|
+
"test-projects/express-api/.ai-dev/dependencies.json",
|
|
266
|
+
"test-projects/express-api/.ai-dev/entrypoints.md",
|
|
267
|
+
"test-projects/express-api/.ai-dev/modules.json",
|
|
268
|
+
"test-projects/express-api/.ai-dev/project.json",
|
|
269
|
+
"test-projects/express-api/.ai-dev/repo_map.json",
|
|
270
|
+
"test-projects/express-api/.ai-dev/repo_map.md",
|
|
271
|
+
"test-projects/express-api/.ai-dev/schema.json",
|
|
272
|
+
"test-projects/express-api/.ai-dev/summary.md",
|
|
273
|
+
"test-projects/express-api/.ai-dev/symbols.json",
|
|
274
|
+
"test-projects/express-api/.ai-dev/tech_stack.md",
|
|
275
|
+
"test-projects/express-api/.ai-dev/tools.json",
|
|
276
|
+
"test-projects/express-api/ai-context/ai_context.md",
|
|
277
|
+
"test-projects/express-api/ai-context/ai_rules.md",
|
|
278
|
+
"test-projects/express-api/ai-context/architecture.md",
|
|
279
|
+
"test-projects/express-api/ai-context/context/features/controllers.json",
|
|
280
|
+
"test-projects/express-api/ai-context/context/features/services.json",
|
|
281
|
+
"test-projects/express-api/ai-context/context/flows/auth.json",
|
|
282
|
+
"test-projects/express-api/ai-context/context/flows/user.json",
|
|
283
|
+
"test-projects/express-api/ai-context/conventions.md",
|
|
284
|
+
"test-projects/express-api/ai-context/dependencies.json",
|
|
285
|
+
"test-projects/express-api/ai-context/entrypoints.md",
|
|
286
|
+
"test-projects/express-api/ai-context/files.json",
|
|
287
|
+
"test-projects/express-api/ai-context/index-state.json",
|
|
288
|
+
"test-projects/express-api/ai-context/modules.json",
|
|
289
|
+
"test-projects/express-api/ai-context/project.json",
|
|
290
|
+
"test-projects/express-api/ai-context/repo_map.json",
|
|
291
|
+
"test-projects/express-api/ai-context/repo_map.md",
|
|
292
|
+
"test-projects/express-api/ai-context/schema.json",
|
|
293
|
+
"test-projects/express-api/ai-context/summary.md",
|
|
294
|
+
"test-projects/express-api/ai-context/symbols.json",
|
|
295
|
+
"test-projects/express-api/ai-context/tech_stack.md",
|
|
296
|
+
"test-projects/express-api/ai-context/tools.json",
|
|
297
|
+
"test-projects/express-api/controllers/authController.js",
|
|
298
|
+
"test-projects/express-api/controllers/userController.js",
|
|
299
|
+
"test-projects/express-api/index.js",
|
|
300
|
+
"test-projects/express-api/middleware/authMiddleware.js",
|
|
301
|
+
"test-projects/express-api/models/userRepository.js",
|
|
302
|
+
"test-projects/express-api/package.json",
|
|
303
|
+
"test-projects/express-api/services/authService.js",
|
|
304
|
+
"test-projects/express-api/services/userService.js",
|
|
305
|
+
"test-projects/fastapi-app/.ai-dev/ai_context.md",
|
|
306
|
+
"test-projects/fastapi-app/.ai-dev/ai_rules.md",
|
|
307
|
+
"test-projects/fastapi-app/.ai-dev/architecture.md",
|
|
308
|
+
"test-projects/fastapi-app/.ai-dev/cache.json",
|
|
309
|
+
"test-projects/fastapi-app/.ai-dev/conventions.md",
|
|
310
|
+
"test-projects/fastapi-app/.ai-dev/dependencies.json",
|
|
311
|
+
"test-projects/fastapi-app/.ai-dev/entrypoints.md",
|
|
312
|
+
"test-projects/fastapi-app/.ai-dev/files.json",
|
|
313
|
+
"test-projects/fastapi-app/.ai-dev/graph/knowledge-graph.json",
|
|
314
|
+
"test-projects/fastapi-app/.ai-dev/graph/module-graph.json",
|
|
315
|
+
"test-projects/fastapi-app/.ai-dev/graph/symbol-graph.json",
|
|
316
|
+
"test-projects/fastapi-app/.ai-dev/graph/symbol-references.json",
|
|
317
|
+
"test-projects/fastapi-app/.ai-dev/index-state.json",
|
|
318
|
+
"test-projects/fastapi-app/.ai-dev/modules.json",
|
|
319
|
+
"test-projects/fastapi-app/.ai-dev/project.json",
|
|
320
|
+
"test-projects/fastapi-app/.ai-dev/repo_map.json",
|
|
321
|
+
"test-projects/fastapi-app/.ai-dev/repo_map.md",
|
|
322
|
+
"test-projects/fastapi-app/.ai-dev/schema.json",
|
|
323
|
+
"test-projects/fastapi-app/.ai-dev/summary.md",
|
|
324
|
+
"test-projects/fastapi-app/.ai-dev/symbols.json",
|
|
325
|
+
"test-projects/fastapi-app/.ai-dev/tech_stack.md",
|
|
326
|
+
"test-projects/fastapi-app/.ai-dev/tools.json",
|
|
327
|
+
"test-projects/fastapi-app/README.md",
|
|
328
|
+
"test-projects/fastapi-app/ai-context/ai_context.md",
|
|
329
|
+
"test-projects/fastapi-app/ai-context/ai_rules.md",
|
|
330
|
+
"test-projects/fastapi-app/ai-context/architecture.md",
|
|
331
|
+
"test-projects/fastapi-app/ai-context/cache.json",
|
|
332
|
+
"test-projects/fastapi-app/ai-context/conventions.md",
|
|
333
|
+
"test-projects/fastapi-app/ai-context/dependencies.json",
|
|
334
|
+
"test-projects/fastapi-app/ai-context/entrypoints.md",
|
|
335
|
+
"test-projects/fastapi-app/ai-context/files.json",
|
|
336
|
+
"test-projects/fastapi-app/ai-context/graph/knowledge-graph.json",
|
|
337
|
+
"test-projects/fastapi-app/ai-context/graph/module-graph.json",
|
|
338
|
+
"test-projects/fastapi-app/ai-context/graph/symbol-graph.json",
|
|
339
|
+
"test-projects/fastapi-app/ai-context/graph/symbol-references.json",
|
|
340
|
+
"test-projects/fastapi-app/ai-context/index-state.json",
|
|
341
|
+
"test-projects/fastapi-app/ai-context/modules.json",
|
|
342
|
+
"test-projects/fastapi-app/ai-context/project.json",
|
|
343
|
+
"test-projects/fastapi-app/ai-context/repo_map.json",
|
|
344
|
+
"test-projects/fastapi-app/ai-context/repo_map.md",
|
|
345
|
+
"test-projects/fastapi-app/ai-context/schema.json",
|
|
346
|
+
"test-projects/fastapi-app/ai-context/summary.md",
|
|
347
|
+
"test-projects/fastapi-app/ai-context/symbols.json",
|
|
348
|
+
"test-projects/fastapi-app/ai-context/tech_stack.md",
|
|
349
|
+
"test-projects/fastapi-app/ai-context/tools.json",
|
|
350
|
+
"test-projects/fastapi-app/app/database.py",
|
|
351
|
+
"test-projects/fastapi-app/app/dependencies.py",
|
|
352
|
+
"test-projects/fastapi-app/app/main.py",
|
|
353
|
+
"test-projects/fastapi-app/app/models.py",
|
|
354
|
+
"test-projects/fastapi-app/app/routers/auth.py",
|
|
355
|
+
"test-projects/fastapi-app/app/routers/posts.py",
|
|
356
|
+
"test-projects/fastapi-app/app/schemas.py",
|
|
357
|
+
"test-projects/flask-app/.ai-dev/ai_context.md",
|
|
358
|
+
"test-projects/flask-app/.ai-dev/ai_rules.md",
|
|
359
|
+
"test-projects/flask-app/.ai-dev/architecture.md",
|
|
360
|
+
"test-projects/flask-app/.ai-dev/cache.json",
|
|
361
|
+
"test-projects/flask-app/.ai-dev/context/features/app.json",
|
|
362
|
+
"test-projects/flask-app/.ai-dev/context/flows/routes.json",
|
|
363
|
+
"test-projects/flask-app/.ai-dev/conventions.md",
|
|
364
|
+
"test-projects/flask-app/.ai-dev/dependencies.json",
|
|
365
|
+
"test-projects/flask-app/.ai-dev/entrypoints.md",
|
|
366
|
+
"test-projects/flask-app/.ai-dev/files.json",
|
|
367
|
+
"test-projects/flask-app/.ai-dev/graph/knowledge-graph.json",
|
|
368
|
+
"test-projects/flask-app/.ai-dev/graph/module-graph.json",
|
|
369
|
+
"test-projects/flask-app/.ai-dev/graph/symbol-graph.json",
|
|
370
|
+
"test-projects/flask-app/.ai-dev/graph/symbol-references.json",
|
|
371
|
+
"test-projects/flask-app/.ai-dev/index-state.json",
|
|
372
|
+
"test-projects/flask-app/.ai-dev/modules.json",
|
|
373
|
+
"test-projects/flask-app/.ai-dev/project.json",
|
|
374
|
+
"test-projects/flask-app/.ai-dev/repo_map.json",
|
|
375
|
+
"test-projects/flask-app/.ai-dev/repo_map.md",
|
|
376
|
+
"test-projects/flask-app/.ai-dev/schema.json",
|
|
377
|
+
"test-projects/flask-app/.ai-dev/summary.md",
|
|
378
|
+
"test-projects/flask-app/.ai-dev/symbols.json",
|
|
379
|
+
"test-projects/flask-app/.ai-dev/tech_stack.md",
|
|
380
|
+
"test-projects/flask-app/.ai-dev/tools.json",
|
|
381
|
+
"test-projects/flask-app/README.md",
|
|
382
|
+
"test-projects/flask-app/ai-context/ai_context.md",
|
|
383
|
+
"test-projects/flask-app/ai-context/ai_rules.md",
|
|
384
|
+
"test-projects/flask-app/ai-context/architecture.md",
|
|
385
|
+
"test-projects/flask-app/ai-context/cache.json",
|
|
386
|
+
"test-projects/flask-app/ai-context/context/features/app.json",
|
|
387
|
+
"test-projects/flask-app/ai-context/context/flows/routes.json",
|
|
388
|
+
"test-projects/flask-app/ai-context/conventions.md",
|
|
389
|
+
"test-projects/flask-app/ai-context/dependencies.json",
|
|
390
|
+
"test-projects/flask-app/ai-context/entrypoints.md",
|
|
391
|
+
"test-projects/flask-app/ai-context/files.json",
|
|
392
|
+
"test-projects/flask-app/ai-context/graph/knowledge-graph.json",
|
|
393
|
+
"test-projects/flask-app/ai-context/graph/module-graph.json",
|
|
394
|
+
"test-projects/flask-app/ai-context/graph/symbol-graph.json",
|
|
395
|
+
"test-projects/flask-app/ai-context/graph/symbol-references.json",
|
|
396
|
+
"test-projects/flask-app/ai-context/index-state.json",
|
|
397
|
+
"test-projects/flask-app/ai-context/modules.json",
|
|
398
|
+
"test-projects/flask-app/ai-context/project.json",
|
|
399
|
+
"test-projects/flask-app/ai-context/repo_map.json",
|
|
400
|
+
"test-projects/flask-app/ai-context/repo_map.md",
|
|
401
|
+
"test-projects/flask-app/ai-context/schema.json",
|
|
402
|
+
"test-projects/flask-app/ai-context/summary.md",
|
|
403
|
+
"test-projects/flask-app/ai-context/symbols.json",
|
|
404
|
+
"test-projects/flask-app/ai-context/tech_stack.md",
|
|
405
|
+
"test-projects/flask-app/ai-context/tools.json",
|
|
406
|
+
"test-projects/flask-app/app/__init__.py",
|
|
407
|
+
"test-projects/flask-app/app/api/__init__.py",
|
|
408
|
+
"test-projects/flask-app/app/api/routes.py",
|
|
409
|
+
"test-projects/flask-app/app/auth/__init__.py",
|
|
410
|
+
"test-projects/flask-app/app/auth/forms.py",
|
|
411
|
+
"test-projects/flask-app/app/auth/routes.py",
|
|
412
|
+
"test-projects/flask-app/app/blog/__init__.py",
|
|
413
|
+
"test-projects/flask-app/app/blog/forms.py",
|
|
414
|
+
"test-projects/flask-app/app/blog/routes.py",
|
|
415
|
+
"test-projects/flask-app/app/main/__init__.py",
|
|
416
|
+
"test-projects/flask-app/app/main/routes.py",
|
|
417
|
+
"test-projects/flask-app/app/models.py",
|
|
418
|
+
"test-projects/flask-app/config.py",
|
|
419
|
+
"test-projects/laravel-app/.ai-dev/ai_context.md",
|
|
420
|
+
"test-projects/laravel-app/.ai-dev/ai_rules.md",
|
|
421
|
+
"test-projects/laravel-app/.ai-dev/architecture.md",
|
|
422
|
+
"test-projects/laravel-app/.ai-dev/cache.json",
|
|
423
|
+
"test-projects/laravel-app/.ai-dev/context/features/app.json",
|
|
424
|
+
"test-projects/laravel-app/.ai-dev/context/flows/category.json",
|
|
425
|
+
"test-projects/laravel-app/.ai-dev/context/flows/comment.json",
|
|
426
|
+
"test-projects/laravel-app/.ai-dev/context/flows/post.json",
|
|
427
|
+
"test-projects/laravel-app/.ai-dev/context/flows/unnamed.json",
|
|
428
|
+
"test-projects/laravel-app/.ai-dev/conventions.md",
|
|
429
|
+
"test-projects/laravel-app/.ai-dev/dependencies.json",
|
|
430
|
+
"test-projects/laravel-app/.ai-dev/entrypoints.md",
|
|
431
|
+
"test-projects/laravel-app/.ai-dev/files.json",
|
|
432
|
+
"test-projects/laravel-app/.ai-dev/graph/knowledge-graph.json",
|
|
433
|
+
"test-projects/laravel-app/.ai-dev/graph/module-graph.json",
|
|
434
|
+
"test-projects/laravel-app/.ai-dev/graph/symbol-graph.json",
|
|
435
|
+
"test-projects/laravel-app/.ai-dev/graph/symbol-references.json",
|
|
436
|
+
"test-projects/laravel-app/.ai-dev/index-state.json",
|
|
437
|
+
"test-projects/laravel-app/.ai-dev/modules.json",
|
|
438
|
+
"test-projects/laravel-app/.ai-dev/project.json",
|
|
439
|
+
"test-projects/laravel-app/.ai-dev/repo_map.json",
|
|
440
|
+
"test-projects/laravel-app/.ai-dev/repo_map.md",
|
|
441
|
+
"test-projects/laravel-app/.ai-dev/schema.json",
|
|
442
|
+
"test-projects/laravel-app/.ai-dev/summary.md",
|
|
443
|
+
"test-projects/laravel-app/.ai-dev/symbols.json",
|
|
444
|
+
"test-projects/laravel-app/.ai-dev/tech_stack.md",
|
|
445
|
+
"test-projects/laravel-app/.ai-dev/tools.json",
|
|
446
|
+
"test-projects/laravel-app/README.md",
|
|
447
|
+
"test-projects/laravel-app/ai-context/ai_context.md",
|
|
448
|
+
"test-projects/laravel-app/ai-context/ai_rules.md",
|
|
449
|
+
"test-projects/laravel-app/ai-context/architecture.md",
|
|
450
|
+
"test-projects/laravel-app/ai-context/cache.json",
|
|
451
|
+
"test-projects/laravel-app/ai-context/context/features/app.json",
|
|
452
|
+
"test-projects/laravel-app/ai-context/context/flows/category.json",
|
|
453
|
+
"test-projects/laravel-app/ai-context/context/flows/comment.json",
|
|
454
|
+
"test-projects/laravel-app/ai-context/context/flows/post.json",
|
|
455
|
+
"test-projects/laravel-app/ai-context/context/flows/unnamed.json",
|
|
456
|
+
"test-projects/laravel-app/ai-context/conventions.md",
|
|
457
|
+
"test-projects/laravel-app/ai-context/dependencies.json",
|
|
458
|
+
"test-projects/laravel-app/ai-context/entrypoints.md",
|
|
459
|
+
"test-projects/laravel-app/ai-context/files.json",
|
|
460
|
+
"test-projects/laravel-app/ai-context/graph/knowledge-graph.json",
|
|
461
|
+
"test-projects/laravel-app/ai-context/graph/module-graph.json",
|
|
462
|
+
"test-projects/laravel-app/ai-context/graph/symbol-graph.json",
|
|
463
|
+
"test-projects/laravel-app/ai-context/graph/symbol-references.json",
|
|
464
|
+
"test-projects/laravel-app/ai-context/index-state.json",
|
|
465
|
+
"test-projects/laravel-app/ai-context/modules.json",
|
|
466
|
+
"test-projects/laravel-app/ai-context/project.json",
|
|
467
|
+
"test-projects/laravel-app/ai-context/repo_map.json",
|
|
468
|
+
"test-projects/laravel-app/ai-context/repo_map.md",
|
|
469
|
+
"test-projects/laravel-app/ai-context/schema.json",
|
|
470
|
+
"test-projects/laravel-app/ai-context/summary.md",
|
|
471
|
+
"test-projects/laravel-app/ai-context/symbols.json",
|
|
472
|
+
"test-projects/laravel-app/ai-context/tech_stack.md",
|
|
473
|
+
"test-projects/laravel-app/ai-context/tools.json",
|
|
474
|
+
"test-projects/laravel-app/app/Http/Controllers/Api/CategoryController.php",
|
|
475
|
+
"test-projects/laravel-app/app/Http/Controllers/Api/CommentController.php",
|
|
476
|
+
"test-projects/laravel-app/app/Http/Controllers/Api/PostController.php",
|
|
477
|
+
"test-projects/laravel-app/app/Http/Controllers/Controller.php",
|
|
478
|
+
"test-projects/laravel-app/app/Models/Category.php",
|
|
479
|
+
"test-projects/laravel-app/app/Models/Comment.php",
|
|
480
|
+
"test-projects/laravel-app/app/Models/Post.php",
|
|
481
|
+
"test-projects/laravel-app/app/Models/User.php",
|
|
482
|
+
"test-projects/laravel-app/bootstrap/app.php",
|
|
483
|
+
"test-projects/laravel-app/composer.json",
|
|
484
|
+
"test-projects/laravel-app/routes/api.php",
|
|
485
|
+
"test-projects/nestjs-backend/.ai-dev/ai_context.md",
|
|
486
|
+
"test-projects/nestjs-backend/.ai-dev/ai_rules.md",
|
|
487
|
+
"test-projects/nestjs-backend/.ai-dev/architecture.md",
|
|
488
|
+
"test-projects/nestjs-backend/.ai-dev/cache.json",
|
|
489
|
+
"test-projects/nestjs-backend/.ai-dev/context/features/src.json",
|
|
490
|
+
"test-projects/nestjs-backend/.ai-dev/context/flows/auth.controller.json",
|
|
491
|
+
"test-projects/nestjs-backend/.ai-dev/context/flows/auth.json",
|
|
492
|
+
"test-projects/nestjs-backend/.ai-dev/context/flows/users..json",
|
|
493
|
+
"test-projects/nestjs-backend/.ai-dev/context/flows/users.controller.json",
|
|
494
|
+
"test-projects/nestjs-backend/.ai-dev/context/flows/users.json",
|
|
495
|
+
"test-projects/nestjs-backend/.ai-dev/conventions.md",
|
|
496
|
+
"test-projects/nestjs-backend/.ai-dev/dependencies.json",
|
|
497
|
+
"test-projects/nestjs-backend/.ai-dev/entrypoints.md",
|
|
498
|
+
"test-projects/nestjs-backend/.ai-dev/files.json",
|
|
499
|
+
"test-projects/nestjs-backend/.ai-dev/graph/knowledge-graph.json",
|
|
500
|
+
"test-projects/nestjs-backend/.ai-dev/graph/module-graph.json",
|
|
501
|
+
"test-projects/nestjs-backend/.ai-dev/graph/symbol-graph.json",
|
|
502
|
+
"test-projects/nestjs-backend/.ai-dev/graph/symbol-references.json",
|
|
503
|
+
"test-projects/nestjs-backend/.ai-dev/index-state.json",
|
|
504
|
+
"test-projects/nestjs-backend/.ai-dev/modules.json",
|
|
505
|
+
"test-projects/nestjs-backend/.ai-dev/project.json",
|
|
506
|
+
"test-projects/nestjs-backend/.ai-dev/repo_map.json",
|
|
507
|
+
"test-projects/nestjs-backend/.ai-dev/repo_map.md",
|
|
508
|
+
"test-projects/nestjs-backend/.ai-dev/schema.json",
|
|
509
|
+
"test-projects/nestjs-backend/.ai-dev/summary.md",
|
|
510
|
+
"test-projects/nestjs-backend/.ai-dev/symbols.json",
|
|
511
|
+
"test-projects/nestjs-backend/.ai-dev/tech_stack.md",
|
|
512
|
+
"test-projects/nestjs-backend/.ai-dev/tools.json",
|
|
513
|
+
"test-projects/nestjs-backend/ai-context/ai_context.md",
|
|
514
|
+
"test-projects/nestjs-backend/ai-context/ai_rules.md",
|
|
515
|
+
"test-projects/nestjs-backend/ai-context/architecture.md",
|
|
516
|
+
"test-projects/nestjs-backend/ai-context/cache.json",
|
|
517
|
+
"test-projects/nestjs-backend/ai-context/context/features/src.json",
|
|
518
|
+
"test-projects/nestjs-backend/ai-context/context/flows/auth.controller.json",
|
|
519
|
+
"test-projects/nestjs-backend/ai-context/context/flows/auth.json",
|
|
520
|
+
"test-projects/nestjs-backend/ai-context/context/flows/users..json",
|
|
521
|
+
"test-projects/nestjs-backend/ai-context/context/flows/users.controller.json",
|
|
522
|
+
"test-projects/nestjs-backend/ai-context/context/flows/users.json",
|
|
523
|
+
"test-projects/nestjs-backend/ai-context/conventions.md",
|
|
524
|
+
"test-projects/nestjs-backend/ai-context/dependencies.json",
|
|
525
|
+
"test-projects/nestjs-backend/ai-context/entrypoints.md",
|
|
526
|
+
"test-projects/nestjs-backend/ai-context/files.json",
|
|
527
|
+
"test-projects/nestjs-backend/ai-context/graph/knowledge-graph.json",
|
|
528
|
+
"test-projects/nestjs-backend/ai-context/graph/module-graph.json",
|
|
529
|
+
"test-projects/nestjs-backend/ai-context/graph/symbol-graph.json",
|
|
530
|
+
"test-projects/nestjs-backend/ai-context/graph/symbol-references.json",
|
|
531
|
+
"test-projects/nestjs-backend/ai-context/index-state.json",
|
|
532
|
+
"test-projects/nestjs-backend/ai-context/modules.json",
|
|
533
|
+
"test-projects/nestjs-backend/ai-context/project.json",
|
|
534
|
+
"test-projects/nestjs-backend/ai-context/repo_map.json",
|
|
535
|
+
"test-projects/nestjs-backend/ai-context/repo_map.md",
|
|
536
|
+
"test-projects/nestjs-backend/ai-context/schema.json",
|
|
537
|
+
"test-projects/nestjs-backend/ai-context/summary.md",
|
|
538
|
+
"test-projects/nestjs-backend/ai-context/symbols.json",
|
|
539
|
+
"test-projects/nestjs-backend/ai-context/tech_stack.md",
|
|
540
|
+
"test-projects/nestjs-backend/ai-context/tools.json",
|
|
541
|
+
"test-projects/nestjs-backend/package.json",
|
|
542
|
+
"test-projects/nestjs-backend/src/app.module.ts",
|
|
543
|
+
"test-projects/nestjs-backend/src/auth/auth.controller.ts",
|
|
544
|
+
"test-projects/nestjs-backend/src/auth/auth.module.ts",
|
|
545
|
+
"test-projects/nestjs-backend/src/auth/auth.service.ts",
|
|
546
|
+
"test-projects/nestjs-backend/src/auth/dto/login.dto.ts",
|
|
547
|
+
"test-projects/nestjs-backend/src/auth/strategies/jwt.strategy.ts",
|
|
548
|
+
"test-projects/nestjs-backend/src/main.ts",
|
|
549
|
+
"test-projects/nestjs-backend/src/users/users.controller.ts",
|
|
550
|
+
"test-projects/nestjs-backend/src/users/users.module.ts",
|
|
551
|
+
"test-projects/nestjs-backend/src/users/users.service.ts",
|
|
552
|
+
"test-projects/nestjs-backend/tsconfig.json",
|
|
553
|
+
"test-projects/python-cli/.ai-dev/ai_context.md",
|
|
554
|
+
"test-projects/python-cli/.ai-dev/ai_rules.md",
|
|
555
|
+
"test-projects/python-cli/.ai-dev/architecture.md",
|
|
556
|
+
"test-projects/python-cli/.ai-dev/cache.json",
|
|
557
|
+
"test-projects/python-cli/.ai-dev/context/features/cli.json",
|
|
558
|
+
"test-projects/python-cli/.ai-dev/context/flows/list_.json",
|
|
559
|
+
"test-projects/python-cli/.ai-dev/context/flows/remove_.json",
|
|
560
|
+
"test-projects/python-cli/.ai-dev/conventions.md",
|
|
561
|
+
"test-projects/python-cli/.ai-dev/dependencies.json",
|
|
562
|
+
"test-projects/python-cli/.ai-dev/entrypoints.md",
|
|
563
|
+
"test-projects/python-cli/.ai-dev/files.json",
|
|
564
|
+
"test-projects/python-cli/.ai-dev/graph/knowledge-graph.json",
|
|
565
|
+
"test-projects/python-cli/.ai-dev/graph/module-graph.json",
|
|
566
|
+
"test-projects/python-cli/.ai-dev/graph/symbol-graph.json",
|
|
567
|
+
"test-projects/python-cli/.ai-dev/graph/symbol-references.json",
|
|
568
|
+
"test-projects/python-cli/.ai-dev/index-state.json",
|
|
569
|
+
"test-projects/python-cli/.ai-dev/modules.json",
|
|
570
|
+
"test-projects/python-cli/.ai-dev/project.json",
|
|
571
|
+
"test-projects/python-cli/.ai-dev/repo_map.json",
|
|
572
|
+
"test-projects/python-cli/.ai-dev/repo_map.md",
|
|
573
|
+
"test-projects/python-cli/.ai-dev/schema.json",
|
|
574
|
+
"test-projects/python-cli/.ai-dev/summary.md",
|
|
575
|
+
"test-projects/python-cli/.ai-dev/symbols.json",
|
|
576
|
+
"test-projects/python-cli/.ai-dev/tech_stack.md",
|
|
577
|
+
"test-projects/python-cli/.ai-dev/tools.json",
|
|
578
|
+
"test-projects/python-cli/__init__.py",
|
|
579
|
+
"test-projects/python-cli/ai-context/ai_context.md",
|
|
580
|
+
"test-projects/python-cli/ai-context/ai_rules.md",
|
|
581
|
+
"test-projects/python-cli/ai-context/architecture.md",
|
|
582
|
+
"test-projects/python-cli/ai-context/cache.json",
|
|
583
|
+
"test-projects/python-cli/ai-context/context/features/cli.json",
|
|
584
|
+
"test-projects/python-cli/ai-context/context/flows/list_.json",
|
|
585
|
+
"test-projects/python-cli/ai-context/context/flows/remove_.json",
|
|
586
|
+
"test-projects/python-cli/ai-context/conventions.md",
|
|
587
|
+
"test-projects/python-cli/ai-context/dependencies.json",
|
|
588
|
+
"test-projects/python-cli/ai-context/entrypoints.md",
|
|
589
|
+
"test-projects/python-cli/ai-context/files.json",
|
|
590
|
+
"test-projects/python-cli/ai-context/graph/knowledge-graph.json",
|
|
591
|
+
"test-projects/python-cli/ai-context/graph/module-graph.json",
|
|
592
|
+
"test-projects/python-cli/ai-context/graph/symbol-graph.json",
|
|
593
|
+
"test-projects/python-cli/ai-context/graph/symbol-references.json",
|
|
594
|
+
"test-projects/python-cli/ai-context/index-state.json",
|
|
595
|
+
"test-projects/python-cli/ai-context/modules.json",
|
|
596
|
+
"test-projects/python-cli/ai-context/project.json",
|
|
597
|
+
"test-projects/python-cli/ai-context/repo_map.json",
|
|
598
|
+
"test-projects/python-cli/ai-context/repo_map.md",
|
|
599
|
+
"test-projects/python-cli/ai-context/schema.json",
|
|
600
|
+
"test-projects/python-cli/ai-context/summary.md",
|
|
601
|
+
"test-projects/python-cli/ai-context/symbols.json",
|
|
602
|
+
"test-projects/python-cli/ai-context/tech_stack.md",
|
|
603
|
+
"test-projects/python-cli/ai-context/tools.json",
|
|
604
|
+
"test-projects/python-cli/cli/__init__.py",
|
|
605
|
+
"test-projects/python-cli/cli/add_command.py",
|
|
606
|
+
"test-projects/python-cli/cli/list_command.py",
|
|
607
|
+
"test-projects/python-cli/cli/remove_command.py",
|
|
608
|
+
"test-projects/python-cli/main.py",
|
|
609
|
+
"test-projects/python-cli/models/__init__.py",
|
|
610
|
+
"test-projects/python-cli/models/task.py",
|
|
611
|
+
"test-projects/python-cli/models/task_repository.py",
|
|
612
|
+
"test-projects/rails-app/.ai-dev/ai_context.md",
|
|
613
|
+
"test-projects/rails-app/.ai-dev/ai_rules.md",
|
|
614
|
+
"test-projects/rails-app/.ai-dev/architecture.md",
|
|
615
|
+
"test-projects/rails-app/.ai-dev/cache.json",
|
|
616
|
+
"test-projects/rails-app/.ai-dev/context/features/app.json",
|
|
617
|
+
"test-projects/rails-app/.ai-dev/context/features/config.json",
|
|
618
|
+
"test-projects/rails-app/.ai-dev/context/flows/application.json",
|
|
619
|
+
"test-projects/rails-app/.ai-dev/context/flows/application_.json",
|
|
620
|
+
"test-projects/rails-app/.ai-dev/context/flows/comments.json",
|
|
621
|
+
"test-projects/rails-app/.ai-dev/context/flows/comments_.json",
|
|
622
|
+
"test-projects/rails-app/.ai-dev/context/flows/posts.json",
|
|
623
|
+
"test-projects/rails-app/.ai-dev/context/flows/posts_.json",
|
|
624
|
+
"test-projects/rails-app/.ai-dev/context/flows/routes.json",
|
|
625
|
+
"test-projects/rails-app/.ai-dev/context/flows/users.json",
|
|
626
|
+
"test-projects/rails-app/.ai-dev/context/flows/users_.json",
|
|
627
|
+
"test-projects/rails-app/.ai-dev/conventions.md",
|
|
628
|
+
"test-projects/rails-app/.ai-dev/dependencies.json",
|
|
629
|
+
"test-projects/rails-app/.ai-dev/entrypoints.md",
|
|
630
|
+
"test-projects/rails-app/.ai-dev/files.json",
|
|
631
|
+
"test-projects/rails-app/.ai-dev/graph/knowledge-graph.json",
|
|
632
|
+
"test-projects/rails-app/.ai-dev/graph/module-graph.json",
|
|
633
|
+
"test-projects/rails-app/.ai-dev/graph/symbol-graph.json",
|
|
634
|
+
"test-projects/rails-app/.ai-dev/graph/symbol-references.json",
|
|
635
|
+
"test-projects/rails-app/.ai-dev/index-state.json",
|
|
636
|
+
"test-projects/rails-app/.ai-dev/modules.json",
|
|
637
|
+
"test-projects/rails-app/.ai-dev/project.json",
|
|
638
|
+
"test-projects/rails-app/.ai-dev/repo_map.json",
|
|
639
|
+
"test-projects/rails-app/.ai-dev/repo_map.md",
|
|
640
|
+
"test-projects/rails-app/.ai-dev/schema.json",
|
|
641
|
+
"test-projects/rails-app/.ai-dev/summary.md",
|
|
642
|
+
"test-projects/rails-app/.ai-dev/symbols.json",
|
|
643
|
+
"test-projects/rails-app/.ai-dev/tech_stack.md",
|
|
644
|
+
"test-projects/rails-app/.ai-dev/tools.json",
|
|
645
|
+
"test-projects/rails-app/README.md",
|
|
646
|
+
"test-projects/rails-app/ai-context/ai_context.md",
|
|
647
|
+
"test-projects/rails-app/ai-context/ai_rules.md",
|
|
648
|
+
"test-projects/rails-app/ai-context/architecture.md",
|
|
649
|
+
"test-projects/rails-app/ai-context/cache.json",
|
|
650
|
+
"test-projects/rails-app/ai-context/context/features/app.json",
|
|
651
|
+
"test-projects/rails-app/ai-context/context/features/config.json",
|
|
652
|
+
"test-projects/rails-app/ai-context/context/flows/application.json",
|
|
653
|
+
"test-projects/rails-app/ai-context/context/flows/application_.json",
|
|
654
|
+
"test-projects/rails-app/ai-context/context/flows/comments.json",
|
|
655
|
+
"test-projects/rails-app/ai-context/context/flows/comments_.json",
|
|
656
|
+
"test-projects/rails-app/ai-context/context/flows/posts.json",
|
|
657
|
+
"test-projects/rails-app/ai-context/context/flows/posts_.json",
|
|
658
|
+
"test-projects/rails-app/ai-context/context/flows/routes.json",
|
|
659
|
+
"test-projects/rails-app/ai-context/context/flows/users.json",
|
|
660
|
+
"test-projects/rails-app/ai-context/context/flows/users_.json",
|
|
661
|
+
"test-projects/rails-app/ai-context/conventions.md",
|
|
662
|
+
"test-projects/rails-app/ai-context/dependencies.json",
|
|
663
|
+
"test-projects/rails-app/ai-context/entrypoints.md",
|
|
664
|
+
"test-projects/rails-app/ai-context/files.json",
|
|
665
|
+
"test-projects/rails-app/ai-context/graph/knowledge-graph.json",
|
|
666
|
+
"test-projects/rails-app/ai-context/graph/module-graph.json",
|
|
667
|
+
"test-projects/rails-app/ai-context/graph/symbol-graph.json",
|
|
668
|
+
"test-projects/rails-app/ai-context/graph/symbol-references.json",
|
|
669
|
+
"test-projects/rails-app/ai-context/index-state.json",
|
|
670
|
+
"test-projects/rails-app/ai-context/modules.json",
|
|
671
|
+
"test-projects/rails-app/ai-context/project.json",
|
|
672
|
+
"test-projects/rails-app/ai-context/repo_map.json",
|
|
673
|
+
"test-projects/rails-app/ai-context/repo_map.md",
|
|
674
|
+
"test-projects/rails-app/ai-context/schema.json",
|
|
675
|
+
"test-projects/rails-app/ai-context/summary.md",
|
|
676
|
+
"test-projects/rails-app/ai-context/symbols.json",
|
|
677
|
+
"test-projects/rails-app/ai-context/tech_stack.md",
|
|
678
|
+
"test-projects/rails-app/ai-context/tools.json",
|
|
679
|
+
"test-projects/rails-app/app/controllers/api/comments_controller.rb",
|
|
680
|
+
"test-projects/rails-app/app/controllers/api/posts_controller.rb",
|
|
681
|
+
"test-projects/rails-app/app/controllers/api/users_controller.rb",
|
|
682
|
+
"test-projects/rails-app/app/controllers/application_controller.rb",
|
|
683
|
+
"test-projects/rails-app/app/models/comment.rb",
|
|
684
|
+
"test-projects/rails-app/app/models/post.rb",
|
|
685
|
+
"test-projects/rails-app/app/models/user.rb",
|
|
686
|
+
"test-projects/rails-app/app/services/post_service.rb",
|
|
687
|
+
"test-projects/rails-app/app/services/user_service.rb",
|
|
688
|
+
"test-projects/rails-app/config/application.rb",
|
|
689
|
+
"test-projects/rails-app/config/environment.rb",
|
|
690
|
+
"test-projects/rails-app/config/routes.rb",
|
|
691
|
+
"test-projects/react-app/.ai-dev/ai_context.md",
|
|
692
|
+
"test-projects/react-app/.ai-dev/ai_rules.md",
|
|
693
|
+
"test-projects/react-app/.ai-dev/architecture.md",
|
|
694
|
+
"test-projects/react-app/.ai-dev/cache.json",
|
|
695
|
+
"test-projects/react-app/.ai-dev/context/features/src.json",
|
|
696
|
+
"test-projects/react-app/.ai-dev/context/flows/UsersPage.json",
|
|
697
|
+
"test-projects/react-app/.ai-dev/context/flows/dashboard.json",
|
|
698
|
+
"test-projects/react-app/.ai-dev/context/flows/login.json",
|
|
699
|
+
"test-projects/react-app/.ai-dev/context/flows/users.json",
|
|
700
|
+
"test-projects/react-app/.ai-dev/conventions.md",
|
|
701
|
+
"test-projects/react-app/.ai-dev/dependencies.json",
|
|
702
|
+
"test-projects/react-app/.ai-dev/entrypoints.md",
|
|
703
|
+
"test-projects/react-app/.ai-dev/files.json",
|
|
704
|
+
"test-projects/react-app/.ai-dev/graph/knowledge-graph.json",
|
|
705
|
+
"test-projects/react-app/.ai-dev/graph/module-graph.json",
|
|
706
|
+
"test-projects/react-app/.ai-dev/graph/symbol-graph.json",
|
|
707
|
+
"test-projects/react-app/.ai-dev/graph/symbol-references.json",
|
|
708
|
+
"test-projects/react-app/.ai-dev/index-state.json",
|
|
709
|
+
"test-projects/react-app/.ai-dev/modules.json",
|
|
710
|
+
"test-projects/react-app/.ai-dev/project.json",
|
|
711
|
+
"test-projects/react-app/.ai-dev/repo_map.json",
|
|
712
|
+
"test-projects/react-app/.ai-dev/repo_map.md",
|
|
713
|
+
"test-projects/react-app/.ai-dev/schema.json",
|
|
714
|
+
"test-projects/react-app/.ai-dev/summary.md",
|
|
715
|
+
"test-projects/react-app/.ai-dev/symbols.json",
|
|
716
|
+
"test-projects/react-app/.ai-dev/tech_stack.md",
|
|
717
|
+
"test-projects/react-app/.ai-dev/tools.json",
|
|
718
|
+
"test-projects/react-app/ai-context/ai_context.md",
|
|
719
|
+
"test-projects/react-app/ai-context/ai_rules.md",
|
|
720
|
+
"test-projects/react-app/ai-context/architecture.md",
|
|
721
|
+
"test-projects/react-app/ai-context/cache.json",
|
|
722
|
+
"test-projects/react-app/ai-context/context/features/src.json",
|
|
723
|
+
"test-projects/react-app/ai-context/context/flows/UsersPage.json",
|
|
724
|
+
"test-projects/react-app/ai-context/context/flows/dashboard.json",
|
|
725
|
+
"test-projects/react-app/ai-context/context/flows/login.json",
|
|
726
|
+
"test-projects/react-app/ai-context/context/flows/users.json",
|
|
727
|
+
"test-projects/react-app/ai-context/conventions.md",
|
|
728
|
+
"test-projects/react-app/ai-context/dependencies.json",
|
|
729
|
+
"test-projects/react-app/ai-context/entrypoints.md",
|
|
730
|
+
"test-projects/react-app/ai-context/files.json",
|
|
731
|
+
"test-projects/react-app/ai-context/graph/knowledge-graph.json",
|
|
732
|
+
"test-projects/react-app/ai-context/graph/module-graph.json",
|
|
733
|
+
"test-projects/react-app/ai-context/graph/symbol-graph.json",
|
|
734
|
+
"test-projects/react-app/ai-context/graph/symbol-references.json",
|
|
735
|
+
"test-projects/react-app/ai-context/index-state.json",
|
|
736
|
+
"test-projects/react-app/ai-context/modules.json",
|
|
737
|
+
"test-projects/react-app/ai-context/project.json",
|
|
738
|
+
"test-projects/react-app/ai-context/repo_map.json",
|
|
739
|
+
"test-projects/react-app/ai-context/repo_map.md",
|
|
740
|
+
"test-projects/react-app/ai-context/schema.json",
|
|
741
|
+
"test-projects/react-app/ai-context/summary.md",
|
|
742
|
+
"test-projects/react-app/ai-context/symbols.json",
|
|
743
|
+
"test-projects/react-app/ai-context/tech_stack.md",
|
|
744
|
+
"test-projects/react-app/ai-context/tools.json",
|
|
745
|
+
"test-projects/react-app/package.json",
|
|
746
|
+
"test-projects/react-app/src/App.tsx",
|
|
747
|
+
"test-projects/react-app/src/context/AuthContext.tsx",
|
|
748
|
+
"test-projects/react-app/src/hooks/useAuth.ts",
|
|
749
|
+
"test-projects/react-app/src/main.tsx",
|
|
750
|
+
"test-projects/react-app/src/pages/DashboardPage.tsx",
|
|
751
|
+
"test-projects/react-app/src/pages/LoginPage.tsx",
|
|
752
|
+
"test-projects/react-app/src/pages/UsersPage.tsx",
|
|
753
|
+
"test-projects/react-app/src/services/userService.ts",
|
|
754
|
+
"test-projects/salesforce-cli/.ai-dev/ai_context.md",
|
|
755
|
+
"test-projects/salesforce-cli/.ai-dev/ai_rules.md",
|
|
756
|
+
"test-projects/salesforce-cli/.ai-dev/architecture.md",
|
|
757
|
+
"test-projects/salesforce-cli/.ai-dev/cache.json",
|
|
758
|
+
"test-projects/salesforce-cli/.ai-dev/context/features/force-app.json",
|
|
759
|
+
"test-projects/salesforce-cli/.ai-dev/context/flows/account.json",
|
|
760
|
+
"test-projects/salesforce-cli/.ai-dev/context/flows/opportunity.json",
|
|
761
|
+
"test-projects/salesforce-cli/.ai-dev/conventions.md",
|
|
762
|
+
"test-projects/salesforce-cli/.ai-dev/dependencies.json",
|
|
763
|
+
"test-projects/salesforce-cli/.ai-dev/entrypoints.md",
|
|
764
|
+
"test-projects/salesforce-cli/.ai-dev/files.json",
|
|
765
|
+
"test-projects/salesforce-cli/.ai-dev/graph/knowledge-graph.json",
|
|
766
|
+
"test-projects/salesforce-cli/.ai-dev/graph/module-graph.json",
|
|
767
|
+
"test-projects/salesforce-cli/.ai-dev/graph/symbol-graph.json",
|
|
768
|
+
"test-projects/salesforce-cli/.ai-dev/graph/symbol-references.json",
|
|
769
|
+
"test-projects/salesforce-cli/.ai-dev/index-state.json",
|
|
770
|
+
"test-projects/salesforce-cli/.ai-dev/modules.json",
|
|
771
|
+
"test-projects/salesforce-cli/.ai-dev/project.json",
|
|
772
|
+
"test-projects/salesforce-cli/.ai-dev/repo_map.json",
|
|
773
|
+
"test-projects/salesforce-cli/.ai-dev/repo_map.md",
|
|
774
|
+
"test-projects/salesforce-cli/.ai-dev/schema.json",
|
|
775
|
+
"test-projects/salesforce-cli/.ai-dev/summary.md",
|
|
776
|
+
"test-projects/salesforce-cli/.ai-dev/symbols.json",
|
|
777
|
+
"test-projects/salesforce-cli/.ai-dev/tech_stack.md",
|
|
778
|
+
"test-projects/salesforce-cli/.ai-dev/tools.json",
|
|
779
|
+
"test-projects/salesforce-cli/ai-context/ai_context.md",
|
|
780
|
+
"test-projects/salesforce-cli/ai-context/ai_rules.md",
|
|
781
|
+
"test-projects/salesforce-cli/ai-context/architecture.md",
|
|
782
|
+
"test-projects/salesforce-cli/ai-context/cache.json",
|
|
783
|
+
"test-projects/salesforce-cli/ai-context/context/features/force-app.json",
|
|
784
|
+
"test-projects/salesforce-cli/ai-context/context/flows/account.json",
|
|
785
|
+
"test-projects/salesforce-cli/ai-context/context/flows/opportunity.json",
|
|
786
|
+
"test-projects/salesforce-cli/ai-context/conventions.md",
|
|
787
|
+
"test-projects/salesforce-cli/ai-context/dependencies.json",
|
|
788
|
+
"test-projects/salesforce-cli/ai-context/entrypoints.md",
|
|
789
|
+
"test-projects/salesforce-cli/ai-context/files.json",
|
|
790
|
+
"test-projects/salesforce-cli/ai-context/graph/knowledge-graph.json",
|
|
791
|
+
"test-projects/salesforce-cli/ai-context/graph/module-graph.json",
|
|
792
|
+
"test-projects/salesforce-cli/ai-context/graph/symbol-graph.json",
|
|
793
|
+
"test-projects/salesforce-cli/ai-context/graph/symbol-references.json",
|
|
794
|
+
"test-projects/salesforce-cli/ai-context/index-state.json",
|
|
795
|
+
"test-projects/salesforce-cli/ai-context/modules.json",
|
|
796
|
+
"test-projects/salesforce-cli/ai-context/project.json",
|
|
797
|
+
"test-projects/salesforce-cli/ai-context/repo_map.json",
|
|
798
|
+
"test-projects/salesforce-cli/ai-context/repo_map.md",
|
|
799
|
+
"test-projects/salesforce-cli/ai-context/schema.json",
|
|
800
|
+
"test-projects/salesforce-cli/ai-context/summary.md",
|
|
801
|
+
"test-projects/salesforce-cli/ai-context/symbols.json",
|
|
802
|
+
"test-projects/salesforce-cli/ai-context/tech_stack.md",
|
|
803
|
+
"test-projects/salesforce-cli/ai-context/tools.json",
|
|
804
|
+
"test-projects/salesforce-cli/force-app/main/default/classes/AccountController.cls",
|
|
805
|
+
"test-projects/salesforce-cli/force-app/main/default/classes/OpportunityController.cls",
|
|
806
|
+
"test-projects/salesforce-cli/force-app/main/default/triggers/AccountTrigger.trigger",
|
|
807
|
+
"test-projects/salesforce-cli/sfdx-project.json",
|
|
808
|
+
"test-projects/spring-boot-app/.ai-dev/ai_context.md",
|
|
809
|
+
"test-projects/spring-boot-app/.ai-dev/ai_rules.md",
|
|
810
|
+
"test-projects/spring-boot-app/.ai-dev/architecture.md",
|
|
811
|
+
"test-projects/spring-boot-app/.ai-dev/cache.json",
|
|
812
|
+
"test-projects/spring-boot-app/.ai-dev/context/features/src.json",
|
|
813
|
+
"test-projects/spring-boot-app/.ai-dev/context/flows/PostController.json",
|
|
814
|
+
"test-projects/spring-boot-app/.ai-dev/context/flows/UserController.json",
|
|
815
|
+
"test-projects/spring-boot-app/.ai-dev/context/flows/comment.json",
|
|
816
|
+
"test-projects/spring-boot-app/.ai-dev/context/flows/post.json",
|
|
817
|
+
"test-projects/spring-boot-app/.ai-dev/context/flows/user.json",
|
|
818
|
+
"test-projects/spring-boot-app/.ai-dev/conventions.md",
|
|
819
|
+
"test-projects/spring-boot-app/.ai-dev/dependencies.json",
|
|
820
|
+
"test-projects/spring-boot-app/.ai-dev/entrypoints.md",
|
|
821
|
+
"test-projects/spring-boot-app/.ai-dev/files.json",
|
|
822
|
+
"test-projects/spring-boot-app/.ai-dev/graph/knowledge-graph.json",
|
|
823
|
+
"test-projects/spring-boot-app/.ai-dev/graph/module-graph.json",
|
|
824
|
+
"test-projects/spring-boot-app/.ai-dev/graph/symbol-graph.json",
|
|
825
|
+
"test-projects/spring-boot-app/.ai-dev/graph/symbol-references.json",
|
|
826
|
+
"test-projects/spring-boot-app/.ai-dev/index-state.json",
|
|
827
|
+
"test-projects/spring-boot-app/.ai-dev/modules.json",
|
|
828
|
+
"test-projects/spring-boot-app/.ai-dev/project.json",
|
|
829
|
+
"test-projects/spring-boot-app/.ai-dev/repo_map.json",
|
|
830
|
+
"test-projects/spring-boot-app/.ai-dev/repo_map.md",
|
|
831
|
+
"test-projects/spring-boot-app/.ai-dev/schema.json",
|
|
832
|
+
"test-projects/spring-boot-app/.ai-dev/summary.md",
|
|
833
|
+
"test-projects/spring-boot-app/.ai-dev/symbols.json",
|
|
834
|
+
"test-projects/spring-boot-app/.ai-dev/tech_stack.md",
|
|
835
|
+
"test-projects/spring-boot-app/.ai-dev/tools.json",
|
|
836
|
+
"test-projects/spring-boot-app/README.md",
|
|
837
|
+
"test-projects/spring-boot-app/ai-context/ai_context.md",
|
|
838
|
+
"test-projects/spring-boot-app/ai-context/ai_rules.md",
|
|
839
|
+
"test-projects/spring-boot-app/ai-context/architecture.md",
|
|
840
|
+
"test-projects/spring-boot-app/ai-context/cache.json",
|
|
841
|
+
"test-projects/spring-boot-app/ai-context/context/features/src.json",
|
|
842
|
+
"test-projects/spring-boot-app/ai-context/context/flows/PostController.json",
|
|
843
|
+
"test-projects/spring-boot-app/ai-context/context/flows/UserController.json",
|
|
844
|
+
"test-projects/spring-boot-app/ai-context/context/flows/comment.json",
|
|
845
|
+
"test-projects/spring-boot-app/ai-context/context/flows/post.json",
|
|
846
|
+
"test-projects/spring-boot-app/ai-context/context/flows/user.json",
|
|
847
|
+
"test-projects/spring-boot-app/ai-context/conventions.md",
|
|
848
|
+
"test-projects/spring-boot-app/ai-context/dependencies.json",
|
|
849
|
+
"test-projects/spring-boot-app/ai-context/entrypoints.md",
|
|
850
|
+
"test-projects/spring-boot-app/ai-context/files.json",
|
|
851
|
+
"test-projects/spring-boot-app/ai-context/graph/knowledge-graph.json",
|
|
852
|
+
"test-projects/spring-boot-app/ai-context/graph/module-graph.json",
|
|
853
|
+
"test-projects/spring-boot-app/ai-context/graph/symbol-graph.json",
|
|
854
|
+
"test-projects/spring-boot-app/ai-context/graph/symbol-references.json",
|
|
855
|
+
"test-projects/spring-boot-app/ai-context/index-state.json",
|
|
856
|
+
"test-projects/spring-boot-app/ai-context/modules.json",
|
|
857
|
+
"test-projects/spring-boot-app/ai-context/project.json",
|
|
858
|
+
"test-projects/spring-boot-app/ai-context/repo_map.json",
|
|
859
|
+
"test-projects/spring-boot-app/ai-context/repo_map.md",
|
|
860
|
+
"test-projects/spring-boot-app/ai-context/schema.json",
|
|
861
|
+
"test-projects/spring-boot-app/ai-context/summary.md",
|
|
862
|
+
"test-projects/spring-boot-app/ai-context/symbols.json",
|
|
863
|
+
"test-projects/spring-boot-app/ai-context/tech_stack.md",
|
|
864
|
+
"test-projects/spring-boot-app/ai-context/tools.json",
|
|
865
|
+
"test-projects/spring-boot-app/src/main/java/com/example/demo/DemoApplication.java",
|
|
866
|
+
"test-projects/spring-boot-app/src/main/java/com/example/demo/controllers/CommentController.java",
|
|
867
|
+
"test-projects/spring-boot-app/src/main/java/com/example/demo/controllers/PostController.java",
|
|
868
|
+
"test-projects/spring-boot-app/src/main/java/com/example/demo/controllers/UserController.java",
|
|
869
|
+
"test-projects/spring-boot-app/src/main/java/com/example/demo/models/Comment.java",
|
|
870
|
+
"test-projects/spring-boot-app/src/main/java/com/example/demo/models/Post.java",
|
|
871
|
+
"test-projects/spring-boot-app/src/main/java/com/example/demo/models/User.java",
|
|
872
|
+
"test-projects/spring-boot-app/src/main/java/com/example/demo/repositories/CommentRepository.java",
|
|
873
|
+
"test-projects/spring-boot-app/src/main/java/com/example/demo/repositories/PostRepository.java",
|
|
874
|
+
"test-projects/spring-boot-app/src/main/java/com/example/demo/repositories/UserRepository.java",
|
|
875
|
+
"test-projects/spring-boot-app/src/main/java/com/example/demo/services/PostService.java",
|
|
876
|
+
"test-projects/spring-boot-app/src/main/java/com/example/demo/services/UserService.java"
|
|
877
|
+
]
|
|
878
|
+
},
|
|
879
|
+
"tests": {
|
|
880
|
+
"path": "tests",
|
|
881
|
+
"files": [
|
|
882
|
+
"tests/adapters.test.ts",
|
|
883
|
+
"tests/analysis.test.ts",
|
|
884
|
+
"tests/architectureDetector.test.ts",
|
|
885
|
+
"tests/e2e/README.md",
|
|
886
|
+
"tests/generation.test.ts",
|
|
887
|
+
"tests/gitAnalyzer.test.ts",
|
|
888
|
+
"tests/incrementalAnalyzer.test.ts",
|
|
889
|
+
"tests/knowledgeGraph.test.ts",
|
|
890
|
+
"tests/lazyAnalyzer.test.ts",
|
|
891
|
+
"tests/parserRegistry.test.ts",
|
|
892
|
+
"tests/phase2-fixes.test.ts",
|
|
893
|
+
"tests/pipeline.integration.test.ts",
|
|
894
|
+
"tests/pythonParser.test.ts",
|
|
895
|
+
"tests/schema.test.ts",
|
|
896
|
+
"tests/semanticContexts.test.ts",
|
|
897
|
+
"tests/typescriptParser.test.ts"
|
|
898
|
+
]
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
}
|