ai-first-cli 1.1.5 → 1.1.6

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.
Files changed (898) hide show
  1. package/{ai → .ai-dev}/ai_context.md +8 -8
  2. package/{ai → .ai-dev}/ai_rules.md +2 -2
  3. package/{ai → .ai-dev}/architecture.md +38 -23
  4. package/.ai-dev/cache.json +2349 -0
  5. package/.ai-dev/context/features/test-projects.json +69 -0
  6. package/.ai-dev/context/flows/api.json +9 -0
  7. package/{ai → .ai-dev}/context/flows/auth.json +2 -1
  8. package/.ai-dev/context/flows/category.json +12 -0
  9. package/.ai-dev/context/flows/comment.json +16 -0
  10. package/.ai-dev/context/flows/post.json +18 -0
  11. package/.ai-dev/context/flows/routes.json +19 -0
  12. package/.ai-dev/context/flows/user.json +20 -0
  13. package/.ai-dev/context/flows/views.json +14 -0
  14. package/.ai-dev/dependencies.json +2946 -0
  15. package/.ai-dev/files.json +2944 -0
  16. package/{ai → .ai-dev}/git/commit-activity.json +39 -126
  17. package/{ai → .ai-dev}/git/recent-files.json +6 -6
  18. package/.ai-dev/git/recent-flows.json +1 -0
  19. package/.ai-dev/graph/knowledge-graph.json +44314 -0
  20. package/.ai-dev/graph/module-graph.json +866 -0
  21. package/.ai-dev/graph/symbol-graph.json +200622 -0
  22. package/.ai-dev/graph/symbol-references.json +6778 -0
  23. package/.ai-dev/hierarchy.json +20 -0
  24. package/.ai-dev/index-state.json +4123 -0
  25. package/.ai-dev/index.db +0 -0
  26. package/.ai-dev/modules.json +532 -0
  27. package/{ai → .ai-dev}/project.json +8 -7
  28. package/{ai → .ai-dev}/repo_map.json +3403 -918
  29. package/{ai → .ai-dev}/repo_map.md +604 -45
  30. package/{test-projects/nestjs-backend/ai → .ai-dev}/schema.json +1 -1
  31. package/{ai → .ai-dev}/summary.md +15 -5
  32. package/.ai-dev/symbols.json +7 -0
  33. package/{ai → .ai-dev}/tech_stack.md +7 -3
  34. package/.github/workflows/publish.yml +54 -0
  35. package/CHANGELOG.md +125 -0
  36. package/PLAN_MEJORAS.md +216 -0
  37. package/README.es.md +82 -99
  38. package/README.md +70 -89
  39. package/STATUS_ADAPTADORES +126 -0
  40. package/TEST_RESULTS_PHASE1.md +420 -0
  41. package/ai/graph/knowledge-graph.json +6 -44411
  42. package/ai-context/ai_context.md +130 -0
  43. package/ai-context/ai_rules.md +54 -0
  44. package/ai-context/architecture.md +136 -0
  45. package/ai-context/cache.json +2349 -0
  46. package/ai-context/ccp/jira-123/context.json +7 -0
  47. package/ai-context/context/features/commands.json +18 -0
  48. package/ai-context/context/features/src.json +61 -0
  49. package/ai-context/context/features/test-projects.json +69 -0
  50. package/ai-context/context/flows/account.json +9 -0
  51. package/ai-context/context/flows/ai-first.json +9 -0
  52. package/ai-context/context/flows/api.json +9 -0
  53. package/ai-context/context/flows/auth.json +13 -0
  54. package/ai-context/context/flows/category.json +12 -0
  55. package/ai-context/context/flows/comment.json +16 -0
  56. package/ai-context/context/flows/dashboard.json +9 -0
  57. package/ai-context/context/flows/doctor.json +9 -0
  58. package/ai-context/context/flows/explore.json +9 -0
  59. package/ai-context/context/flows/login.json +9 -0
  60. package/ai-context/context/flows/opportunity.json +9 -0
  61. package/ai-context/context/flows/post.json +18 -0
  62. package/ai-context/context/flows/routes.json +19 -0
  63. package/ai-context/context/flows/user.json +20 -0
  64. package/ai-context/context/flows/users.json +9 -0
  65. package/ai-context/context/flows/views.json +14 -0
  66. package/ai-context/context/repo.json +56 -0
  67. package/ai-context/context/utils.json +7 -0
  68. package/ai-context/conventions.md +53 -0
  69. package/ai-context/dependencies.json +2946 -0
  70. package/ai-context/embeddings.json +23828 -0
  71. package/ai-context/entrypoints.md +42 -0
  72. package/ai-context/files.json +2944 -0
  73. package/ai-context/git/commit-activity.json +8646 -0
  74. package/ai-context/git/recent-features.json +1 -0
  75. package/ai-context/git/recent-files.json +52 -0
  76. package/ai-context/git/recent-flows.json +1 -0
  77. package/ai-context/graph/knowledge-graph.json +44314 -0
  78. package/ai-context/graph/module-graph.json +866 -0
  79. package/ai-context/graph/symbol-graph.json +200622 -0
  80. package/ai-context/graph/symbol-references.json +6778 -0
  81. package/ai-context/hierarchy.json +20 -0
  82. package/ai-context/index-state.json +4123 -0
  83. package/ai-context/index.db +0 -0
  84. package/ai-context/modules.json +532 -0
  85. package/ai-context/project.json +30 -0
  86. package/ai-context/repo_map.json +5818 -0
  87. package/ai-context/repo_map.md +1327 -0
  88. package/{test-projects/python-cli/ai → ai-context}/schema.json +1 -1
  89. package/ai-context/summary.md +42 -0
  90. package/ai-context/symbols.json +7 -0
  91. package/ai-context/tech_stack.md +46 -0
  92. package/dist/analyzers/symbols.d.ts.map +1 -1
  93. package/dist/analyzers/symbols.js +135 -7
  94. package/dist/analyzers/symbols.js.map +1 -1
  95. package/dist/commands/ai-first.d.ts.map +1 -1
  96. package/dist/commands/ai-first.js +35 -15
  97. package/dist/commands/ai-first.js.map +1 -1
  98. package/dist/commands/doctor.js +1 -1
  99. package/dist/commands/doctor.js.map +1 -1
  100. package/dist/commands/explore.js +1 -1
  101. package/dist/commands/explore.js.map +1 -1
  102. package/dist/core/ccp.js +1 -1
  103. package/dist/core/ccp.js.map +1 -1
  104. package/dist/core/embeddings.d.ts +11 -6
  105. package/dist/core/embeddings.d.ts.map +1 -1
  106. package/dist/core/embeddings.js +88 -38
  107. package/dist/core/embeddings.js.map +1 -1
  108. package/dist/core/gitAnalyzer.js +3 -3
  109. package/dist/core/gitAnalyzer.js.map +1 -1
  110. package/dist/core/incrementalAnalyzer.d.ts.map +1 -1
  111. package/dist/core/incrementalAnalyzer.js +76 -14
  112. package/dist/core/incrementalAnalyzer.js.map +1 -1
  113. package/dist/core/knowledgeGraphBuilder.js +1 -1
  114. package/dist/core/knowledgeGraphBuilder.js.map +1 -1
  115. package/dist/core/semanticContexts.d.ts.map +1 -1
  116. package/dist/core/semanticContexts.js +13 -4
  117. package/dist/core/semanticContexts.js.map +1 -1
  118. package/docs/guide/getting-started.md +8 -8
  119. package/docs/guide/quick-start.md +8 -8
  120. package/examples/01-express-api.md +3 -3
  121. package/examples/02-react-app.md +3 -3
  122. package/examples/03-python-django.md +3 -3
  123. package/examples/README.md +3 -3
  124. package/package.json +1 -1
  125. package/src/analyzers/symbols.ts +144 -7
  126. package/src/commands/ai-first.ts +37 -15
  127. package/src/commands/doctor.ts +1 -1
  128. package/src/commands/explore.ts +1 -1
  129. package/src/core/ccp.ts +1 -1
  130. package/src/core/embeddings.ts +106 -40
  131. package/src/core/gitAnalyzer.ts +3 -3
  132. package/src/core/incrementalAnalyzer.ts +101 -11
  133. package/src/core/knowledgeGraphBuilder.ts +1 -1
  134. package/src/core/semanticContexts.ts +14 -4
  135. package/test-projects/django-app/.ai-dev/ai_context.md +92 -0
  136. package/test-projects/django-app/.ai-dev/ai_rules.md +47 -0
  137. package/test-projects/django-app/.ai-dev/architecture.md +57 -0
  138. package/test-projects/django-app/.ai-dev/cache.json +169 -0
  139. package/test-projects/django-app/.ai-dev/context/flows/views.json +10 -0
  140. package/test-projects/django-app/.ai-dev/dependencies.json +312 -0
  141. package/test-projects/django-app/.ai-dev/files.json +209 -0
  142. package/test-projects/django-app/.ai-dev/graph/knowledge-graph.json +36 -0
  143. package/test-projects/django-app/.ai-dev/graph/module-graph.json +145 -0
  144. package/test-projects/django-app/.ai-dev/graph/symbol-graph.json +1488 -0
  145. package/test-projects/django-app/.ai-dev/index-state.json +294 -0
  146. package/test-projects/django-app/.ai-dev/index.db +0 -0
  147. package/test-projects/django-app/.ai-dev/modules.json +35 -0
  148. package/test-projects/django-app/.ai-dev/project.json +11 -0
  149. package/test-projects/django-app/.ai-dev/repo_map.json +412 -0
  150. package/test-projects/django-app/.ai-dev/repo_map.md +105 -0
  151. package/test-projects/{express-api/ai → django-app/.ai-dev}/schema.json +1 -1
  152. package/test-projects/django-app/.ai-dev/summary.md +15 -0
  153. package/test-projects/django-app/.ai-dev/symbols.json +1 -0
  154. package/test-projects/django-app/.ai-dev/tech_stack.md +32 -0
  155. package/test-projects/django-app/README.md +91 -0
  156. package/test-projects/django-app/ai-context/ai_context.md +92 -0
  157. package/test-projects/django-app/ai-context/ai_rules.md +47 -0
  158. package/test-projects/django-app/ai-context/architecture.md +57 -0
  159. package/test-projects/django-app/ai-context/cache.json +169 -0
  160. package/test-projects/django-app/ai-context/context/flows/views.json +10 -0
  161. package/test-projects/django-app/ai-context/conventions.md +51 -0
  162. package/test-projects/django-app/ai-context/dependencies.json +312 -0
  163. package/test-projects/django-app/ai-context/files.json +209 -0
  164. package/test-projects/django-app/ai-context/graph/knowledge-graph.json +36 -0
  165. package/test-projects/django-app/ai-context/graph/module-graph.json +145 -0
  166. package/test-projects/django-app/ai-context/graph/symbol-graph.json +1488 -0
  167. package/test-projects/django-app/ai-context/graph/symbol-references.json +1 -0
  168. package/test-projects/django-app/ai-context/index-state.json +294 -0
  169. package/test-projects/django-app/ai-context/index.db +0 -0
  170. package/test-projects/django-app/ai-context/modules.json +35 -0
  171. package/test-projects/django-app/ai-context/project.json +11 -0
  172. package/test-projects/django-app/ai-context/repo_map.json +412 -0
  173. package/test-projects/django-app/ai-context/repo_map.md +105 -0
  174. package/{ai → test-projects/django-app/ai-context}/schema.json +1 -1
  175. package/test-projects/django-app/ai-context/summary.md +15 -0
  176. package/test-projects/django-app/ai-context/symbols.json +1 -0
  177. package/test-projects/django-app/ai-context/tech_stack.md +32 -0
  178. package/test-projects/django-app/blog/__init__.py +0 -0
  179. package/test-projects/django-app/blog/admin.py +31 -0
  180. package/test-projects/django-app/blog/models.py +55 -0
  181. package/test-projects/django-app/blog/serializers.py +69 -0
  182. package/test-projects/django-app/blog/urls.py +14 -0
  183. package/test-projects/django-app/blog/views.py +96 -0
  184. package/test-projects/django-app/django_app/__init__.py +0 -0
  185. package/test-projects/django-app/django_app/settings.py +90 -0
  186. package/test-projects/django-app/django_app/urls.py +11 -0
  187. package/test-projects/django-app/django_app/wsgi.py +9 -0
  188. package/test-projects/django-app/manage.py +23 -0
  189. package/test-projects/django-app/requirements.txt +3 -0
  190. package/test-projects/django-app/users/__init__.py +0 -0
  191. package/test-projects/django-app/users/admin.py +42 -0
  192. package/test-projects/django-app/users/models.py +54 -0
  193. package/test-projects/django-app/users/serializers.py +113 -0
  194. package/test-projects/django-app/users/urls.py +13 -0
  195. package/test-projects/django-app/users/views.py +135 -0
  196. package/test-projects/express-api/{ai → .ai-dev}/project.json +2 -2
  197. package/test-projects/express-api/{ai → .ai-dev}/repo_map.json +1 -1
  198. package/test-projects/express-api/.ai-dev/schema.json +5 -0
  199. package/test-projects/express-api/.ai-dev/symbols.json +7 -0
  200. package/test-projects/express-api/ai-context/ai_context.md +112 -0
  201. package/test-projects/express-api/ai-context/ai_rules.md +50 -0
  202. package/test-projects/express-api/ai-context/architecture.md +62 -0
  203. package/test-projects/express-api/ai-context/context/features/controllers.json +13 -0
  204. package/test-projects/express-api/ai-context/context/features/services.json +13 -0
  205. package/test-projects/express-api/ai-context/context/flows/auth.json +12 -0
  206. package/test-projects/express-api/ai-context/context/flows/user.json +13 -0
  207. package/test-projects/express-api/ai-context/conventions.md +51 -0
  208. package/test-projects/express-api/ai-context/dependencies.json +54 -0
  209. package/test-projects/express-api/ai-context/entrypoints.md +17 -0
  210. package/test-projects/express-api/ai-context/modules.json +30 -0
  211. package/test-projects/express-api/ai-context/project.json +15 -0
  212. package/test-projects/express-api/ai-context/repo_map.json +100 -0
  213. package/test-projects/express-api/ai-context/repo_map.md +36 -0
  214. package/test-projects/express-api/ai-context/schema.json +5 -0
  215. package/test-projects/express-api/ai-context/summary.md +14 -0
  216. package/test-projects/express-api/ai-context/symbols.json +7 -0
  217. package/test-projects/express-api/ai-context/tech_stack.md +38 -0
  218. package/test-projects/express-api/index.js +9 -0
  219. package/test-projects/fastapi-app/.ai-dev/ai_context.md +89 -0
  220. package/test-projects/fastapi-app/.ai-dev/ai_rules.md +47 -0
  221. package/test-projects/fastapi-app/.ai-dev/architecture.md +39 -0
  222. package/test-projects/fastapi-app/.ai-dev/cache.json +125 -0
  223. package/test-projects/fastapi-app/.ai-dev/conventions.md +51 -0
  224. package/test-projects/fastapi-app/.ai-dev/dependencies.json +244 -0
  225. package/test-projects/fastapi-app/.ai-dev/files.json +154 -0
  226. package/test-projects/fastapi-app/.ai-dev/graph/knowledge-graph.json +15 -0
  227. package/test-projects/fastapi-app/.ai-dev/graph/module-graph.json +78 -0
  228. package/test-projects/fastapi-app/.ai-dev/graph/symbol-graph.json +1724 -0
  229. package/test-projects/fastapi-app/.ai-dev/graph/symbol-references.json +51 -0
  230. package/test-projects/fastapi-app/.ai-dev/index-state.json +217 -0
  231. package/test-projects/fastapi-app/.ai-dev/index.db +0 -0
  232. package/test-projects/fastapi-app/.ai-dev/modules.json +16 -0
  233. package/test-projects/fastapi-app/.ai-dev/project.json +9 -0
  234. package/test-projects/{express-api/ai/repo-map.json → fastapi-app/.ai-dev/repo_map.json} +121 -114
  235. package/test-projects/fastapi-app/.ai-dev/repo_map.md +74 -0
  236. package/test-projects/fastapi-app/.ai-dev/schema.json +5 -0
  237. package/test-projects/fastapi-app/.ai-dev/summary.md +12 -0
  238. package/test-projects/fastapi-app/.ai-dev/symbols.json +1 -0
  239. package/test-projects/fastapi-app/.ai-dev/tech_stack.md +32 -0
  240. package/test-projects/fastapi-app/.ai-dev/tools.json +10 -0
  241. package/test-projects/fastapi-app/README.md +118 -0
  242. package/test-projects/fastapi-app/ai-context/ai_context.md +89 -0
  243. package/test-projects/fastapi-app/ai-context/ai_rules.md +47 -0
  244. package/test-projects/fastapi-app/ai-context/architecture.md +39 -0
  245. package/test-projects/fastapi-app/ai-context/cache.json +125 -0
  246. package/test-projects/fastapi-app/ai-context/conventions.md +51 -0
  247. package/test-projects/fastapi-app/ai-context/dependencies.json +244 -0
  248. package/test-projects/fastapi-app/ai-context/entrypoints.md +4 -0
  249. package/test-projects/fastapi-app/ai-context/files.json +154 -0
  250. package/test-projects/fastapi-app/ai-context/graph/knowledge-graph.json +15 -0
  251. package/test-projects/fastapi-app/ai-context/graph/module-graph.json +78 -0
  252. package/test-projects/fastapi-app/ai-context/graph/symbol-graph.json +1724 -0
  253. package/test-projects/fastapi-app/ai-context/graph/symbol-references.json +51 -0
  254. package/test-projects/fastapi-app/ai-context/index-state.json +217 -0
  255. package/test-projects/fastapi-app/ai-context/index.db +0 -0
  256. package/test-projects/fastapi-app/ai-context/modules.json +16 -0
  257. package/test-projects/fastapi-app/ai-context/project.json +9 -0
  258. package/test-projects/fastapi-app/ai-context/repo_map.json +298 -0
  259. package/test-projects/fastapi-app/ai-context/repo_map.md +74 -0
  260. package/test-projects/fastapi-app/ai-context/schema.json +5 -0
  261. package/test-projects/fastapi-app/ai-context/summary.md +12 -0
  262. package/test-projects/fastapi-app/ai-context/symbols.json +1 -0
  263. package/test-projects/fastapi-app/ai-context/tech_stack.md +32 -0
  264. package/test-projects/fastapi-app/ai-context/tools.json +10 -0
  265. package/test-projects/fastapi-app/app/database.py +21 -0
  266. package/test-projects/fastapi-app/app/dependencies.py +107 -0
  267. package/test-projects/fastapi-app/app/main.py +47 -0
  268. package/test-projects/fastapi-app/app/models.py +149 -0
  269. package/test-projects/fastapi-app/app/routers/auth.py +117 -0
  270. package/test-projects/fastapi-app/app/routers/posts.py +272 -0
  271. package/test-projects/fastapi-app/app/schemas.py +191 -0
  272. package/test-projects/fastapi-app/requirements.txt +10 -0
  273. package/test-projects/flask-app/.ai-dev/ai_context.md +94 -0
  274. package/test-projects/flask-app/.ai-dev/ai_rules.md +47 -0
  275. package/test-projects/flask-app/.ai-dev/architecture.md +49 -0
  276. package/test-projects/flask-app/.ai-dev/cache.json +157 -0
  277. package/test-projects/flask-app/.ai-dev/context/features/app.json +25 -0
  278. package/test-projects/flask-app/.ai-dev/context/flows/routes.json +14 -0
  279. package/test-projects/flask-app/.ai-dev/conventions.md +51 -0
  280. package/test-projects/flask-app/.ai-dev/dependencies.json +298 -0
  281. package/test-projects/flask-app/.ai-dev/entrypoints.md +4 -0
  282. package/test-projects/flask-app/.ai-dev/files.json +194 -0
  283. package/test-projects/flask-app/.ai-dev/graph/knowledge-graph.json +60 -0
  284. package/test-projects/flask-app/.ai-dev/graph/module-graph.json +95 -0
  285. package/test-projects/flask-app/.ai-dev/graph/symbol-graph.json +1448 -0
  286. package/test-projects/flask-app/.ai-dev/graph/symbol-references.json +45 -0
  287. package/test-projects/flask-app/.ai-dev/index-state.json +273 -0
  288. package/test-projects/flask-app/.ai-dev/index.db +0 -0
  289. package/test-projects/flask-app/.ai-dev/modules.json +21 -0
  290. package/test-projects/flask-app/.ai-dev/project.json +13 -0
  291. package/test-projects/flask-app/.ai-dev/repo_map.json +400 -0
  292. package/test-projects/flask-app/.ai-dev/repo_map.md +98 -0
  293. package/test-projects/flask-app/.ai-dev/schema.json +5 -0
  294. package/test-projects/flask-app/.ai-dev/summary.md +13 -0
  295. package/test-projects/flask-app/.ai-dev/symbols.json +1 -0
  296. package/test-projects/flask-app/.ai-dev/tech_stack.md +32 -0
  297. package/test-projects/flask-app/.ai-dev/tools.json +10 -0
  298. package/test-projects/flask-app/README.md +129 -0
  299. package/test-projects/flask-app/ai-context/ai_context.md +94 -0
  300. package/test-projects/flask-app/ai-context/ai_rules.md +47 -0
  301. package/test-projects/flask-app/ai-context/architecture.md +49 -0
  302. package/test-projects/flask-app/ai-context/cache.json +157 -0
  303. package/test-projects/flask-app/ai-context/context/features/app.json +25 -0
  304. package/test-projects/flask-app/ai-context/context/flows/routes.json +14 -0
  305. package/test-projects/flask-app/ai-context/conventions.md +51 -0
  306. package/test-projects/flask-app/ai-context/dependencies.json +298 -0
  307. package/test-projects/flask-app/ai-context/entrypoints.md +4 -0
  308. package/test-projects/flask-app/ai-context/files.json +194 -0
  309. package/test-projects/flask-app/ai-context/graph/knowledge-graph.json +60 -0
  310. package/test-projects/flask-app/ai-context/graph/module-graph.json +95 -0
  311. package/test-projects/flask-app/ai-context/graph/symbol-graph.json +1448 -0
  312. package/test-projects/flask-app/ai-context/graph/symbol-references.json +45 -0
  313. package/test-projects/flask-app/ai-context/index-state.json +273 -0
  314. package/test-projects/flask-app/ai-context/index.db +0 -0
  315. package/test-projects/flask-app/ai-context/modules.json +21 -0
  316. package/test-projects/flask-app/ai-context/project.json +13 -0
  317. package/test-projects/flask-app/ai-context/repo_map.json +400 -0
  318. package/test-projects/flask-app/ai-context/repo_map.md +98 -0
  319. package/test-projects/flask-app/ai-context/schema.json +5 -0
  320. package/test-projects/flask-app/ai-context/summary.md +13 -0
  321. package/test-projects/flask-app/ai-context/symbols.json +1 -0
  322. package/test-projects/flask-app/ai-context/tech_stack.md +32 -0
  323. package/test-projects/flask-app/ai-context/tools.json +10 -0
  324. package/test-projects/flask-app/app/__init__.py +46 -0
  325. package/test-projects/flask-app/app/api/__init__.py +7 -0
  326. package/test-projects/flask-app/app/api/routes.py +122 -0
  327. package/test-projects/flask-app/app/auth/__init__.py +7 -0
  328. package/test-projects/flask-app/app/auth/forms.py +52 -0
  329. package/test-projects/flask-app/app/auth/routes.py +68 -0
  330. package/test-projects/flask-app/app/blog/__init__.py +7 -0
  331. package/test-projects/flask-app/app/blog/forms.py +35 -0
  332. package/test-projects/flask-app/app/blog/routes.py +140 -0
  333. package/test-projects/flask-app/app/main/__init__.py +7 -0
  334. package/test-projects/flask-app/app/main/routes.py +88 -0
  335. package/test-projects/flask-app/app/models.py +177 -0
  336. package/test-projects/flask-app/config.py +64 -0
  337. package/test-projects/flask-app/requirements.txt +10 -0
  338. package/test-projects/laravel-app/.ai-dev/ai_context.md +97 -0
  339. package/test-projects/laravel-app/.ai-dev/ai_rules.md +47 -0
  340. package/test-projects/laravel-app/.ai-dev/architecture.md +60 -0
  341. package/test-projects/laravel-app/.ai-dev/cache.json +161 -0
  342. package/test-projects/laravel-app/.ai-dev/context/features/app.json +21 -0
  343. package/test-projects/laravel-app/.ai-dev/context/flows/.json +9 -0
  344. package/test-projects/laravel-app/.ai-dev/context/flows/category.json +12 -0
  345. package/test-projects/laravel-app/.ai-dev/context/flows/comment.json +12 -0
  346. package/test-projects/laravel-app/.ai-dev/context/flows/post.json +12 -0
  347. package/test-projects/laravel-app/.ai-dev/context/flows/unnamed.json +9 -0
  348. package/test-projects/laravel-app/.ai-dev/conventions.md +51 -0
  349. package/test-projects/laravel-app/.ai-dev/entrypoints.md +4 -0
  350. package/test-projects/laravel-app/.ai-dev/files.json +199 -0
  351. package/test-projects/laravel-app/.ai-dev/graph/knowledge-graph.json +98 -0
  352. package/test-projects/laravel-app/.ai-dev/graph/module-graph.json +30 -0
  353. package/test-projects/laravel-app/.ai-dev/graph/symbol-graph.json +5 -0
  354. package/test-projects/laravel-app/.ai-dev/graph/symbol-references.json +1 -0
  355. package/test-projects/laravel-app/.ai-dev/index-state.json +280 -0
  356. package/test-projects/laravel-app/.ai-dev/index.db +0 -0
  357. package/test-projects/laravel-app/.ai-dev/modules.json +29 -0
  358. package/test-projects/laravel-app/.ai-dev/project.json +17 -0
  359. package/test-projects/laravel-app/.ai-dev/repo_map.json +419 -0
  360. package/test-projects/laravel-app/.ai-dev/repo_map.md +106 -0
  361. package/test-projects/laravel-app/.ai-dev/schema.json +5 -0
  362. package/test-projects/laravel-app/.ai-dev/summary.md +15 -0
  363. package/test-projects/laravel-app/.ai-dev/symbols.json +1 -0
  364. package/test-projects/laravel-app/.ai-dev/tech_stack.md +34 -0
  365. package/test-projects/laravel-app/.ai-dev/tools.json +10 -0
  366. package/test-projects/laravel-app/README.md +107 -0
  367. package/test-projects/laravel-app/ai-context/ai_context.md +97 -0
  368. package/test-projects/laravel-app/ai-context/ai_rules.md +47 -0
  369. package/test-projects/laravel-app/ai-context/architecture.md +60 -0
  370. package/test-projects/laravel-app/ai-context/cache.json +161 -0
  371. package/test-projects/laravel-app/ai-context/context/features/app.json +21 -0
  372. package/test-projects/laravel-app/ai-context/context/flows/.json +9 -0
  373. package/test-projects/laravel-app/ai-context/context/flows/category.json +12 -0
  374. package/test-projects/laravel-app/ai-context/context/flows/comment.json +12 -0
  375. package/test-projects/laravel-app/ai-context/context/flows/post.json +12 -0
  376. package/test-projects/laravel-app/ai-context/context/flows/unnamed.json +9 -0
  377. package/test-projects/laravel-app/ai-context/conventions.md +51 -0
  378. package/test-projects/laravel-app/ai-context/dependencies.json +6 -0
  379. package/test-projects/laravel-app/ai-context/entrypoints.md +4 -0
  380. package/test-projects/laravel-app/ai-context/files.json +199 -0
  381. package/test-projects/laravel-app/ai-context/graph/knowledge-graph.json +98 -0
  382. package/test-projects/laravel-app/ai-context/graph/module-graph.json +30 -0
  383. package/test-projects/laravel-app/ai-context/graph/symbol-graph.json +5 -0
  384. package/test-projects/laravel-app/ai-context/graph/symbol-references.json +1 -0
  385. package/test-projects/laravel-app/ai-context/index-state.json +280 -0
  386. package/test-projects/laravel-app/ai-context/index.db +0 -0
  387. package/test-projects/laravel-app/ai-context/modules.json +29 -0
  388. package/test-projects/laravel-app/ai-context/project.json +17 -0
  389. package/test-projects/laravel-app/ai-context/repo_map.json +419 -0
  390. package/test-projects/laravel-app/ai-context/repo_map.md +106 -0
  391. package/test-projects/laravel-app/ai-context/schema.json +5 -0
  392. package/test-projects/laravel-app/ai-context/summary.md +15 -0
  393. package/test-projects/laravel-app/ai-context/symbols.json +1 -0
  394. package/test-projects/laravel-app/ai-context/tech_stack.md +34 -0
  395. package/test-projects/laravel-app/ai-context/tools.json +10 -0
  396. package/test-projects/laravel-app/app/Http/Controllers/Api/CategoryController.php +88 -0
  397. package/test-projects/laravel-app/app/Http/Controllers/Api/CommentController.php +56 -0
  398. package/test-projects/laravel-app/app/Http/Controllers/Api/PostController.php +174 -0
  399. package/test-projects/laravel-app/app/Http/Controllers/Controller.php +12 -0
  400. package/test-projects/laravel-app/app/Models/Category.php +34 -0
  401. package/test-projects/laravel-app/app/Models/Comment.php +51 -0
  402. package/test-projects/laravel-app/app/Models/Post.php +108 -0
  403. package/test-projects/laravel-app/app/Models/User.php +85 -0
  404. package/test-projects/laravel-app/bootstrap/app.php +25 -0
  405. package/test-projects/laravel-app/composer.json +35 -0
  406. package/test-projects/laravel-app/routes/api.php +40 -0
  407. package/test-projects/nestjs-backend/{ai → .ai-dev}/ai_context.md +7 -6
  408. package/test-projects/nestjs-backend/{ai → .ai-dev}/ai_rules.md +4 -4
  409. package/test-projects/nestjs-backend/{ai → .ai-dev}/architecture.md +6 -0
  410. package/test-projects/nestjs-backend/{ai → .ai-dev}/cache.json +65 -33
  411. package/test-projects/nestjs-backend/.ai-dev/context/flows/auth.controller.json +14 -0
  412. package/test-projects/nestjs-backend/.ai-dev/context/flows/users.controller.json +14 -0
  413. package/test-projects/nestjs-backend/.ai-dev/context/flows/users.json +10 -0
  414. package/test-projects/nestjs-backend/.ai-dev/conventions.md +52 -0
  415. package/test-projects/nestjs-backend/{ai → .ai-dev}/files.json +25 -0
  416. package/test-projects/nestjs-backend/.ai-dev/graph/knowledge-graph.json +132 -0
  417. package/test-projects/nestjs-backend/{ai → .ai-dev}/index-state.json +122 -87
  418. package/{ai → test-projects/nestjs-backend/.ai-dev}/index.db +0 -0
  419. package/test-projects/nestjs-backend/{ai → .ai-dev}/project.json +6 -2
  420. package/test-projects/nestjs-backend/{ai/repo-map.json → .ai-dev/repo_map.json} +106 -2
  421. package/test-projects/nestjs-backend/.ai-dev/repo_map.md +104 -0
  422. package/test-projects/nestjs-backend/.ai-dev/schema.json +5 -0
  423. package/test-projects/nestjs-backend/{ai → .ai-dev}/summary.md +4 -2
  424. package/test-projects/nestjs-backend/.ai-dev/symbols.json +1 -0
  425. package/test-projects/nestjs-backend/{ai → .ai-dev}/tech_stack.md +2 -1
  426. package/test-projects/nestjs-backend/.ai-dev/tools.json +10 -0
  427. package/test-projects/nestjs-backend/ai-context/ai_context.md +111 -0
  428. package/test-projects/nestjs-backend/ai-context/ai_rules.md +52 -0
  429. package/test-projects/nestjs-backend/ai-context/architecture.md +49 -0
  430. package/test-projects/nestjs-backend/ai-context/cache.json +169 -0
  431. package/test-projects/nestjs-backend/ai-context/context/features/src.json +23 -0
  432. package/test-projects/nestjs-backend/ai-context/context/flows/auth.controller.json +14 -0
  433. package/test-projects/nestjs-backend/ai-context/context/flows/auth.json +10 -0
  434. package/test-projects/nestjs-backend/ai-context/context/flows/users..json +10 -0
  435. package/test-projects/nestjs-backend/ai-context/context/flows/users.controller.json +14 -0
  436. package/test-projects/nestjs-backend/ai-context/context/flows/users.json +10 -0
  437. package/test-projects/nestjs-backend/ai-context/conventions.md +52 -0
  438. package/test-projects/nestjs-backend/ai-context/dependencies.json +152 -0
  439. package/test-projects/nestjs-backend/ai-context/entrypoints.md +18 -0
  440. package/test-projects/nestjs-backend/ai-context/files.json +209 -0
  441. package/test-projects/nestjs-backend/ai-context/graph/knowledge-graph.json +132 -0
  442. package/test-projects/nestjs-backend/ai-context/graph/module-graph.json +29 -0
  443. package/test-projects/nestjs-backend/ai-context/graph/symbol-graph.json +304 -0
  444. package/test-projects/nestjs-backend/ai-context/graph/symbol-references.json +5 -0
  445. package/test-projects/nestjs-backend/ai-context/index-state.json +294 -0
  446. package/test-projects/nestjs-backend/ai-context/index.db +0 -0
  447. package/test-projects/nestjs-backend/ai-context/modules.json +19 -0
  448. package/test-projects/nestjs-backend/ai-context/project.json +18 -0
  449. package/test-projects/nestjs-backend/ai-context/repo_map.json +427 -0
  450. package/test-projects/nestjs-backend/ai-context/repo_map.md +104 -0
  451. package/test-projects/nestjs-backend/ai-context/schema.json +5 -0
  452. package/test-projects/nestjs-backend/ai-context/summary.md +13 -0
  453. package/test-projects/nestjs-backend/ai-context/symbols.json +1 -0
  454. package/test-projects/nestjs-backend/ai-context/tech_stack.md +38 -0
  455. package/test-projects/nestjs-backend/ai-context/tools.json +10 -0
  456. package/test-projects/python-cli/{ai → .ai-dev}/ai_context.md +5 -4
  457. package/test-projects/python-cli/{ai → .ai-dev}/ai_rules.md +2 -2
  458. package/test-projects/python-cli/{ai → .ai-dev}/architecture.md +6 -0
  459. package/test-projects/python-cli/{ai → .ai-dev}/cache.json +53 -33
  460. package/test-projects/python-cli/.ai-dev/entrypoints.md +4 -0
  461. package/test-projects/python-cli/{ai → .ai-dev}/files.json +10 -0
  462. package/test-projects/python-cli/{ai → .ai-dev}/graph/knowledge-graph.json +1 -1
  463. package/test-projects/python-cli/{ai → .ai-dev}/index-state.json +97 -83
  464. package/test-projects/python-cli/{ai → .ai-dev}/index.db +0 -0
  465. package/test-projects/python-cli/{ai → .ai-dev}/project.json +1 -1
  466. package/test-projects/python-cli/{ai/repo-map.json → .ai-dev/repo_map.json} +79 -2
  467. package/test-projects/python-cli/.ai-dev/repo_map.md +93 -0
  468. package/test-projects/python-cli/.ai-dev/schema.json +5 -0
  469. package/test-projects/python-cli/{ai → .ai-dev}/summary.md +4 -1
  470. package/test-projects/python-cli/.ai-dev/symbols.json +1 -0
  471. package/test-projects/python-cli/.ai-dev/tech_stack.md +32 -0
  472. package/test-projects/python-cli/.ai-dev/tools.json +10 -0
  473. package/test-projects/python-cli/ai-context/ai_context.md +95 -0
  474. package/test-projects/python-cli/ai-context/ai_rules.md +47 -0
  475. package/test-projects/python-cli/ai-context/architecture.md +55 -0
  476. package/test-projects/python-cli/ai-context/cache.json +149 -0
  477. package/test-projects/python-cli/ai-context/context/features/cli.json +16 -0
  478. package/test-projects/python-cli/ai-context/context/flows/list_.json +9 -0
  479. package/test-projects/python-cli/ai-context/context/flows/remove_.json +9 -0
  480. package/test-projects/python-cli/ai-context/conventions.md +51 -0
  481. package/test-projects/python-cli/ai-context/dependencies.json +66 -0
  482. package/test-projects/python-cli/ai-context/entrypoints.md +4 -0
  483. package/test-projects/python-cli/ai-context/files.json +184 -0
  484. package/test-projects/python-cli/ai-context/graph/knowledge-graph.json +83 -0
  485. package/test-projects/python-cli/ai-context/graph/module-graph.json +31 -0
  486. package/test-projects/python-cli/ai-context/graph/symbol-graph.json +358 -0
  487. package/test-projects/python-cli/ai-context/graph/symbol-references.json +11 -0
  488. package/test-projects/python-cli/ai-context/index-state.json +259 -0
  489. package/test-projects/{nestjs-backend/ai → python-cli/ai-context}/index.db +0 -0
  490. package/test-projects/python-cli/ai-context/modules.json +21 -0
  491. package/test-projects/python-cli/ai-context/project.json +15 -0
  492. package/test-projects/python-cli/ai-context/repo_map.json +367 -0
  493. package/test-projects/python-cli/ai-context/repo_map.md +93 -0
  494. package/test-projects/python-cli/ai-context/schema.json +5 -0
  495. package/test-projects/python-cli/ai-context/summary.md +14 -0
  496. package/test-projects/python-cli/ai-context/symbols.json +1 -0
  497. package/test-projects/python-cli/ai-context/tech_stack.md +32 -0
  498. package/test-projects/python-cli/ai-context/tools.json +10 -0
  499. package/test-projects/rails-app/.ai-dev/ai_context.md +94 -0
  500. package/test-projects/rails-app/.ai-dev/ai_rules.md +47 -0
  501. package/test-projects/rails-app/.ai-dev/architecture.md +49 -0
  502. package/test-projects/rails-app/.ai-dev/cache.json +193 -0
  503. package/test-projects/rails-app/.ai-dev/context/features/app.json +24 -0
  504. package/test-projects/rails-app/.ai-dev/context/features/config.json +13 -0
  505. package/test-projects/rails-app/.ai-dev/context/flows/application.json +9 -0
  506. package/test-projects/rails-app/.ai-dev/context/flows/application_.json +9 -0
  507. package/test-projects/rails-app/.ai-dev/context/flows/comments.json +11 -0
  508. package/test-projects/rails-app/.ai-dev/context/flows/comments_.json +11 -0
  509. package/test-projects/rails-app/.ai-dev/context/flows/posts.json +11 -0
  510. package/test-projects/rails-app/.ai-dev/context/flows/posts_.json +11 -0
  511. package/test-projects/rails-app/.ai-dev/context/flows/routes.json +9 -0
  512. package/test-projects/rails-app/.ai-dev/context/flows/users.json +11 -0
  513. package/test-projects/rails-app/.ai-dev/context/flows/users_.json +11 -0
  514. package/test-projects/rails-app/.ai-dev/conventions.md +51 -0
  515. package/test-projects/rails-app/.ai-dev/dependencies.json +6 -0
  516. package/test-projects/rails-app/.ai-dev/entrypoints.md +4 -0
  517. package/test-projects/rails-app/.ai-dev/files.json +239 -0
  518. package/test-projects/rails-app/.ai-dev/graph/knowledge-graph.json +130 -0
  519. package/test-projects/rails-app/.ai-dev/graph/module-graph.json +27 -0
  520. package/test-projects/rails-app/.ai-dev/graph/symbol-graph.json +5 -0
  521. package/test-projects/rails-app/.ai-dev/graph/symbol-references.json +1 -0
  522. package/test-projects/rails-app/.ai-dev/index-state.json +336 -0
  523. package/test-projects/rails-app/.ai-dev/index.db +0 -0
  524. package/test-projects/rails-app/.ai-dev/modules.json +26 -0
  525. package/test-projects/rails-app/.ai-dev/project.json +22 -0
  526. package/test-projects/rails-app/.ai-dev/repo_map.json +486 -0
  527. package/test-projects/rails-app/.ai-dev/repo_map.md +117 -0
  528. package/test-projects/rails-app/.ai-dev/schema.json +5 -0
  529. package/test-projects/rails-app/.ai-dev/summary.md +13 -0
  530. package/test-projects/rails-app/.ai-dev/symbols.json +1 -0
  531. package/test-projects/rails-app/.ai-dev/tech_stack.md +32 -0
  532. package/test-projects/rails-app/.ai-dev/tools.json +10 -0
  533. package/test-projects/rails-app/Gemfile +38 -0
  534. package/test-projects/rails-app/README.md +140 -0
  535. package/test-projects/rails-app/Rakefile +8 -0
  536. package/test-projects/rails-app/ai-context/ai_context.md +94 -0
  537. package/test-projects/rails-app/ai-context/ai_rules.md +47 -0
  538. package/test-projects/rails-app/ai-context/architecture.md +49 -0
  539. package/test-projects/rails-app/ai-context/cache.json +193 -0
  540. package/test-projects/rails-app/ai-context/context/features/app.json +24 -0
  541. package/test-projects/rails-app/ai-context/context/features/config.json +13 -0
  542. package/test-projects/rails-app/ai-context/context/flows/application.json +9 -0
  543. package/test-projects/rails-app/ai-context/context/flows/application_.json +9 -0
  544. package/test-projects/rails-app/ai-context/context/flows/comments.json +11 -0
  545. package/test-projects/rails-app/ai-context/context/flows/comments_.json +11 -0
  546. package/test-projects/rails-app/ai-context/context/flows/posts.json +11 -0
  547. package/test-projects/rails-app/ai-context/context/flows/posts_.json +11 -0
  548. package/test-projects/rails-app/ai-context/context/flows/routes.json +9 -0
  549. package/test-projects/rails-app/ai-context/context/flows/users.json +11 -0
  550. package/test-projects/rails-app/ai-context/context/flows/users_.json +11 -0
  551. package/test-projects/rails-app/ai-context/conventions.md +51 -0
  552. package/test-projects/rails-app/ai-context/dependencies.json +6 -0
  553. package/test-projects/rails-app/ai-context/entrypoints.md +4 -0
  554. package/test-projects/rails-app/ai-context/files.json +239 -0
  555. package/test-projects/rails-app/ai-context/graph/knowledge-graph.json +130 -0
  556. package/test-projects/rails-app/ai-context/graph/module-graph.json +27 -0
  557. package/test-projects/rails-app/ai-context/graph/symbol-graph.json +5 -0
  558. package/test-projects/rails-app/ai-context/graph/symbol-references.json +1 -0
  559. package/test-projects/rails-app/ai-context/index-state.json +336 -0
  560. package/test-projects/rails-app/ai-context/index.db +0 -0
  561. package/test-projects/rails-app/ai-context/modules.json +26 -0
  562. package/test-projects/rails-app/ai-context/project.json +22 -0
  563. package/test-projects/rails-app/ai-context/repo_map.json +486 -0
  564. package/test-projects/rails-app/ai-context/repo_map.md +117 -0
  565. package/test-projects/rails-app/ai-context/schema.json +5 -0
  566. package/test-projects/rails-app/ai-context/summary.md +13 -0
  567. package/test-projects/rails-app/ai-context/symbols.json +1 -0
  568. package/test-projects/rails-app/ai-context/tech_stack.md +32 -0
  569. package/test-projects/rails-app/ai-context/tools.json +10 -0
  570. package/test-projects/rails-app/app/controllers/api/comments_controller.rb +75 -0
  571. package/test-projects/rails-app/app/controllers/api/posts_controller.rb +68 -0
  572. package/test-projects/rails-app/app/controllers/api/users_controller.rb +54 -0
  573. package/test-projects/rails-app/app/controllers/application_controller.rb +31 -0
  574. package/test-projects/rails-app/app/models/comment.rb +34 -0
  575. package/test-projects/rails-app/app/models/post.rb +36 -0
  576. package/test-projects/rails-app/app/models/user.rb +28 -0
  577. package/test-projects/rails-app/app/services/post_service.rb +92 -0
  578. package/test-projects/rails-app/app/services/user_service.rb +76 -0
  579. package/test-projects/rails-app/config/application.rb +27 -0
  580. package/test-projects/rails-app/config/environment.rb +7 -0
  581. package/test-projects/rails-app/config/routes.rb +15 -0
  582. package/test-projects/react-app/{ai → .ai-dev}/ai_context.md +5 -4
  583. package/test-projects/react-app/{ai → .ai-dev}/ai_rules.md +2 -2
  584. package/test-projects/react-app/{ai → .ai-dev}/architecture.md +6 -0
  585. package/test-projects/react-app/{ai → .ai-dev}/cache.json +57 -33
  586. package/test-projects/react-app/.ai-dev/context/flows/UsersPage.json +14 -0
  587. package/test-projects/react-app/.ai-dev/entrypoints.md +4 -0
  588. package/test-projects/react-app/{ai → .ai-dev}/files.json +15 -0
  589. package/test-projects/react-app/{ai → .ai-dev}/graph/knowledge-graph.json +32 -3
  590. package/test-projects/react-app/{ai → .ai-dev}/index-state.json +105 -84
  591. package/test-projects/react-app/{ai → .ai-dev}/index.db +0 -0
  592. package/test-projects/react-app/{ai → .ai-dev}/project.json +2 -1
  593. package/test-projects/react-app/{ai/repo-map.json → .ai-dev/repo_map.json} +88 -2
  594. package/test-projects/react-app/.ai-dev/repo_map.md +94 -0
  595. package/test-projects/react-app/.ai-dev/schema.json +5 -0
  596. package/test-projects/react-app/{ai → .ai-dev}/summary.md +4 -2
  597. package/test-projects/react-app/.ai-dev/symbols.json +1 -0
  598. package/test-projects/react-app/{ai → .ai-dev}/tech_stack.md +2 -1
  599. package/test-projects/react-app/.ai-dev/tools.json +10 -0
  600. package/test-projects/react-app/ai-context/ai_context.md +96 -0
  601. package/test-projects/react-app/ai-context/ai_rules.md +49 -0
  602. package/test-projects/react-app/ai-context/architecture.md +39 -0
  603. package/test-projects/react-app/ai-context/cache.json +153 -0
  604. package/test-projects/react-app/ai-context/context/features/src.json +18 -0
  605. package/test-projects/react-app/ai-context/context/flows/UsersPage.json +14 -0
  606. package/test-projects/react-app/ai-context/context/flows/dashboard.json +9 -0
  607. package/test-projects/react-app/ai-context/context/flows/login.json +9 -0
  608. package/test-projects/react-app/ai-context/context/flows/users.json +9 -0
  609. package/test-projects/{nestjs-backend/ai → react-app/ai-context}/conventions.md +2 -2
  610. package/test-projects/react-app/ai-context/dependencies.json +128 -0
  611. package/test-projects/react-app/ai-context/entrypoints.md +4 -0
  612. package/test-projects/react-app/ai-context/files.json +189 -0
  613. package/test-projects/react-app/ai-context/graph/knowledge-graph.json +112 -0
  614. package/test-projects/react-app/ai-context/graph/module-graph.json +31 -0
  615. package/test-projects/react-app/ai-context/graph/symbol-graph.json +868 -0
  616. package/test-projects/react-app/ai-context/graph/symbol-references.json +31 -0
  617. package/test-projects/react-app/ai-context/index-state.json +266 -0
  618. package/test-projects/react-app/ai-context/index.db +0 -0
  619. package/test-projects/react-app/ai-context/modules.json +17 -0
  620. package/test-projects/react-app/ai-context/project.json +16 -0
  621. package/test-projects/react-app/ai-context/repo_map.json +391 -0
  622. package/test-projects/react-app/ai-context/repo_map.md +94 -0
  623. package/test-projects/react-app/ai-context/schema.json +5 -0
  624. package/test-projects/react-app/ai-context/summary.md +13 -0
  625. package/test-projects/react-app/ai-context/symbols.json +1 -0
  626. package/test-projects/react-app/ai-context/tech_stack.md +39 -0
  627. package/test-projects/react-app/ai-context/tools.json +10 -0
  628. package/test-projects/salesforce-cli/{ai → .ai-dev}/ai_context.md +5 -4
  629. package/test-projects/salesforce-cli/{ai → .ai-dev}/ai_rules.md +2 -2
  630. package/test-projects/salesforce-cli/{ai → .ai-dev}/architecture.md +6 -0
  631. package/test-projects/salesforce-cli/{ai → .ai-dev}/cache.json +52 -32
  632. package/test-projects/salesforce-cli/.ai-dev/conventions.md +51 -0
  633. package/test-projects/salesforce-cli/.ai-dev/dependencies.json +6 -0
  634. package/test-projects/salesforce-cli/.ai-dev/entrypoints.md +4 -0
  635. package/test-projects/salesforce-cli/{ai → .ai-dev}/files.json +10 -0
  636. package/test-projects/salesforce-cli/{ai → .ai-dev}/graph/knowledge-graph.json +1 -1
  637. package/test-projects/salesforce-cli/.ai-dev/graph/symbol-references.json +1 -0
  638. package/test-projects/salesforce-cli/{ai → .ai-dev}/index-state.json +90 -76
  639. package/test-projects/salesforce-cli/{ai → .ai-dev}/index.db +0 -0
  640. package/test-projects/salesforce-cli/{ai → .ai-dev}/project.json +1 -1
  641. package/test-projects/salesforce-cli/{ai/repo-map.json → .ai-dev/repo_map.json} +79 -2
  642. package/test-projects/salesforce-cli/.ai-dev/repo_map.md +80 -0
  643. package/test-projects/salesforce-cli/.ai-dev/schema.json +5 -0
  644. package/test-projects/salesforce-cli/{ai → .ai-dev}/summary.md +4 -2
  645. package/test-projects/salesforce-cli/.ai-dev/symbols.json +1 -0
  646. package/test-projects/salesforce-cli/{ai → .ai-dev}/tech_stack.md +2 -1
  647. package/test-projects/salesforce-cli/.ai-dev/tools.json +10 -0
  648. package/test-projects/salesforce-cli/ai-context/ai_context.md +89 -0
  649. package/test-projects/salesforce-cli/ai-context/ai_rules.md +47 -0
  650. package/test-projects/salesforce-cli/ai-context/architecture.md +39 -0
  651. package/test-projects/salesforce-cli/ai-context/cache.json +125 -0
  652. package/test-projects/salesforce-cli/ai-context/context/features/force-app.json +14 -0
  653. package/test-projects/salesforce-cli/ai-context/context/flows/account.json +9 -0
  654. package/test-projects/salesforce-cli/ai-context/context/flows/opportunity.json +9 -0
  655. package/test-projects/salesforce-cli/ai-context/conventions.md +51 -0
  656. package/test-projects/salesforce-cli/ai-context/dependencies.json +6 -0
  657. package/test-projects/salesforce-cli/ai-context/entrypoints.md +4 -0
  658. package/test-projects/{express-api/ai → salesforce-cli/ai-context}/files.json +27 -42
  659. package/test-projects/salesforce-cli/ai-context/graph/knowledge-graph.json +64 -0
  660. package/test-projects/salesforce-cli/ai-context/graph/module-graph.json +13 -0
  661. package/test-projects/salesforce-cli/ai-context/graph/symbol-graph.json +148 -0
  662. package/test-projects/salesforce-cli/ai-context/graph/symbol-references.json +1 -0
  663. package/test-projects/salesforce-cli/ai-context/index-state.json +217 -0
  664. package/test-projects/{express-api/ai → salesforce-cli/ai-context}/index.db +0 -0
  665. package/test-projects/salesforce-cli/ai-context/modules.json +12 -0
  666. package/test-projects/salesforce-cli/ai-context/project.json +14 -0
  667. package/test-projects/salesforce-cli/ai-context/repo_map.json +328 -0
  668. package/test-projects/salesforce-cli/ai-context/repo_map.md +80 -0
  669. package/test-projects/salesforce-cli/ai-context/schema.json +5 -0
  670. package/test-projects/salesforce-cli/ai-context/summary.md +13 -0
  671. package/test-projects/salesforce-cli/ai-context/symbols.json +1 -0
  672. package/test-projects/{python-cli/ai → salesforce-cli/ai-context}/tech_stack.md +3 -2
  673. package/test-projects/salesforce-cli/ai-context/tools.json +10 -0
  674. package/test-projects/spring-boot-app/.ai-dev/ai_context.md +91 -0
  675. package/test-projects/spring-boot-app/.ai-dev/ai_rules.md +48 -0
  676. package/test-projects/spring-boot-app/.ai-dev/architecture.md +39 -0
  677. package/test-projects/spring-boot-app/.ai-dev/cache.json +173 -0
  678. package/test-projects/spring-boot-app/.ai-dev/context/features/src.json +26 -0
  679. package/test-projects/spring-boot-app/.ai-dev/context/flows/PostController.json +19 -0
  680. package/test-projects/spring-boot-app/.ai-dev/context/flows/UserController.json +19 -0
  681. package/test-projects/spring-boot-app/.ai-dev/context/flows/comment.json +11 -0
  682. package/test-projects/spring-boot-app/.ai-dev/context/flows/post.json +14 -0
  683. package/test-projects/spring-boot-app/.ai-dev/context/flows/user.json +14 -0
  684. package/test-projects/spring-boot-app/.ai-dev/conventions.md +52 -0
  685. package/test-projects/spring-boot-app/.ai-dev/dependencies.json +326 -0
  686. package/test-projects/spring-boot-app/.ai-dev/entrypoints.md +4 -0
  687. package/test-projects/spring-boot-app/.ai-dev/files.json +214 -0
  688. package/test-projects/spring-boot-app/.ai-dev/graph/knowledge-graph.json +231 -0
  689. package/test-projects/spring-boot-app/.ai-dev/graph/module-graph.json +22 -0
  690. package/test-projects/spring-boot-app/.ai-dev/graph/symbol-graph.json +794 -0
  691. package/test-projects/spring-boot-app/.ai-dev/graph/symbol-references.json +70 -0
  692. package/test-projects/spring-boot-app/.ai-dev/index-state.json +301 -0
  693. package/test-projects/spring-boot-app/.ai-dev/index.db +0 -0
  694. package/test-projects/spring-boot-app/.ai-dev/modules.json +21 -0
  695. package/test-projects/spring-boot-app/.ai-dev/project.json +17 -0
  696. package/test-projects/spring-boot-app/.ai-dev/repo_map.json +461 -0
  697. package/test-projects/spring-boot-app/.ai-dev/repo_map.md +109 -0
  698. package/test-projects/spring-boot-app/.ai-dev/schema.json +5 -0
  699. package/test-projects/spring-boot-app/.ai-dev/summary.md +12 -0
  700. package/test-projects/spring-boot-app/.ai-dev/symbols.json +1 -0
  701. package/test-projects/spring-boot-app/.ai-dev/tech_stack.md +32 -0
  702. package/test-projects/spring-boot-app/.ai-dev/tools.json +10 -0
  703. package/test-projects/spring-boot-app/.classpath +57 -0
  704. package/test-projects/spring-boot-app/.factorypath +69 -0
  705. package/test-projects/spring-boot-app/.project +34 -0
  706. package/test-projects/spring-boot-app/.settings/org.eclipse.core.resources.prefs +4 -0
  707. package/test-projects/spring-boot-app/.settings/org.eclipse.jdt.apt.core.prefs +4 -0
  708. package/test-projects/spring-boot-app/.settings/org.eclipse.jdt.core.prefs +10 -0
  709. package/test-projects/spring-boot-app/.settings/org.eclipse.m2e.core.prefs +4 -0
  710. package/test-projects/spring-boot-app/README.md +122 -0
  711. package/test-projects/spring-boot-app/ai-context/ai_context.md +91 -0
  712. package/test-projects/spring-boot-app/ai-context/ai_rules.md +48 -0
  713. package/test-projects/spring-boot-app/ai-context/architecture.md +39 -0
  714. package/test-projects/spring-boot-app/ai-context/cache.json +173 -0
  715. package/test-projects/spring-boot-app/ai-context/context/features/src.json +26 -0
  716. package/test-projects/spring-boot-app/ai-context/context/flows/PostController.json +19 -0
  717. package/test-projects/spring-boot-app/ai-context/context/flows/UserController.json +19 -0
  718. package/test-projects/spring-boot-app/ai-context/context/flows/comment.json +11 -0
  719. package/test-projects/spring-boot-app/ai-context/context/flows/post.json +14 -0
  720. package/test-projects/spring-boot-app/ai-context/context/flows/user.json +14 -0
  721. package/test-projects/spring-boot-app/ai-context/conventions.md +52 -0
  722. package/test-projects/spring-boot-app/ai-context/dependencies.json +326 -0
  723. package/test-projects/spring-boot-app/ai-context/entrypoints.md +4 -0
  724. package/test-projects/spring-boot-app/ai-context/files.json +214 -0
  725. package/test-projects/spring-boot-app/ai-context/graph/knowledge-graph.json +231 -0
  726. package/test-projects/spring-boot-app/ai-context/graph/module-graph.json +22 -0
  727. package/test-projects/spring-boot-app/ai-context/graph/symbol-graph.json +794 -0
  728. package/test-projects/spring-boot-app/ai-context/graph/symbol-references.json +70 -0
  729. package/test-projects/spring-boot-app/ai-context/index-state.json +301 -0
  730. package/test-projects/spring-boot-app/ai-context/index.db +0 -0
  731. package/test-projects/spring-boot-app/ai-context/modules.json +21 -0
  732. package/test-projects/spring-boot-app/ai-context/project.json +17 -0
  733. package/test-projects/spring-boot-app/ai-context/repo_map.json +461 -0
  734. package/test-projects/spring-boot-app/ai-context/repo_map.md +109 -0
  735. package/test-projects/spring-boot-app/ai-context/schema.json +5 -0
  736. package/test-projects/spring-boot-app/ai-context/summary.md +12 -0
  737. package/test-projects/spring-boot-app/ai-context/symbols.json +1 -0
  738. package/test-projects/spring-boot-app/ai-context/tech_stack.md +32 -0
  739. package/test-projects/spring-boot-app/ai-context/tools.json +10 -0
  740. package/test-projects/spring-boot-app/pom.xml +79 -0
  741. package/test-projects/spring-boot-app/src/main/java/com/example/demo/DemoApplication.java +12 -0
  742. package/test-projects/spring-boot-app/src/main/java/com/example/demo/controllers/CommentController.java +89 -0
  743. package/test-projects/spring-boot-app/src/main/java/com/example/demo/controllers/PostController.java +92 -0
  744. package/test-projects/spring-boot-app/src/main/java/com/example/demo/controllers/UserController.java +84 -0
  745. package/test-projects/spring-boot-app/src/main/java/com/example/demo/models/Comment.java +38 -0
  746. package/test-projects/spring-boot-app/src/main/java/com/example/demo/models/Post.java +56 -0
  747. package/test-projects/spring-boot-app/src/main/java/com/example/demo/models/User.java +44 -0
  748. package/test-projects/spring-boot-app/src/main/java/com/example/demo/repositories/CommentRepository.java +21 -0
  749. package/test-projects/spring-boot-app/src/main/java/com/example/demo/repositories/PostRepository.java +18 -0
  750. package/test-projects/spring-boot-app/src/main/java/com/example/demo/repositories/UserRepository.java +15 -0
  751. package/test-projects/spring-boot-app/src/main/java/com/example/demo/services/PostService.java +83 -0
  752. package/test-projects/spring-boot-app/src/main/java/com/example/demo/services/UserService.java +62 -0
  753. package/test-projects/spring-boot-app/src/main/resources/application.properties +22 -0
  754. package/test-projects/spring-boot-app/target/classes/com/example/demo/DemoApplication.class +0 -0
  755. package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/CommentController$CommentCreateRequest.class +0 -0
  756. package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/CommentController$CommentUpdateRequest.class +0 -0
  757. package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/CommentController.class +0 -0
  758. package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/PostController$PostCreateRequest.class +0 -0
  759. package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/PostController$PostUpdateRequest.class +0 -0
  760. package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/PostController.class +0 -0
  761. package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/UserController$UserCreateRequest.class +0 -0
  762. package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/UserController$UserUpdateRequest.class +0 -0
  763. package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/UserController.class +0 -0
  764. package/test-projects/spring-boot-app/target/classes/com/example/demo/models/Comment.class +0 -0
  765. package/test-projects/spring-boot-app/target/classes/com/example/demo/models/Post.class +0 -0
  766. package/test-projects/spring-boot-app/target/classes/com/example/demo/models/User.class +0 -0
  767. package/test-projects/spring-boot-app/target/classes/com/example/demo/repositories/CommentRepository.class +0 -0
  768. package/test-projects/spring-boot-app/target/classes/com/example/demo/repositories/PostRepository.class +0 -0
  769. package/test-projects/spring-boot-app/target/classes/com/example/demo/repositories/UserRepository.class +0 -0
  770. package/test-projects/spring-boot-app/target/classes/com/example/demo/services/PostService.class +0 -0
  771. package/test-projects/spring-boot-app/target/classes/com/example/demo/services/UserService.class +0 -0
  772. package/test_adapters.mjs +87 -0
  773. package/tests/e2e/README.md +20 -20
  774. package/tests/phase2-fixes.test.ts +200 -0
  775. package/ANALISIS_MEJORAS.md +0 -327
  776. package/TEST_RESULTS.md +0 -198
  777. package/TEST_RESULTS_COMPARATIVE.md +0 -159
  778. package/TEST_RESULTS_COMPLETE.md +0 -127
  779. package/TEST_RESULTS_COMPREHENSIVE.md +0 -208
  780. package/ai/cache.json +0 -1109
  781. package/ai/context/features/test-projects.json +0 -56
  782. package/ai/context/flows/add_.json +0 -9
  783. package/ai/context/flows/auth..json +0 -10
  784. package/ai/context/flows/list_.json +0 -9
  785. package/ai/context/flows/remove_.json +0 -9
  786. package/ai/context/flows/user.json +0 -14
  787. package/ai/context/flows/users..json +0 -10
  788. package/ai/dependencies.json +0 -485
  789. package/ai/files.json +0 -2029
  790. package/ai/git/recent-features.json +0 -3
  791. package/ai/git/recent-flows.json +0 -3
  792. package/ai/graph/module-graph.json +0 -389
  793. package/ai/graph/symbol-graph.json +0 -85206
  794. package/ai/graph/symbol-references.json +0 -2707
  795. package/ai/hierarchy.json +0 -7
  796. package/ai/index-state.json +0 -1939
  797. package/ai/modules.json +0 -299
  798. package/ai/repo-map.json +0 -2867
  799. package/test-projects/express-api/ai/cache.json +0 -125
  800. package/test-projects/express-api/ai/graph/knowledge-graph.json +0 -98
  801. package/test-projects/express-api/ai/graph/module-graph.json +0 -44
  802. package/test-projects/express-api/ai/graph/symbol-graph.json +0 -882
  803. package/test-projects/express-api/ai/graph/symbol-references.json +0 -51
  804. package/test-projects/express-api/ai/index-state.json +0 -238
  805. package/test-projects/express-api/ai/symbols.json +0 -1174
  806. package/test-projects/nestjs-backend/ai/graph/knowledge-graph.json +0 -74
  807. package/test-projects/nestjs-backend/ai/repo_map.json +0 -141
  808. package/test-projects/nestjs-backend/ai/repo_map.md +0 -39
  809. package/test-projects/nestjs-backend/ai/symbols.json +0 -527
  810. package/test-projects/python-cli/ai/context/flows/add_.json +0 -9
  811. package/test-projects/python-cli/ai/repo_map.json +0 -99
  812. package/test-projects/python-cli/ai/repo_map.md +0 -32
  813. package/test-projects/python-cli/ai/symbols.json +0 -475
  814. package/test-projects/react-app/ai/repo_map.json +0 -114
  815. package/test-projects/react-app/ai/repo_map.md +0 -31
  816. package/test-projects/react-app/ai/schema.json +0 -5
  817. package/test-projects/react-app/ai/symbols.json +0 -985
  818. package/test-projects/salesforce-cli/ai/repo_map.json +0 -69
  819. package/test-projects/salesforce-cli/ai/repo_map.md +0 -21
  820. package/test-projects/salesforce-cli/ai/schema.json +0 -5
  821. package/test-projects/salesforce-cli/ai/symbols.json +0 -245
  822. /package/{ai → .ai-dev}/ccp/jira-123/context.json +0 -0
  823. /package/{ai → .ai-dev}/context/features/commands.json +0 -0
  824. /package/{ai → .ai-dev}/context/features/src.json +0 -0
  825. /package/{ai → .ai-dev}/context/flows/account.json +0 -0
  826. /package/{ai → .ai-dev}/context/flows/ai-first.json +0 -0
  827. /package/{ai → .ai-dev}/context/flows/dashboard.json +0 -0
  828. /package/{ai → .ai-dev}/context/flows/doctor.json +0 -0
  829. /package/{ai → .ai-dev}/context/flows/explore.json +0 -0
  830. /package/{ai → .ai-dev}/context/flows/login.json +0 -0
  831. /package/{ai → .ai-dev}/context/flows/opportunity.json +0 -0
  832. /package/{ai → .ai-dev}/context/flows/users.json +0 -0
  833. /package/{ai → .ai-dev}/context/repo.json +0 -0
  834. /package/{ai → .ai-dev}/context/utils.json +0 -0
  835. /package/{ai → .ai-dev}/conventions.md +0 -0
  836. /package/{ai → .ai-dev}/embeddings.json +0 -0
  837. /package/{ai → .ai-dev}/entrypoints.md +0 -0
  838. /package/{ai/symbols.json → .ai-dev/git/recent-features.json} +0 -0
  839. /package/{ai → .ai-dev}/tools.json +0 -0
  840. /package/{test-projects/express-api/ai → ai-context}/tools.json +0 -0
  841. /package/test-projects/{salesforce-cli/ai → django-app/.ai-dev}/conventions.md +0 -0
  842. /package/test-projects/{python-cli/ai → django-app/.ai-dev}/entrypoints.md +0 -0
  843. /package/test-projects/{salesforce-cli/ai → django-app/.ai-dev}/graph/symbol-references.json +0 -0
  844. /package/test-projects/{nestjs-backend/ai → django-app/.ai-dev}/tools.json +0 -0
  845. /package/test-projects/{react-app/ai → django-app/ai-context}/entrypoints.md +0 -0
  846. /package/test-projects/{python-cli/ai → django-app/ai-context}/tools.json +0 -0
  847. /package/test-projects/express-api/{ai → .ai-dev}/ai_context.md +0 -0
  848. /package/test-projects/express-api/{ai → .ai-dev}/ai_rules.md +0 -0
  849. /package/test-projects/express-api/{ai → .ai-dev}/architecture.md +0 -0
  850. /package/test-projects/express-api/{ai → .ai-dev}/context/features/controllers.json +0 -0
  851. /package/test-projects/express-api/{ai → .ai-dev}/context/features/services.json +0 -0
  852. /package/test-projects/express-api/{ai → .ai-dev}/context/flows/auth.json +0 -0
  853. /package/test-projects/express-api/{ai → .ai-dev}/context/flows/user.json +0 -0
  854. /package/test-projects/express-api/{ai → .ai-dev}/conventions.md +0 -0
  855. /package/test-projects/express-api/{ai → .ai-dev}/dependencies.json +0 -0
  856. /package/test-projects/express-api/{ai → .ai-dev}/entrypoints.md +0 -0
  857. /package/test-projects/express-api/{ai → .ai-dev}/modules.json +0 -0
  858. /package/test-projects/express-api/{ai → .ai-dev}/repo_map.md +0 -0
  859. /package/test-projects/express-api/{ai → .ai-dev}/summary.md +0 -0
  860. /package/test-projects/express-api/{ai → .ai-dev}/tech_stack.md +0 -0
  861. /package/test-projects/{react-app/ai → express-api/.ai-dev}/tools.json +0 -0
  862. /package/test-projects/{salesforce-cli/ai → express-api/ai-context}/tools.json +0 -0
  863. /package/test-projects/{salesforce-cli/ai → fastapi-app/.ai-dev}/entrypoints.md +0 -0
  864. /package/test-projects/{salesforce-cli/ai → laravel-app/.ai-dev}/dependencies.json +0 -0
  865. /package/test-projects/nestjs-backend/{ai → .ai-dev}/context/features/src.json +0 -0
  866. /package/test-projects/nestjs-backend/{ai/context/flows/auth..json → .ai-dev/context/flows/auth.json} +0 -0
  867. /package/test-projects/nestjs-backend/{ai → .ai-dev}/context/flows/users..json +0 -0
  868. /package/test-projects/nestjs-backend/{ai → .ai-dev}/dependencies.json +0 -0
  869. /package/test-projects/nestjs-backend/{ai → .ai-dev}/entrypoints.md +0 -0
  870. /package/test-projects/nestjs-backend/{ai → .ai-dev}/graph/module-graph.json +0 -0
  871. /package/test-projects/nestjs-backend/{ai → .ai-dev}/graph/symbol-graph.json +0 -0
  872. /package/test-projects/nestjs-backend/{ai → .ai-dev}/graph/symbol-references.json +0 -0
  873. /package/test-projects/nestjs-backend/{ai → .ai-dev}/modules.json +0 -0
  874. /package/test-projects/python-cli/{ai → .ai-dev}/context/features/cli.json +0 -0
  875. /package/test-projects/python-cli/{ai → .ai-dev}/context/flows/list_.json +0 -0
  876. /package/test-projects/python-cli/{ai → .ai-dev}/context/flows/remove_.json +0 -0
  877. /package/test-projects/python-cli/{ai → .ai-dev}/conventions.md +0 -0
  878. /package/test-projects/python-cli/{ai → .ai-dev}/dependencies.json +0 -0
  879. /package/test-projects/python-cli/{ai → .ai-dev}/graph/module-graph.json +0 -0
  880. /package/test-projects/python-cli/{ai → .ai-dev}/graph/symbol-graph.json +0 -0
  881. /package/test-projects/python-cli/{ai → .ai-dev}/graph/symbol-references.json +0 -0
  882. /package/test-projects/python-cli/{ai → .ai-dev}/modules.json +0 -0
  883. /package/test-projects/react-app/{ai → .ai-dev}/context/features/src.json +0 -0
  884. /package/test-projects/react-app/{ai → .ai-dev}/context/flows/dashboard.json +0 -0
  885. /package/test-projects/react-app/{ai → .ai-dev}/context/flows/login.json +0 -0
  886. /package/test-projects/react-app/{ai → .ai-dev}/context/flows/users.json +0 -0
  887. /package/test-projects/react-app/{ai → .ai-dev}/conventions.md +0 -0
  888. /package/test-projects/react-app/{ai → .ai-dev}/dependencies.json +0 -0
  889. /package/test-projects/react-app/{ai → .ai-dev}/graph/module-graph.json +0 -0
  890. /package/test-projects/react-app/{ai → .ai-dev}/graph/symbol-graph.json +0 -0
  891. /package/test-projects/react-app/{ai → .ai-dev}/graph/symbol-references.json +0 -0
  892. /package/test-projects/react-app/{ai → .ai-dev}/modules.json +0 -0
  893. /package/test-projects/salesforce-cli/{ai → .ai-dev}/context/features/force-app.json +0 -0
  894. /package/test-projects/salesforce-cli/{ai → .ai-dev}/context/flows/account.json +0 -0
  895. /package/test-projects/salesforce-cli/{ai → .ai-dev}/context/flows/opportunity.json +0 -0
  896. /package/test-projects/salesforce-cli/{ai → .ai-dev}/graph/module-graph.json +0 -0
  897. /package/test-projects/salesforce-cli/{ai → .ai-dev}/graph/symbol-graph.json +0 -0
  898. /package/test-projects/salesforce-cli/{ai → .ai-dev}/modules.json +0 -0
@@ -1,2707 +0,0 @@
1
- {
2
- "src/core/aiContextGenerator.ts#conventions": [
3
- "src/analyzers/aiRules.ts#AIRules",
4
- "src/analyzers/aiRules.ts#generateAIRules",
5
- "src/analyzers/aiRules.ts#conventions",
6
- "src/analyzers/aiRules.ts#entrypoints",
7
- "src/analyzers/aiRules.ts#techStack",
8
- "src/analyzers/aiRules.ts#architecture",
9
- "src/analyzers/aiRules.ts#guidelines",
10
- "src/analyzers/aiRules.ts#patterns",
11
- "src/analyzers/aiRules.ts#constraints",
12
- "src/analyzers/aiRules.ts#servers",
13
- "src/analyzers/aiRules.ts#devEntry",
14
- "src/analyzers/aiRules.ts#buildEntry",
15
- "src/analyzers/aiRules.ts#generateAIRulesFile",
16
- "src/analyzers/aiRules.ts#content",
17
- "src/analyzers/aiRules.ts#guideline",
18
- "src/analyzers/aiRules.ts#pattern",
19
- "src/analyzers/aiRules.ts#constraint",
20
- "src/commands/ai-first.ts#AIFirstOptions",
21
- "src/commands/ai-first.ts#AIFirstResult",
22
- "src/commands/ai-first.ts#to",
23
- "src/commands/ai-first.ts#runAIFirst",
24
- "src/commands/ai-first.ts#filesCreated",
25
- "src/commands/ai-first.ts#scanResult",
26
- "src/commands/ai-first.ts#repoMap",
27
- "src/commands/ai-first.ts#compactMap",
28
- "src/commands/ai-first.ts#repoMapPath",
29
- "src/commands/ai-first.ts#repoMapJson",
30
- "src/commands/ai-first.ts#repoMapJsonPath",
31
- "src/commands/ai-first.ts#summary",
32
- "src/commands/ai-first.ts#summaryPath",
33
- "src/commands/ai-first.ts#architecture",
34
- "src/commands/ai-first.ts#architecturePath",
35
- "src/commands/ai-first.ts#techStack",
36
- "src/commands/ai-first.ts#techStackPath",
37
- "src/commands/ai-first.ts#entrypoints",
38
- "src/commands/ai-first.ts#entrypointsPath",
39
- "src/commands/ai-first.ts#conventions",
40
- "src/commands/ai-first.ts#conventionsPath",
41
- "src/commands/ai-first.ts#symbols",
42
- "src/commands/ai-first.ts#symbolsPath",
43
- "src/commands/ai-first.ts#dependencies",
44
- "src/commands/ai-first.ts#depsPath",
45
- "src/commands/ai-first.ts#aiRules",
46
- "src/commands/ai-first.ts#aiRulesPath",
47
- "src/commands/ai-first.ts#aiContextPath",
48
- "src/commands/ai-first.ts#aiContext",
49
- "src/commands/ai-first.ts#modules",
50
- "src/commands/ai-first.ts#file",
51
- "src/commands/ai-first.ts#parts",
52
- "src/commands/ai-first.ts#modulesPath",
53
- "src/commands/ai-first.ts#errorMessage",
54
- "src/commands/ai-first.ts#generateRepoMapJson",
55
- "src/commands/ai-first.ts#tree",
56
- "src/commands/ai-first.ts#current",
57
- "src/commands/ai-first.ts#part",
58
- "src/commands/ai-first.ts#isFile",
59
- "src/commands/ai-first.ts#generateUnifiedContext",
60
- "src/commands/ai-first.ts#lines",
61
- "src/commands/ai-first.ts#byType",
62
- "src/commands/ai-first.ts#ep",
63
- "src/commands/ai-first.ts#guideline",
64
- "src/commands/ai-first.ts#isMain",
65
- "src/commands/ai-first.ts#args",
66
- "src/commands/ai-first.ts#options",
67
- "src/commands/ai-first.ts#command",
68
- "src/commands/ai-first.ts#rootDir",
69
- "src/commands/ai-first.ts#outputPath",
70
- "src/commands/ai-first.ts#semanticMode",
71
- "src/commands/ai-first.ts#arg",
72
- "src/commands/ai-first.ts#aiDir",
73
- "src/commands/ai-first.ts#existingState",
74
- "src/commands/ai-first.ts#fileCount",
75
- "src/commands/ai-first.ts#allFiles",
76
- "src/commands/ai-first.ts#useSemantic",
77
- "src/commands/ai-first.ts#filesJson",
78
- "src/commands/ai-first.ts#fileStates",
79
- "src/commands/ai-first.ts#hashData",
80
- "src/commands/ai-first.ts#filePaths",
81
- "src/commands/ai-first.ts#chunks",
82
- "src/commands/ai-first.ts#debounceMs",
83
- "src/commands/ai-first.ts#indexer",
84
- "src/commands/ai-first.ts#outputDir",
85
- "src/commands/ai-first.ts#symbolArg",
86
- "src/commands/ai-first.ts#depth",
87
- "src/commands/ai-first.ts#maxSymbols",
88
- "src/commands/ai-first.ts#format",
89
- "src/commands/ai-first.ts#save",
90
- "src/commands/ai-first.ts#fmt",
91
- "src/commands/ai-first.ts#packet",
92
- "src/commands/ai-first.ts#savePath",
93
- "src/commands/ai-first.ts#queryType",
94
- "src/commands/ai-first.ts#dbPath",
95
- "src/commands/ai-first.ts#fileBuffer",
96
- "src/commands/ai-first.ts#db",
97
- "src/commands/ai-first.ts#symbolName",
98
- "src/commands/ai-first.ts#results",
99
- "src/commands/ai-first.ts#row",
100
- "src/commands/ai-first.ts#fileName",
101
- "src/commands/ai-first.ts#fileResult",
102
- "src/commands/ai-first.ts#fileId",
103
- "src/commands/ai-first.ts#filePath",
104
- "src/commands/ai-first.ts#baseName",
105
- "src/commands/ai-first.ts#countResult",
106
- "src/commands/ai-first.ts#total",
107
- "src/commands/ai-first.ts#symbolCount",
108
- "src/commands/ai-first.ts#importCount",
109
- "src/commands/ai-first.ts#hashCount",
110
- "src/commands/ai-first.ts#langResults",
111
- "src/commands/ai-first.ts#ORDER",
112
- "src/commands/ai-first.ts#typeResults",
113
- "src/commands/ai-first.ts#scan",
114
- "src/commands/ai-first.ts#repoMapData",
115
- "src/commands/ai-first.ts#showJson",
116
- "src/commands/ai-first.ts#adapters",
117
- "src/commands/ai-first.ts#adapter",
118
- "src/commands/ai-first.ts#limit",
119
- "src/commands/ai-first.ts#showActivity",
120
- "src/commands/ai-first.ts#result",
121
- "src/commands/ai-first.ts#topFiles",
122
- "src/commands/ai-first.ts#showStats",
123
- "src/commands/ai-first.ts#graph",
124
- "src/commands/ai-first.ts#nodeTypes",
125
- "src/commands/ai-first.ts#edgeTypes",
126
- "src/commands/ai-first.ts#useGit",
127
- "src/commands/ai-first.ts#error"
128
- ],
129
- "src/core/semanticContexts.ts#entrypoints": [
130
- "src/analyzers/aiRules.ts#AIRules",
131
- "src/analyzers/aiRules.ts#generateAIRules",
132
- "src/analyzers/aiRules.ts#conventions",
133
- "src/analyzers/aiRules.ts#entrypoints",
134
- "src/analyzers/aiRules.ts#techStack",
135
- "src/analyzers/aiRules.ts#architecture",
136
- "src/analyzers/aiRules.ts#guidelines",
137
- "src/analyzers/aiRules.ts#patterns",
138
- "src/analyzers/aiRules.ts#constraints",
139
- "src/analyzers/aiRules.ts#servers",
140
- "src/analyzers/aiRules.ts#devEntry",
141
- "src/analyzers/aiRules.ts#buildEntry",
142
- "src/analyzers/aiRules.ts#generateAIRulesFile",
143
- "src/analyzers/aiRules.ts#content",
144
- "src/analyzers/aiRules.ts#guideline",
145
- "src/analyzers/aiRules.ts#pattern",
146
- "src/analyzers/aiRules.ts#constraint",
147
- "src/commands/ai-first.ts#AIFirstOptions",
148
- "src/commands/ai-first.ts#AIFirstResult",
149
- "src/commands/ai-first.ts#to",
150
- "src/commands/ai-first.ts#runAIFirst",
151
- "src/commands/ai-first.ts#filesCreated",
152
- "src/commands/ai-first.ts#scanResult",
153
- "src/commands/ai-first.ts#repoMap",
154
- "src/commands/ai-first.ts#compactMap",
155
- "src/commands/ai-first.ts#repoMapPath",
156
- "src/commands/ai-first.ts#repoMapJson",
157
- "src/commands/ai-first.ts#repoMapJsonPath",
158
- "src/commands/ai-first.ts#summary",
159
- "src/commands/ai-first.ts#summaryPath",
160
- "src/commands/ai-first.ts#architecture",
161
- "src/commands/ai-first.ts#architecturePath",
162
- "src/commands/ai-first.ts#techStack",
163
- "src/commands/ai-first.ts#techStackPath",
164
- "src/commands/ai-first.ts#entrypoints",
165
- "src/commands/ai-first.ts#entrypointsPath",
166
- "src/commands/ai-first.ts#conventions",
167
- "src/commands/ai-first.ts#conventionsPath",
168
- "src/commands/ai-first.ts#symbols",
169
- "src/commands/ai-first.ts#symbolsPath",
170
- "src/commands/ai-first.ts#dependencies",
171
- "src/commands/ai-first.ts#depsPath",
172
- "src/commands/ai-first.ts#aiRules",
173
- "src/commands/ai-first.ts#aiRulesPath",
174
- "src/commands/ai-first.ts#aiContextPath",
175
- "src/commands/ai-first.ts#aiContext",
176
- "src/commands/ai-first.ts#modules",
177
- "src/commands/ai-first.ts#file",
178
- "src/commands/ai-first.ts#parts",
179
- "src/commands/ai-first.ts#modulesPath",
180
- "src/commands/ai-first.ts#errorMessage",
181
- "src/commands/ai-first.ts#generateRepoMapJson",
182
- "src/commands/ai-first.ts#tree",
183
- "src/commands/ai-first.ts#current",
184
- "src/commands/ai-first.ts#part",
185
- "src/commands/ai-first.ts#isFile",
186
- "src/commands/ai-first.ts#generateUnifiedContext",
187
- "src/commands/ai-first.ts#lines",
188
- "src/commands/ai-first.ts#byType",
189
- "src/commands/ai-first.ts#ep",
190
- "src/commands/ai-first.ts#guideline",
191
- "src/commands/ai-first.ts#isMain",
192
- "src/commands/ai-first.ts#args",
193
- "src/commands/ai-first.ts#options",
194
- "src/commands/ai-first.ts#command",
195
- "src/commands/ai-first.ts#rootDir",
196
- "src/commands/ai-first.ts#outputPath",
197
- "src/commands/ai-first.ts#semanticMode",
198
- "src/commands/ai-first.ts#arg",
199
- "src/commands/ai-first.ts#aiDir",
200
- "src/commands/ai-first.ts#existingState",
201
- "src/commands/ai-first.ts#fileCount",
202
- "src/commands/ai-first.ts#allFiles",
203
- "src/commands/ai-first.ts#useSemantic",
204
- "src/commands/ai-first.ts#filesJson",
205
- "src/commands/ai-first.ts#fileStates",
206
- "src/commands/ai-first.ts#hashData",
207
- "src/commands/ai-first.ts#filePaths",
208
- "src/commands/ai-first.ts#chunks",
209
- "src/commands/ai-first.ts#debounceMs",
210
- "src/commands/ai-first.ts#indexer",
211
- "src/commands/ai-first.ts#outputDir",
212
- "src/commands/ai-first.ts#symbolArg",
213
- "src/commands/ai-first.ts#depth",
214
- "src/commands/ai-first.ts#maxSymbols",
215
- "src/commands/ai-first.ts#format",
216
- "src/commands/ai-first.ts#save",
217
- "src/commands/ai-first.ts#fmt",
218
- "src/commands/ai-first.ts#packet",
219
- "src/commands/ai-first.ts#savePath",
220
- "src/commands/ai-first.ts#queryType",
221
- "src/commands/ai-first.ts#dbPath",
222
- "src/commands/ai-first.ts#fileBuffer",
223
- "src/commands/ai-first.ts#db",
224
- "src/commands/ai-first.ts#symbolName",
225
- "src/commands/ai-first.ts#results",
226
- "src/commands/ai-first.ts#row",
227
- "src/commands/ai-first.ts#fileName",
228
- "src/commands/ai-first.ts#fileResult",
229
- "src/commands/ai-first.ts#fileId",
230
- "src/commands/ai-first.ts#filePath",
231
- "src/commands/ai-first.ts#baseName",
232
- "src/commands/ai-first.ts#countResult",
233
- "src/commands/ai-first.ts#total",
234
- "src/commands/ai-first.ts#symbolCount",
235
- "src/commands/ai-first.ts#importCount",
236
- "src/commands/ai-first.ts#hashCount",
237
- "src/commands/ai-first.ts#langResults",
238
- "src/commands/ai-first.ts#ORDER",
239
- "src/commands/ai-first.ts#typeResults",
240
- "src/commands/ai-first.ts#scan",
241
- "src/commands/ai-first.ts#repoMapData",
242
- "src/commands/ai-first.ts#showJson",
243
- "src/commands/ai-first.ts#adapters",
244
- "src/commands/ai-first.ts#adapter",
245
- "src/commands/ai-first.ts#limit",
246
- "src/commands/ai-first.ts#showActivity",
247
- "src/commands/ai-first.ts#result",
248
- "src/commands/ai-first.ts#topFiles",
249
- "src/commands/ai-first.ts#showStats",
250
- "src/commands/ai-first.ts#graph",
251
- "src/commands/ai-first.ts#nodeTypes",
252
- "src/commands/ai-first.ts#edgeTypes",
253
- "src/commands/ai-first.ts#useGit",
254
- "src/commands/ai-first.ts#error",
255
- "src/core/lazyAnalyzer.ts#MinimalIndex",
256
- "src/core/lazyAnalyzer.ts#LazyIndexState",
257
- "src/core/lazyAnalyzer.ts#buildMinimalIndex",
258
- "src/core/lazyAnalyzer.ts#scanResult",
259
- "src/core/lazyAnalyzer.ts#techStack",
260
- "src/core/lazyAnalyzer.ts#entrypoints",
261
- "src/core/lazyAnalyzer.ts#repoMap",
262
- "src/core/lazyAnalyzer.ts#minimalIndex",
263
- "src/core/lazyAnalyzer.ts#state",
264
- "src/core/lazyAnalyzer.ts#statePath",
265
- "src/core/lazyAnalyzer.ts#expandFeatureContext",
266
- "src/core/lazyAnalyzer.ts#symbols",
267
- "src/core/lazyAnalyzer.ts#featureSymbols",
268
- "src/core/lazyAnalyzer.ts#featureContextPath",
269
- "src/core/lazyAnalyzer.ts#featureContext",
270
- "src/core/lazyAnalyzer.ts#expandFlowContext",
271
- "src/core/lazyAnalyzer.ts#dependencies",
272
- "src/core/lazyAnalyzer.ts#flowFiles",
273
- "src/core/lazyAnalyzer.ts#flowContextPath",
274
- "src/core/lazyAnalyzer.ts#flowContext",
275
- "src/core/lazyAnalyzer.ts#expandFullContext",
276
- "src/core/lazyAnalyzer.ts#symbolsPath",
277
- "src/core/lazyAnalyzer.ts#depsPath",
278
- "src/core/lazyAnalyzer.ts#getLazyIndexState",
279
- "src/core/lazyAnalyzer.ts#hasMinimalIndex",
280
- "src/core/lazyAnalyzer.ts#loadMinimalIndex",
281
- "src/core/lazyAnalyzer.ts#indexPath"
282
- ],
283
- "src/core/lazyAnalyzer.ts#techStack": [
284
- "src/analyzers/aiRules.ts#AIRules",
285
- "src/analyzers/aiRules.ts#generateAIRules",
286
- "src/analyzers/aiRules.ts#conventions",
287
- "src/analyzers/aiRules.ts#entrypoints",
288
- "src/analyzers/aiRules.ts#techStack",
289
- "src/analyzers/aiRules.ts#architecture",
290
- "src/analyzers/aiRules.ts#guidelines",
291
- "src/analyzers/aiRules.ts#patterns",
292
- "src/analyzers/aiRules.ts#constraints",
293
- "src/analyzers/aiRules.ts#servers",
294
- "src/analyzers/aiRules.ts#devEntry",
295
- "src/analyzers/aiRules.ts#buildEntry",
296
- "src/analyzers/aiRules.ts#generateAIRulesFile",
297
- "src/analyzers/aiRules.ts#content",
298
- "src/analyzers/aiRules.ts#guideline",
299
- "src/analyzers/aiRules.ts#pattern",
300
- "src/analyzers/aiRules.ts#constraint",
301
- "src/commands/ai-first.ts#AIFirstOptions",
302
- "src/commands/ai-first.ts#AIFirstResult",
303
- "src/commands/ai-first.ts#to",
304
- "src/commands/ai-first.ts#runAIFirst",
305
- "src/commands/ai-first.ts#filesCreated",
306
- "src/commands/ai-first.ts#scanResult",
307
- "src/commands/ai-first.ts#repoMap",
308
- "src/commands/ai-first.ts#compactMap",
309
- "src/commands/ai-first.ts#repoMapPath",
310
- "src/commands/ai-first.ts#repoMapJson",
311
- "src/commands/ai-first.ts#repoMapJsonPath",
312
- "src/commands/ai-first.ts#summary",
313
- "src/commands/ai-first.ts#summaryPath",
314
- "src/commands/ai-first.ts#architecture",
315
- "src/commands/ai-first.ts#architecturePath",
316
- "src/commands/ai-first.ts#techStack",
317
- "src/commands/ai-first.ts#techStackPath",
318
- "src/commands/ai-first.ts#entrypoints",
319
- "src/commands/ai-first.ts#entrypointsPath",
320
- "src/commands/ai-first.ts#conventions",
321
- "src/commands/ai-first.ts#conventionsPath",
322
- "src/commands/ai-first.ts#symbols",
323
- "src/commands/ai-first.ts#symbolsPath",
324
- "src/commands/ai-first.ts#dependencies",
325
- "src/commands/ai-first.ts#depsPath",
326
- "src/commands/ai-first.ts#aiRules",
327
- "src/commands/ai-first.ts#aiRulesPath",
328
- "src/commands/ai-first.ts#aiContextPath",
329
- "src/commands/ai-first.ts#aiContext",
330
- "src/commands/ai-first.ts#modules",
331
- "src/commands/ai-first.ts#file",
332
- "src/commands/ai-first.ts#parts",
333
- "src/commands/ai-first.ts#modulesPath",
334
- "src/commands/ai-first.ts#errorMessage",
335
- "src/commands/ai-first.ts#generateRepoMapJson",
336
- "src/commands/ai-first.ts#tree",
337
- "src/commands/ai-first.ts#current",
338
- "src/commands/ai-first.ts#part",
339
- "src/commands/ai-first.ts#isFile",
340
- "src/commands/ai-first.ts#generateUnifiedContext",
341
- "src/commands/ai-first.ts#lines",
342
- "src/commands/ai-first.ts#byType",
343
- "src/commands/ai-first.ts#ep",
344
- "src/commands/ai-first.ts#guideline",
345
- "src/commands/ai-first.ts#isMain",
346
- "src/commands/ai-first.ts#args",
347
- "src/commands/ai-first.ts#options",
348
- "src/commands/ai-first.ts#command",
349
- "src/commands/ai-first.ts#rootDir",
350
- "src/commands/ai-first.ts#outputPath",
351
- "src/commands/ai-first.ts#semanticMode",
352
- "src/commands/ai-first.ts#arg",
353
- "src/commands/ai-first.ts#aiDir",
354
- "src/commands/ai-first.ts#existingState",
355
- "src/commands/ai-first.ts#fileCount",
356
- "src/commands/ai-first.ts#allFiles",
357
- "src/commands/ai-first.ts#useSemantic",
358
- "src/commands/ai-first.ts#filesJson",
359
- "src/commands/ai-first.ts#fileStates",
360
- "src/commands/ai-first.ts#hashData",
361
- "src/commands/ai-first.ts#filePaths",
362
- "src/commands/ai-first.ts#chunks",
363
- "src/commands/ai-first.ts#debounceMs",
364
- "src/commands/ai-first.ts#indexer",
365
- "src/commands/ai-first.ts#outputDir",
366
- "src/commands/ai-first.ts#symbolArg",
367
- "src/commands/ai-first.ts#depth",
368
- "src/commands/ai-first.ts#maxSymbols",
369
- "src/commands/ai-first.ts#format",
370
- "src/commands/ai-first.ts#save",
371
- "src/commands/ai-first.ts#fmt",
372
- "src/commands/ai-first.ts#packet",
373
- "src/commands/ai-first.ts#savePath",
374
- "src/commands/ai-first.ts#queryType",
375
- "src/commands/ai-first.ts#dbPath",
376
- "src/commands/ai-first.ts#fileBuffer",
377
- "src/commands/ai-first.ts#db",
378
- "src/commands/ai-first.ts#symbolName",
379
- "src/commands/ai-first.ts#results",
380
- "src/commands/ai-first.ts#row",
381
- "src/commands/ai-first.ts#fileName",
382
- "src/commands/ai-first.ts#fileResult",
383
- "src/commands/ai-first.ts#fileId",
384
- "src/commands/ai-first.ts#filePath",
385
- "src/commands/ai-first.ts#baseName",
386
- "src/commands/ai-first.ts#countResult",
387
- "src/commands/ai-first.ts#total",
388
- "src/commands/ai-first.ts#symbolCount",
389
- "src/commands/ai-first.ts#importCount",
390
- "src/commands/ai-first.ts#hashCount",
391
- "src/commands/ai-first.ts#langResults",
392
- "src/commands/ai-first.ts#ORDER",
393
- "src/commands/ai-first.ts#typeResults",
394
- "src/commands/ai-first.ts#scan",
395
- "src/commands/ai-first.ts#repoMapData",
396
- "src/commands/ai-first.ts#showJson",
397
- "src/commands/ai-first.ts#adapters",
398
- "src/commands/ai-first.ts#adapter",
399
- "src/commands/ai-first.ts#limit",
400
- "src/commands/ai-first.ts#showActivity",
401
- "src/commands/ai-first.ts#result",
402
- "src/commands/ai-first.ts#topFiles",
403
- "src/commands/ai-first.ts#showStats",
404
- "src/commands/ai-first.ts#graph",
405
- "src/commands/ai-first.ts#nodeTypes",
406
- "src/commands/ai-first.ts#edgeTypes",
407
- "src/commands/ai-first.ts#useGit",
408
- "src/commands/ai-first.ts#error",
409
- "src/core/lazyAnalyzer.ts#MinimalIndex",
410
- "src/core/lazyAnalyzer.ts#LazyIndexState",
411
- "src/core/lazyAnalyzer.ts#buildMinimalIndex",
412
- "src/core/lazyAnalyzer.ts#scanResult",
413
- "src/core/lazyAnalyzer.ts#entrypoints",
414
- "src/core/lazyAnalyzer.ts#repoMap",
415
- "src/core/lazyAnalyzer.ts#minimalIndex",
416
- "src/core/lazyAnalyzer.ts#state",
417
- "src/core/lazyAnalyzer.ts#statePath",
418
- "src/core/lazyAnalyzer.ts#expandFeatureContext",
419
- "src/core/lazyAnalyzer.ts#symbols",
420
- "src/core/lazyAnalyzer.ts#featureSymbols",
421
- "src/core/lazyAnalyzer.ts#featureContextPath",
422
- "src/core/lazyAnalyzer.ts#featureContext",
423
- "src/core/lazyAnalyzer.ts#expandFlowContext",
424
- "src/core/lazyAnalyzer.ts#dependencies",
425
- "src/core/lazyAnalyzer.ts#flowFiles",
426
- "src/core/lazyAnalyzer.ts#flowContextPath",
427
- "src/core/lazyAnalyzer.ts#flowContext",
428
- "src/core/lazyAnalyzer.ts#expandFullContext",
429
- "src/core/lazyAnalyzer.ts#symbolsPath",
430
- "src/core/lazyAnalyzer.ts#depsPath",
431
- "src/core/lazyAnalyzer.ts#getLazyIndexState",
432
- "src/core/lazyAnalyzer.ts#hasMinimalIndex",
433
- "src/core/lazyAnalyzer.ts#loadMinimalIndex",
434
- "src/core/lazyAnalyzer.ts#indexPath"
435
- ],
436
- "src/core/contextGenerator.ts#architecture": [
437
- "src/analyzers/aiRules.ts#AIRules",
438
- "src/analyzers/aiRules.ts#generateAIRules",
439
- "src/analyzers/aiRules.ts#conventions",
440
- "src/analyzers/aiRules.ts#entrypoints",
441
- "src/analyzers/aiRules.ts#techStack",
442
- "src/analyzers/aiRules.ts#architecture",
443
- "src/analyzers/aiRules.ts#guidelines",
444
- "src/analyzers/aiRules.ts#patterns",
445
- "src/analyzers/aiRules.ts#constraints",
446
- "src/analyzers/aiRules.ts#servers",
447
- "src/analyzers/aiRules.ts#devEntry",
448
- "src/analyzers/aiRules.ts#buildEntry",
449
- "src/analyzers/aiRules.ts#generateAIRulesFile",
450
- "src/analyzers/aiRules.ts#content",
451
- "src/analyzers/aiRules.ts#guideline",
452
- "src/analyzers/aiRules.ts#pattern",
453
- "src/analyzers/aiRules.ts#constraint",
454
- "src/commands/ai-first.ts#AIFirstOptions",
455
- "src/commands/ai-first.ts#AIFirstResult",
456
- "src/commands/ai-first.ts#to",
457
- "src/commands/ai-first.ts#runAIFirst",
458
- "src/commands/ai-first.ts#filesCreated",
459
- "src/commands/ai-first.ts#scanResult",
460
- "src/commands/ai-first.ts#repoMap",
461
- "src/commands/ai-first.ts#compactMap",
462
- "src/commands/ai-first.ts#repoMapPath",
463
- "src/commands/ai-first.ts#repoMapJson",
464
- "src/commands/ai-first.ts#repoMapJsonPath",
465
- "src/commands/ai-first.ts#summary",
466
- "src/commands/ai-first.ts#summaryPath",
467
- "src/commands/ai-first.ts#architecture",
468
- "src/commands/ai-first.ts#architecturePath",
469
- "src/commands/ai-first.ts#techStack",
470
- "src/commands/ai-first.ts#techStackPath",
471
- "src/commands/ai-first.ts#entrypoints",
472
- "src/commands/ai-first.ts#entrypointsPath",
473
- "src/commands/ai-first.ts#conventions",
474
- "src/commands/ai-first.ts#conventionsPath",
475
- "src/commands/ai-first.ts#symbols",
476
- "src/commands/ai-first.ts#symbolsPath",
477
- "src/commands/ai-first.ts#dependencies",
478
- "src/commands/ai-first.ts#depsPath",
479
- "src/commands/ai-first.ts#aiRules",
480
- "src/commands/ai-first.ts#aiRulesPath",
481
- "src/commands/ai-first.ts#aiContextPath",
482
- "src/commands/ai-first.ts#aiContext",
483
- "src/commands/ai-first.ts#modules",
484
- "src/commands/ai-first.ts#file",
485
- "src/commands/ai-first.ts#parts",
486
- "src/commands/ai-first.ts#modulesPath",
487
- "src/commands/ai-first.ts#errorMessage",
488
- "src/commands/ai-first.ts#generateRepoMapJson",
489
- "src/commands/ai-first.ts#tree",
490
- "src/commands/ai-first.ts#current",
491
- "src/commands/ai-first.ts#part",
492
- "src/commands/ai-first.ts#isFile",
493
- "src/commands/ai-first.ts#generateUnifiedContext",
494
- "src/commands/ai-first.ts#lines",
495
- "src/commands/ai-first.ts#byType",
496
- "src/commands/ai-first.ts#ep",
497
- "src/commands/ai-first.ts#guideline",
498
- "src/commands/ai-first.ts#isMain",
499
- "src/commands/ai-first.ts#args",
500
- "src/commands/ai-first.ts#options",
501
- "src/commands/ai-first.ts#command",
502
- "src/commands/ai-first.ts#rootDir",
503
- "src/commands/ai-first.ts#outputPath",
504
- "src/commands/ai-first.ts#semanticMode",
505
- "src/commands/ai-first.ts#arg",
506
- "src/commands/ai-first.ts#aiDir",
507
- "src/commands/ai-first.ts#existingState",
508
- "src/commands/ai-first.ts#fileCount",
509
- "src/commands/ai-first.ts#allFiles",
510
- "src/commands/ai-first.ts#useSemantic",
511
- "src/commands/ai-first.ts#filesJson",
512
- "src/commands/ai-first.ts#fileStates",
513
- "src/commands/ai-first.ts#hashData",
514
- "src/commands/ai-first.ts#filePaths",
515
- "src/commands/ai-first.ts#chunks",
516
- "src/commands/ai-first.ts#debounceMs",
517
- "src/commands/ai-first.ts#indexer",
518
- "src/commands/ai-first.ts#outputDir",
519
- "src/commands/ai-first.ts#symbolArg",
520
- "src/commands/ai-first.ts#depth",
521
- "src/commands/ai-first.ts#maxSymbols",
522
- "src/commands/ai-first.ts#format",
523
- "src/commands/ai-first.ts#save",
524
- "src/commands/ai-first.ts#fmt",
525
- "src/commands/ai-first.ts#packet",
526
- "src/commands/ai-first.ts#savePath",
527
- "src/commands/ai-first.ts#queryType",
528
- "src/commands/ai-first.ts#dbPath",
529
- "src/commands/ai-first.ts#fileBuffer",
530
- "src/commands/ai-first.ts#db",
531
- "src/commands/ai-first.ts#symbolName",
532
- "src/commands/ai-first.ts#results",
533
- "src/commands/ai-first.ts#row",
534
- "src/commands/ai-first.ts#fileName",
535
- "src/commands/ai-first.ts#fileResult",
536
- "src/commands/ai-first.ts#fileId",
537
- "src/commands/ai-first.ts#filePath",
538
- "src/commands/ai-first.ts#baseName",
539
- "src/commands/ai-first.ts#countResult",
540
- "src/commands/ai-first.ts#total",
541
- "src/commands/ai-first.ts#symbolCount",
542
- "src/commands/ai-first.ts#importCount",
543
- "src/commands/ai-first.ts#hashCount",
544
- "src/commands/ai-first.ts#langResults",
545
- "src/commands/ai-first.ts#ORDER",
546
- "src/commands/ai-first.ts#typeResults",
547
- "src/commands/ai-first.ts#scan",
548
- "src/commands/ai-first.ts#repoMapData",
549
- "src/commands/ai-first.ts#showJson",
550
- "src/commands/ai-first.ts#adapters",
551
- "src/commands/ai-first.ts#adapter",
552
- "src/commands/ai-first.ts#limit",
553
- "src/commands/ai-first.ts#showActivity",
554
- "src/commands/ai-first.ts#result",
555
- "src/commands/ai-first.ts#topFiles",
556
- "src/commands/ai-first.ts#showStats",
557
- "src/commands/ai-first.ts#graph",
558
- "src/commands/ai-first.ts#nodeTypes",
559
- "src/commands/ai-first.ts#edgeTypes",
560
- "src/commands/ai-first.ts#useGit",
561
- "src/commands/ai-first.ts#error"
562
- ],
563
- "src/commands/ai-first.ts#indexer": [
564
- "src/commands/ai-first.ts#AIFirstOptions",
565
- "src/commands/ai-first.ts#AIFirstResult",
566
- "src/commands/ai-first.ts#to",
567
- "src/commands/ai-first.ts#runAIFirst",
568
- "src/commands/ai-first.ts#filesCreated",
569
- "src/commands/ai-first.ts#scanResult",
570
- "src/commands/ai-first.ts#repoMap",
571
- "src/commands/ai-first.ts#compactMap",
572
- "src/commands/ai-first.ts#repoMapPath",
573
- "src/commands/ai-first.ts#repoMapJson",
574
- "src/commands/ai-first.ts#repoMapJsonPath",
575
- "src/commands/ai-first.ts#summary",
576
- "src/commands/ai-first.ts#summaryPath",
577
- "src/commands/ai-first.ts#architecture",
578
- "src/commands/ai-first.ts#architecturePath",
579
- "src/commands/ai-first.ts#techStack",
580
- "src/commands/ai-first.ts#techStackPath",
581
- "src/commands/ai-first.ts#entrypoints",
582
- "src/commands/ai-first.ts#entrypointsPath",
583
- "src/commands/ai-first.ts#conventions",
584
- "src/commands/ai-first.ts#conventionsPath",
585
- "src/commands/ai-first.ts#symbols",
586
- "src/commands/ai-first.ts#symbolsPath",
587
- "src/commands/ai-first.ts#dependencies",
588
- "src/commands/ai-first.ts#depsPath",
589
- "src/commands/ai-first.ts#aiRules",
590
- "src/commands/ai-first.ts#aiRulesPath",
591
- "src/commands/ai-first.ts#aiContextPath",
592
- "src/commands/ai-first.ts#aiContext",
593
- "src/commands/ai-first.ts#modules",
594
- "src/commands/ai-first.ts#file",
595
- "src/commands/ai-first.ts#parts",
596
- "src/commands/ai-first.ts#modulesPath",
597
- "src/commands/ai-first.ts#errorMessage",
598
- "src/commands/ai-first.ts#generateRepoMapJson",
599
- "src/commands/ai-first.ts#tree",
600
- "src/commands/ai-first.ts#current",
601
- "src/commands/ai-first.ts#part",
602
- "src/commands/ai-first.ts#isFile",
603
- "src/commands/ai-first.ts#generateUnifiedContext",
604
- "src/commands/ai-first.ts#lines",
605
- "src/commands/ai-first.ts#byType",
606
- "src/commands/ai-first.ts#ep",
607
- "src/commands/ai-first.ts#guideline",
608
- "src/commands/ai-first.ts#isMain",
609
- "src/commands/ai-first.ts#args",
610
- "src/commands/ai-first.ts#options",
611
- "src/commands/ai-first.ts#command",
612
- "src/commands/ai-first.ts#rootDir",
613
- "src/commands/ai-first.ts#outputPath",
614
- "src/commands/ai-first.ts#semanticMode",
615
- "src/commands/ai-first.ts#arg",
616
- "src/commands/ai-first.ts#aiDir",
617
- "src/commands/ai-first.ts#existingState",
618
- "src/commands/ai-first.ts#fileCount",
619
- "src/commands/ai-first.ts#allFiles",
620
- "src/commands/ai-first.ts#useSemantic",
621
- "src/commands/ai-first.ts#filesJson",
622
- "src/commands/ai-first.ts#fileStates",
623
- "src/commands/ai-first.ts#hashData",
624
- "src/commands/ai-first.ts#filePaths",
625
- "src/commands/ai-first.ts#chunks",
626
- "src/commands/ai-first.ts#debounceMs",
627
- "src/commands/ai-first.ts#outputDir",
628
- "src/commands/ai-first.ts#symbolArg",
629
- "src/commands/ai-first.ts#depth",
630
- "src/commands/ai-first.ts#maxSymbols",
631
- "src/commands/ai-first.ts#format",
632
- "src/commands/ai-first.ts#save",
633
- "src/commands/ai-first.ts#fmt",
634
- "src/commands/ai-first.ts#packet",
635
- "src/commands/ai-first.ts#savePath",
636
- "src/commands/ai-first.ts#queryType",
637
- "src/commands/ai-first.ts#dbPath",
638
- "src/commands/ai-first.ts#fileBuffer",
639
- "src/commands/ai-first.ts#db",
640
- "src/commands/ai-first.ts#symbolName",
641
- "src/commands/ai-first.ts#results",
642
- "src/commands/ai-first.ts#row",
643
- "src/commands/ai-first.ts#fileName",
644
- "src/commands/ai-first.ts#fileResult",
645
- "src/commands/ai-first.ts#fileId",
646
- "src/commands/ai-first.ts#filePath",
647
- "src/commands/ai-first.ts#baseName",
648
- "src/commands/ai-first.ts#countResult",
649
- "src/commands/ai-first.ts#total",
650
- "src/commands/ai-first.ts#symbolCount",
651
- "src/commands/ai-first.ts#importCount",
652
- "src/commands/ai-first.ts#hashCount",
653
- "src/commands/ai-first.ts#langResults",
654
- "src/commands/ai-first.ts#ORDER",
655
- "src/commands/ai-first.ts#typeResults",
656
- "src/commands/ai-first.ts#scan",
657
- "src/commands/ai-first.ts#repoMapData",
658
- "src/commands/ai-first.ts#showJson",
659
- "src/commands/ai-first.ts#adapters",
660
- "src/commands/ai-first.ts#adapter",
661
- "src/commands/ai-first.ts#limit",
662
- "src/commands/ai-first.ts#showActivity",
663
- "src/commands/ai-first.ts#result",
664
- "src/commands/ai-first.ts#topFiles",
665
- "src/commands/ai-first.ts#showStats",
666
- "src/commands/ai-first.ts#graph",
667
- "src/commands/ai-first.ts#nodeTypes",
668
- "src/commands/ai-first.ts#edgeTypes",
669
- "src/commands/ai-first.ts#useGit",
670
- "src/commands/ai-first.ts#error"
671
- ],
672
- "src/core/symbolGraph.ts#symbols": [
673
- "src/commands/ai-first.ts#AIFirstOptions",
674
- "src/commands/ai-first.ts#AIFirstResult",
675
- "src/commands/ai-first.ts#to",
676
- "src/commands/ai-first.ts#runAIFirst",
677
- "src/commands/ai-first.ts#filesCreated",
678
- "src/commands/ai-first.ts#scanResult",
679
- "src/commands/ai-first.ts#repoMap",
680
- "src/commands/ai-first.ts#compactMap",
681
- "src/commands/ai-first.ts#repoMapPath",
682
- "src/commands/ai-first.ts#repoMapJson",
683
- "src/commands/ai-first.ts#repoMapJsonPath",
684
- "src/commands/ai-first.ts#summary",
685
- "src/commands/ai-first.ts#summaryPath",
686
- "src/commands/ai-first.ts#architecture",
687
- "src/commands/ai-first.ts#architecturePath",
688
- "src/commands/ai-first.ts#techStack",
689
- "src/commands/ai-first.ts#techStackPath",
690
- "src/commands/ai-first.ts#entrypoints",
691
- "src/commands/ai-first.ts#entrypointsPath",
692
- "src/commands/ai-first.ts#conventions",
693
- "src/commands/ai-first.ts#conventionsPath",
694
- "src/commands/ai-first.ts#symbols",
695
- "src/commands/ai-first.ts#symbolsPath",
696
- "src/commands/ai-first.ts#dependencies",
697
- "src/commands/ai-first.ts#depsPath",
698
- "src/commands/ai-first.ts#aiRules",
699
- "src/commands/ai-first.ts#aiRulesPath",
700
- "src/commands/ai-first.ts#aiContextPath",
701
- "src/commands/ai-first.ts#aiContext",
702
- "src/commands/ai-first.ts#modules",
703
- "src/commands/ai-first.ts#file",
704
- "src/commands/ai-first.ts#parts",
705
- "src/commands/ai-first.ts#modulesPath",
706
- "src/commands/ai-first.ts#errorMessage",
707
- "src/commands/ai-first.ts#generateRepoMapJson",
708
- "src/commands/ai-first.ts#tree",
709
- "src/commands/ai-first.ts#current",
710
- "src/commands/ai-first.ts#part",
711
- "src/commands/ai-first.ts#isFile",
712
- "src/commands/ai-first.ts#generateUnifiedContext",
713
- "src/commands/ai-first.ts#lines",
714
- "src/commands/ai-first.ts#byType",
715
- "src/commands/ai-first.ts#ep",
716
- "src/commands/ai-first.ts#guideline",
717
- "src/commands/ai-first.ts#isMain",
718
- "src/commands/ai-first.ts#args",
719
- "src/commands/ai-first.ts#options",
720
- "src/commands/ai-first.ts#command",
721
- "src/commands/ai-first.ts#rootDir",
722
- "src/commands/ai-first.ts#outputPath",
723
- "src/commands/ai-first.ts#semanticMode",
724
- "src/commands/ai-first.ts#arg",
725
- "src/commands/ai-first.ts#aiDir",
726
- "src/commands/ai-first.ts#existingState",
727
- "src/commands/ai-first.ts#fileCount",
728
- "src/commands/ai-first.ts#allFiles",
729
- "src/commands/ai-first.ts#useSemantic",
730
- "src/commands/ai-first.ts#filesJson",
731
- "src/commands/ai-first.ts#fileStates",
732
- "src/commands/ai-first.ts#hashData",
733
- "src/commands/ai-first.ts#filePaths",
734
- "src/commands/ai-first.ts#chunks",
735
- "src/commands/ai-first.ts#debounceMs",
736
- "src/commands/ai-first.ts#indexer",
737
- "src/commands/ai-first.ts#outputDir",
738
- "src/commands/ai-first.ts#symbolArg",
739
- "src/commands/ai-first.ts#depth",
740
- "src/commands/ai-first.ts#maxSymbols",
741
- "src/commands/ai-first.ts#format",
742
- "src/commands/ai-first.ts#save",
743
- "src/commands/ai-first.ts#fmt",
744
- "src/commands/ai-first.ts#packet",
745
- "src/commands/ai-first.ts#savePath",
746
- "src/commands/ai-first.ts#queryType",
747
- "src/commands/ai-first.ts#dbPath",
748
- "src/commands/ai-first.ts#fileBuffer",
749
- "src/commands/ai-first.ts#db",
750
- "src/commands/ai-first.ts#symbolName",
751
- "src/commands/ai-first.ts#results",
752
- "src/commands/ai-first.ts#row",
753
- "src/commands/ai-first.ts#fileName",
754
- "src/commands/ai-first.ts#fileResult",
755
- "src/commands/ai-first.ts#fileId",
756
- "src/commands/ai-first.ts#filePath",
757
- "src/commands/ai-first.ts#baseName",
758
- "src/commands/ai-first.ts#countResult",
759
- "src/commands/ai-first.ts#total",
760
- "src/commands/ai-first.ts#symbolCount",
761
- "src/commands/ai-first.ts#importCount",
762
- "src/commands/ai-first.ts#hashCount",
763
- "src/commands/ai-first.ts#langResults",
764
- "src/commands/ai-first.ts#ORDER",
765
- "src/commands/ai-first.ts#typeResults",
766
- "src/commands/ai-first.ts#scan",
767
- "src/commands/ai-first.ts#repoMapData",
768
- "src/commands/ai-first.ts#showJson",
769
- "src/commands/ai-first.ts#adapters",
770
- "src/commands/ai-first.ts#adapter",
771
- "src/commands/ai-first.ts#limit",
772
- "src/commands/ai-first.ts#showActivity",
773
- "src/commands/ai-first.ts#result",
774
- "src/commands/ai-first.ts#topFiles",
775
- "src/commands/ai-first.ts#showStats",
776
- "src/commands/ai-first.ts#graph",
777
- "src/commands/ai-first.ts#nodeTypes",
778
- "src/commands/ai-first.ts#edgeTypes",
779
- "src/commands/ai-first.ts#useGit",
780
- "src/commands/ai-first.ts#error",
781
- "src/core/incrementalAnalyzer.ts#ChangedFile",
782
- "src/core/incrementalAnalyzer.ts#IncrementalUpdateResult",
783
- "src/core/incrementalAnalyzer.ts#detectChangedFiles",
784
- "src/core/incrementalAnalyzer.ts#isGitRepository",
785
- "src/core/incrementalAnalyzer.ts#detectChangesWithGit",
786
- "src/core/incrementalAnalyzer.ts#changes",
787
- "src/core/incrementalAnalyzer.ts#output",
788
- "src/core/incrementalAnalyzer.ts#line",
789
- "src/core/incrementalAnalyzer.ts#changeStatus",
790
- "src/core/incrementalAnalyzer.ts#stagedOutput",
791
- "src/core/incrementalAnalyzer.ts#detectChangesWithTimestamps",
792
- "src/core/incrementalAnalyzer.ts#aiDir",
793
- "src/core/incrementalAnalyzer.ts#state",
794
- "src/core/incrementalAnalyzer.ts#fullPath",
795
- "src/core/incrementalAnalyzer.ts#currentHash",
796
- "src/core/incrementalAnalyzer.ts#updateSymbols",
797
- "src/core/incrementalAnalyzer.ts#symbolsPath",
798
- "src/core/incrementalAnalyzer.ts#existingSymbols",
799
- "src/core/incrementalAnalyzer.ts#raw",
800
- "src/core/incrementalAnalyzer.ts#changedPaths",
801
- "src/core/incrementalAnalyzer.ts#changed",
802
- "src/core/incrementalAnalyzer.ts#fileInfo",
803
- "src/core/incrementalAnalyzer.ts#symbols",
804
- "src/core/incrementalAnalyzer.ts#symbol",
805
- "src/core/incrementalAnalyzer.ts#updateDependencies",
806
- "src/core/incrementalAnalyzer.ts#depsPath",
807
- "src/core/incrementalAnalyzer.ts#existingDeps",
808
- "src/core/incrementalAnalyzer.ts#packageFiles",
809
- "src/core/incrementalAnalyzer.ts#pkgFile",
810
- "src/core/incrementalAnalyzer.ts#pkg",
811
- "src/core/incrementalAnalyzer.ts#updateFeatures",
812
- "src/core/incrementalAnalyzer.ts#featuresDir",
813
- "src/core/incrementalAnalyzer.ts#updatedFeatures",
814
- "src/core/incrementalAnalyzer.ts#featureFile",
815
- "src/core/incrementalAnalyzer.ts#featurePath",
816
- "src/core/incrementalAnalyzer.ts#featureData",
817
- "src/core/incrementalAnalyzer.ts#featureFileSet",
818
- "src/core/incrementalAnalyzer.ts#affected",
819
- "src/core/incrementalAnalyzer.ts#featureFilesList",
820
- "src/core/incrementalAnalyzer.ts#updateFlows",
821
- "src/core/incrementalAnalyzer.ts#flowsDir",
822
- "src/core/incrementalAnalyzer.ts#updatedFlows",
823
- "src/core/incrementalAnalyzer.ts#flowFile",
824
- "src/core/incrementalAnalyzer.ts#flowPath",
825
- "src/core/incrementalAnalyzer.ts#flowData",
826
- "src/core/incrementalAnalyzer.ts#flowFileSet",
827
- "src/core/incrementalAnalyzer.ts#flowFilesList",
828
- "src/core/incrementalAnalyzer.ts#updateKnowledgeGraph",
829
- "src/core/incrementalAnalyzer.ts#runIncrementalUpdate",
830
- "src/core/incrementalAnalyzer.ts#targetAiDir",
831
- "src/core/incrementalAnalyzer.ts#errors",
832
- "src/core/incrementalAnalyzer.ts#changedFiles",
833
- "src/core/incrementalAnalyzer.ts#updatedSymbols",
834
- "src/core/incrementalAnalyzer.ts#updatedDependencies",
835
- "src/core/incrementalAnalyzer.ts#graphUpdated",
836
- "src/core/incrementalAnalyzer.ts#updateIndexState",
837
- "src/core/incrementalAnalyzer.ts#filesMap",
838
- "src/core/incrementalAnalyzer.ts#hashData",
839
- "src/core/lazyAnalyzer.ts#MinimalIndex",
840
- "src/core/lazyAnalyzer.ts#LazyIndexState",
841
- "src/core/lazyAnalyzer.ts#buildMinimalIndex",
842
- "src/core/lazyAnalyzer.ts#scanResult",
843
- "src/core/lazyAnalyzer.ts#techStack",
844
- "src/core/lazyAnalyzer.ts#entrypoints",
845
- "src/core/lazyAnalyzer.ts#repoMap",
846
- "src/core/lazyAnalyzer.ts#minimalIndex",
847
- "src/core/lazyAnalyzer.ts#state",
848
- "src/core/lazyAnalyzer.ts#statePath",
849
- "src/core/lazyAnalyzer.ts#expandFeatureContext",
850
- "src/core/lazyAnalyzer.ts#symbols",
851
- "src/core/lazyAnalyzer.ts#featureSymbols",
852
- "src/core/lazyAnalyzer.ts#featureContextPath",
853
- "src/core/lazyAnalyzer.ts#featureContext",
854
- "src/core/lazyAnalyzer.ts#expandFlowContext",
855
- "src/core/lazyAnalyzer.ts#dependencies",
856
- "src/core/lazyAnalyzer.ts#flowFiles",
857
- "src/core/lazyAnalyzer.ts#flowContextPath",
858
- "src/core/lazyAnalyzer.ts#flowContext",
859
- "src/core/lazyAnalyzer.ts#expandFullContext",
860
- "src/core/lazyAnalyzer.ts#symbolsPath",
861
- "src/core/lazyAnalyzer.ts#depsPath",
862
- "src/core/lazyAnalyzer.ts#getLazyIndexState",
863
- "src/core/lazyAnalyzer.ts#hasMinimalIndex",
864
- "src/core/lazyAnalyzer.ts#loadMinimalIndex",
865
- "src/core/lazyAnalyzer.ts#indexPath",
866
- "src/core/symbolGraph.ts#RelationshipType",
867
- "src/core/symbolGraph.ts#SymbolRelationship",
868
- "src/core/symbolGraph.ts#SymbolGraph",
869
- "src/core/symbolGraph.ts#SymbolReferences",
870
- "src/core/symbolGraph.ts#FileIndex",
871
- "src/core/symbolGraph.ts#IndexCache",
872
- "src/core/symbolGraph.ts#generateSymbolGraph",
873
- "src/core/symbolGraph.ts#graphDir",
874
- "src/core/symbolGraph.ts#scanResult",
875
- "src/core/symbolGraph.ts#files",
876
- "src/core/symbolGraph.ts#cache",
877
- "src/core/symbolGraph.ts#changedFiles",
878
- "src/core/symbolGraph.ts#symbolsAnalysis",
879
- "src/core/symbolGraph.ts#depsAnalysis",
880
- "src/core/symbolGraph.ts#relationships",
881
- "src/core/symbolGraph.ts#bySymbol",
882
- "src/core/symbolGraph.ts#rel",
883
- "src/core/symbolGraph.ts#graph",
884
- "src/core/symbolGraph.ts#graphFile",
885
- "src/core/symbolGraph.ts#reverseRefs",
886
- "src/core/symbolGraph.ts#refsFile",
887
- "src/core/symbolGraph.ts#fileIndex",
888
- "src/core/symbolGraph.ts#filesIndexFile",
889
- "src/core/symbolGraph.ts#buildSymbolRelationships",
890
- "src/core/symbolGraph.ts#symbolMap",
891
- "src/core/symbolGraph.ts#sym",
892
- "src/core/symbolGraph.ts#dep",
893
- "src/core/symbolGraph.ts#sourceSymbols",
894
- "src/core/symbolGraph.ts#targetSymbol",
895
- "src/core/symbolGraph.ts#source",
896
- "src/core/symbolGraph.ts#calls",
897
- "src/core/symbolGraph.ts#file",
898
- "src/core/symbolGraph.ts#content",
899
- "src/core/symbolGraph.ts#fileSymbols",
900
- "src/core/symbolGraph.ts#foundRelationships",
901
- "src/core/symbolGraph.ts#exportsRels",
902
- "src/core/symbolGraph.ts#findTargetSymbol",
903
- "src/core/symbolGraph.ts#target",
904
- "src/core/symbolGraph.ts#targetName",
905
- "src/core/symbolGraph.ts#fileName",
906
- "src/core/symbolGraph.ts#analyzeFileRelationships",
907
- "src/core/symbolGraph.ts#ext",
908
- "src/core/symbolGraph.ts#call",
909
- "src/core/symbolGraph.ts#caller",
910
- "src/core/symbolGraph.ts#callee",
911
- "src/core/symbolGraph.ts#instantiates",
912
- "src/core/symbolGraph.ts#inst",
913
- "src/core/symbolGraph.ts#instantiated",
914
- "src/core/symbolGraph.ts#extendsRels",
915
- "src/core/symbolGraph.ts#subclass",
916
- "src/core/symbolGraph.ts#superclass",
917
- "src/core/symbolGraph.ts#implementsRels",
918
- "src/core/symbolGraph.ts#impl",
919
- "src/core/symbolGraph.ts#implClass",
920
- "src/core/symbolGraph.ts#interfaceSym",
921
- "src/core/symbolGraph.ts#references",
922
- "src/core/symbolGraph.ts#ref",
923
- "src/core/symbolGraph.ts#referencer",
924
- "src/core/symbolGraph.ts#referenced",
925
- "src/core/symbolGraph.ts#findFunctionCalls",
926
- "src/core/symbolGraph.ts#callMatches",
927
- "src/core/symbolGraph.ts#match",
928
- "src/core/symbolGraph.ts#findInstantiates",
929
- "src/core/symbolGraph.ts#matches",
930
- "src/core/symbolGraph.ts#findExtends",
931
- "src/core/symbolGraph.ts#findImplements",
932
- "src/core/symbolGraph.ts#findReferences",
933
- "src/core/symbolGraph.ts#definedNames",
934
- "src/core/symbolGraph.ts#varUsages",
935
- "src/core/symbolGraph.ts#varName",
936
- "src/core/symbolGraph.ts#value",
937
- "src/core/symbolGraph.ts#buildBidirectionalRelationships",
938
- "src/core/symbolGraph.ts#callsMap",
939
- "src/core/symbolGraph.ts#callerId",
940
- "src/core/symbolGraph.ts#exists",
941
- "src/core/symbolGraph.ts#buildExportRelationships",
942
- "src/core/symbolGraph.ts#exportedSymbols",
943
- "src/core/symbolGraph.ts#generateReverseReferences",
944
- "src/core/symbolGraph.ts#refs",
945
- "src/core/symbolGraph.ts#generateFileIndex",
946
- "src/core/symbolGraph.ts#index",
947
- "src/core/symbolGraph.ts#filePath",
948
- "src/core/symbolGraph.ts#module",
949
- "src/core/symbolGraph.ts#loadCache",
950
- "src/core/symbolGraph.ts#cacheFile",
951
- "src/core/symbolGraph.ts#getChangedFiles",
952
- "src/core/symbolGraph.ts#changed",
953
- "src/core/symbolGraph.ts#cached",
954
- "src/core/symbolGraph.ts#stats",
955
- "src/core/symbolGraph.ts#currentHash",
956
- "src/core/symbolGraph.ts#saveCache",
957
- "src/core/symbolGraph.ts#hashData",
958
- "src/core/symbolGraph.ts#computeFileHash",
959
- "src/core/symbolGraph.ts#loadSymbolGraph",
960
- "src/core/symbolGraph.ts#loadSymbolReferences",
961
- "src/core/symbolGraph.ts#loadFileIndex",
962
- "src/core/symbolGraph.ts#indexFile",
963
- "src/core/symbolGraph.ts#getSymbolContext",
964
- "src/core/symbolGraph.ts#getSymbolReferrers"
965
- ],
966
- "src/core/moduleGraph.ts#dependencies": [
967
- "src/commands/ai-first.ts#AIFirstOptions",
968
- "src/commands/ai-first.ts#AIFirstResult",
969
- "src/commands/ai-first.ts#to",
970
- "src/commands/ai-first.ts#runAIFirst",
971
- "src/commands/ai-first.ts#filesCreated",
972
- "src/commands/ai-first.ts#scanResult",
973
- "src/commands/ai-first.ts#repoMap",
974
- "src/commands/ai-first.ts#compactMap",
975
- "src/commands/ai-first.ts#repoMapPath",
976
- "src/commands/ai-first.ts#repoMapJson",
977
- "src/commands/ai-first.ts#repoMapJsonPath",
978
- "src/commands/ai-first.ts#summary",
979
- "src/commands/ai-first.ts#summaryPath",
980
- "src/commands/ai-first.ts#architecture",
981
- "src/commands/ai-first.ts#architecturePath",
982
- "src/commands/ai-first.ts#techStack",
983
- "src/commands/ai-first.ts#techStackPath",
984
- "src/commands/ai-first.ts#entrypoints",
985
- "src/commands/ai-first.ts#entrypointsPath",
986
- "src/commands/ai-first.ts#conventions",
987
- "src/commands/ai-first.ts#conventionsPath",
988
- "src/commands/ai-first.ts#symbols",
989
- "src/commands/ai-first.ts#symbolsPath",
990
- "src/commands/ai-first.ts#dependencies",
991
- "src/commands/ai-first.ts#depsPath",
992
- "src/commands/ai-first.ts#aiRules",
993
- "src/commands/ai-first.ts#aiRulesPath",
994
- "src/commands/ai-first.ts#aiContextPath",
995
- "src/commands/ai-first.ts#aiContext",
996
- "src/commands/ai-first.ts#modules",
997
- "src/commands/ai-first.ts#file",
998
- "src/commands/ai-first.ts#parts",
999
- "src/commands/ai-first.ts#modulesPath",
1000
- "src/commands/ai-first.ts#errorMessage",
1001
- "src/commands/ai-first.ts#generateRepoMapJson",
1002
- "src/commands/ai-first.ts#tree",
1003
- "src/commands/ai-first.ts#current",
1004
- "src/commands/ai-first.ts#part",
1005
- "src/commands/ai-first.ts#isFile",
1006
- "src/commands/ai-first.ts#generateUnifiedContext",
1007
- "src/commands/ai-first.ts#lines",
1008
- "src/commands/ai-first.ts#byType",
1009
- "src/commands/ai-first.ts#ep",
1010
- "src/commands/ai-first.ts#guideline",
1011
- "src/commands/ai-first.ts#isMain",
1012
- "src/commands/ai-first.ts#args",
1013
- "src/commands/ai-first.ts#options",
1014
- "src/commands/ai-first.ts#command",
1015
- "src/commands/ai-first.ts#rootDir",
1016
- "src/commands/ai-first.ts#outputPath",
1017
- "src/commands/ai-first.ts#semanticMode",
1018
- "src/commands/ai-first.ts#arg",
1019
- "src/commands/ai-first.ts#aiDir",
1020
- "src/commands/ai-first.ts#existingState",
1021
- "src/commands/ai-first.ts#fileCount",
1022
- "src/commands/ai-first.ts#allFiles",
1023
- "src/commands/ai-first.ts#useSemantic",
1024
- "src/commands/ai-first.ts#filesJson",
1025
- "src/commands/ai-first.ts#fileStates",
1026
- "src/commands/ai-first.ts#hashData",
1027
- "src/commands/ai-first.ts#filePaths",
1028
- "src/commands/ai-first.ts#chunks",
1029
- "src/commands/ai-first.ts#debounceMs",
1030
- "src/commands/ai-first.ts#indexer",
1031
- "src/commands/ai-first.ts#outputDir",
1032
- "src/commands/ai-first.ts#symbolArg",
1033
- "src/commands/ai-first.ts#depth",
1034
- "src/commands/ai-first.ts#maxSymbols",
1035
- "src/commands/ai-first.ts#format",
1036
- "src/commands/ai-first.ts#save",
1037
- "src/commands/ai-first.ts#fmt",
1038
- "src/commands/ai-first.ts#packet",
1039
- "src/commands/ai-first.ts#savePath",
1040
- "src/commands/ai-first.ts#queryType",
1041
- "src/commands/ai-first.ts#dbPath",
1042
- "src/commands/ai-first.ts#fileBuffer",
1043
- "src/commands/ai-first.ts#db",
1044
- "src/commands/ai-first.ts#symbolName",
1045
- "src/commands/ai-first.ts#results",
1046
- "src/commands/ai-first.ts#row",
1047
- "src/commands/ai-first.ts#fileName",
1048
- "src/commands/ai-first.ts#fileResult",
1049
- "src/commands/ai-first.ts#fileId",
1050
- "src/commands/ai-first.ts#filePath",
1051
- "src/commands/ai-first.ts#baseName",
1052
- "src/commands/ai-first.ts#countResult",
1053
- "src/commands/ai-first.ts#total",
1054
- "src/commands/ai-first.ts#symbolCount",
1055
- "src/commands/ai-first.ts#importCount",
1056
- "src/commands/ai-first.ts#hashCount",
1057
- "src/commands/ai-first.ts#langResults",
1058
- "src/commands/ai-first.ts#ORDER",
1059
- "src/commands/ai-first.ts#typeResults",
1060
- "src/commands/ai-first.ts#scan",
1061
- "src/commands/ai-first.ts#repoMapData",
1062
- "src/commands/ai-first.ts#showJson",
1063
- "src/commands/ai-first.ts#adapters",
1064
- "src/commands/ai-first.ts#adapter",
1065
- "src/commands/ai-first.ts#limit",
1066
- "src/commands/ai-first.ts#showActivity",
1067
- "src/commands/ai-first.ts#result",
1068
- "src/commands/ai-first.ts#topFiles",
1069
- "src/commands/ai-first.ts#showStats",
1070
- "src/commands/ai-first.ts#graph",
1071
- "src/commands/ai-first.ts#nodeTypes",
1072
- "src/commands/ai-first.ts#edgeTypes",
1073
- "src/commands/ai-first.ts#useGit",
1074
- "src/commands/ai-first.ts#error",
1075
- "src/core/lazyAnalyzer.ts#MinimalIndex",
1076
- "src/core/lazyAnalyzer.ts#LazyIndexState",
1077
- "src/core/lazyAnalyzer.ts#buildMinimalIndex",
1078
- "src/core/lazyAnalyzer.ts#scanResult",
1079
- "src/core/lazyAnalyzer.ts#techStack",
1080
- "src/core/lazyAnalyzer.ts#entrypoints",
1081
- "src/core/lazyAnalyzer.ts#repoMap",
1082
- "src/core/lazyAnalyzer.ts#minimalIndex",
1083
- "src/core/lazyAnalyzer.ts#state",
1084
- "src/core/lazyAnalyzer.ts#statePath",
1085
- "src/core/lazyAnalyzer.ts#expandFeatureContext",
1086
- "src/core/lazyAnalyzer.ts#symbols",
1087
- "src/core/lazyAnalyzer.ts#featureSymbols",
1088
- "src/core/lazyAnalyzer.ts#featureContextPath",
1089
- "src/core/lazyAnalyzer.ts#featureContext",
1090
- "src/core/lazyAnalyzer.ts#expandFlowContext",
1091
- "src/core/lazyAnalyzer.ts#dependencies",
1092
- "src/core/lazyAnalyzer.ts#flowFiles",
1093
- "src/core/lazyAnalyzer.ts#flowContextPath",
1094
- "src/core/lazyAnalyzer.ts#flowContext",
1095
- "src/core/lazyAnalyzer.ts#expandFullContext",
1096
- "src/core/lazyAnalyzer.ts#symbolsPath",
1097
- "src/core/lazyAnalyzer.ts#depsPath",
1098
- "src/core/lazyAnalyzer.ts#getLazyIndexState",
1099
- "src/core/lazyAnalyzer.ts#hasMinimalIndex",
1100
- "src/core/lazyAnalyzer.ts#loadMinimalIndex",
1101
- "src/core/lazyAnalyzer.ts#indexPath",
1102
- "src/core/symbolGraph.ts#RelationshipType",
1103
- "src/core/symbolGraph.ts#SymbolRelationship",
1104
- "src/core/symbolGraph.ts#SymbolGraph",
1105
- "src/core/symbolGraph.ts#SymbolReferences",
1106
- "src/core/symbolGraph.ts#FileIndex",
1107
- "src/core/symbolGraph.ts#IndexCache",
1108
- "src/core/symbolGraph.ts#generateSymbolGraph",
1109
- "src/core/symbolGraph.ts#graphDir",
1110
- "src/core/symbolGraph.ts#scanResult",
1111
- "src/core/symbolGraph.ts#files",
1112
- "src/core/symbolGraph.ts#cache",
1113
- "src/core/symbolGraph.ts#changedFiles",
1114
- "src/core/symbolGraph.ts#symbolsAnalysis",
1115
- "src/core/symbolGraph.ts#symbols",
1116
- "src/core/symbolGraph.ts#depsAnalysis",
1117
- "src/core/symbolGraph.ts#relationships",
1118
- "src/core/symbolGraph.ts#bySymbol",
1119
- "src/core/symbolGraph.ts#rel",
1120
- "src/core/symbolGraph.ts#graph",
1121
- "src/core/symbolGraph.ts#graphFile",
1122
- "src/core/symbolGraph.ts#reverseRefs",
1123
- "src/core/symbolGraph.ts#refsFile",
1124
- "src/core/symbolGraph.ts#fileIndex",
1125
- "src/core/symbolGraph.ts#filesIndexFile",
1126
- "src/core/symbolGraph.ts#buildSymbolRelationships",
1127
- "src/core/symbolGraph.ts#symbolMap",
1128
- "src/core/symbolGraph.ts#sym",
1129
- "src/core/symbolGraph.ts#dep",
1130
- "src/core/symbolGraph.ts#sourceSymbols",
1131
- "src/core/symbolGraph.ts#targetSymbol",
1132
- "src/core/symbolGraph.ts#source",
1133
- "src/core/symbolGraph.ts#calls",
1134
- "src/core/symbolGraph.ts#file",
1135
- "src/core/symbolGraph.ts#content",
1136
- "src/core/symbolGraph.ts#fileSymbols",
1137
- "src/core/symbolGraph.ts#foundRelationships",
1138
- "src/core/symbolGraph.ts#exportsRels",
1139
- "src/core/symbolGraph.ts#findTargetSymbol",
1140
- "src/core/symbolGraph.ts#target",
1141
- "src/core/symbolGraph.ts#targetName",
1142
- "src/core/symbolGraph.ts#fileName",
1143
- "src/core/symbolGraph.ts#analyzeFileRelationships",
1144
- "src/core/symbolGraph.ts#ext",
1145
- "src/core/symbolGraph.ts#call",
1146
- "src/core/symbolGraph.ts#caller",
1147
- "src/core/symbolGraph.ts#callee",
1148
- "src/core/symbolGraph.ts#instantiates",
1149
- "src/core/symbolGraph.ts#inst",
1150
- "src/core/symbolGraph.ts#instantiated",
1151
- "src/core/symbolGraph.ts#extendsRels",
1152
- "src/core/symbolGraph.ts#subclass",
1153
- "src/core/symbolGraph.ts#superclass",
1154
- "src/core/symbolGraph.ts#implementsRels",
1155
- "src/core/symbolGraph.ts#impl",
1156
- "src/core/symbolGraph.ts#implClass",
1157
- "src/core/symbolGraph.ts#interfaceSym",
1158
- "src/core/symbolGraph.ts#references",
1159
- "src/core/symbolGraph.ts#ref",
1160
- "src/core/symbolGraph.ts#referencer",
1161
- "src/core/symbolGraph.ts#referenced",
1162
- "src/core/symbolGraph.ts#findFunctionCalls",
1163
- "src/core/symbolGraph.ts#callMatches",
1164
- "src/core/symbolGraph.ts#match",
1165
- "src/core/symbolGraph.ts#findInstantiates",
1166
- "src/core/symbolGraph.ts#matches",
1167
- "src/core/symbolGraph.ts#findExtends",
1168
- "src/core/symbolGraph.ts#findImplements",
1169
- "src/core/symbolGraph.ts#findReferences",
1170
- "src/core/symbolGraph.ts#definedNames",
1171
- "src/core/symbolGraph.ts#varUsages",
1172
- "src/core/symbolGraph.ts#varName",
1173
- "src/core/symbolGraph.ts#value",
1174
- "src/core/symbolGraph.ts#buildBidirectionalRelationships",
1175
- "src/core/symbolGraph.ts#callsMap",
1176
- "src/core/symbolGraph.ts#callerId",
1177
- "src/core/symbolGraph.ts#exists",
1178
- "src/core/symbolGraph.ts#buildExportRelationships",
1179
- "src/core/symbolGraph.ts#exportedSymbols",
1180
- "src/core/symbolGraph.ts#generateReverseReferences",
1181
- "src/core/symbolGraph.ts#refs",
1182
- "src/core/symbolGraph.ts#generateFileIndex",
1183
- "src/core/symbolGraph.ts#index",
1184
- "src/core/symbolGraph.ts#filePath",
1185
- "src/core/symbolGraph.ts#module",
1186
- "src/core/symbolGraph.ts#loadCache",
1187
- "src/core/symbolGraph.ts#cacheFile",
1188
- "src/core/symbolGraph.ts#getChangedFiles",
1189
- "src/core/symbolGraph.ts#changed",
1190
- "src/core/symbolGraph.ts#cached",
1191
- "src/core/symbolGraph.ts#stats",
1192
- "src/core/symbolGraph.ts#currentHash",
1193
- "src/core/symbolGraph.ts#saveCache",
1194
- "src/core/symbolGraph.ts#hashData",
1195
- "src/core/symbolGraph.ts#computeFileHash",
1196
- "src/core/symbolGraph.ts#loadSymbolGraph",
1197
- "src/core/symbolGraph.ts#loadSymbolReferences",
1198
- "src/core/symbolGraph.ts#loadFileIndex",
1199
- "src/core/symbolGraph.ts#indexFile",
1200
- "src/core/symbolGraph.ts#getSymbolContext",
1201
- "src/core/symbolGraph.ts#getSymbolReferrers"
1202
- ],
1203
- "src/commands/ai-first.ts#aiRules": [
1204
- "src/commands/ai-first.ts#AIFirstOptions",
1205
- "src/commands/ai-first.ts#AIFirstResult",
1206
- "src/commands/ai-first.ts#to",
1207
- "src/commands/ai-first.ts#runAIFirst",
1208
- "src/commands/ai-first.ts#filesCreated",
1209
- "src/commands/ai-first.ts#scanResult",
1210
- "src/commands/ai-first.ts#repoMap",
1211
- "src/commands/ai-first.ts#compactMap",
1212
- "src/commands/ai-first.ts#repoMapPath",
1213
- "src/commands/ai-first.ts#repoMapJson",
1214
- "src/commands/ai-first.ts#repoMapJsonPath",
1215
- "src/commands/ai-first.ts#summary",
1216
- "src/commands/ai-first.ts#summaryPath",
1217
- "src/commands/ai-first.ts#architecture",
1218
- "src/commands/ai-first.ts#architecturePath",
1219
- "src/commands/ai-first.ts#techStack",
1220
- "src/commands/ai-first.ts#techStackPath",
1221
- "src/commands/ai-first.ts#entrypoints",
1222
- "src/commands/ai-first.ts#entrypointsPath",
1223
- "src/commands/ai-first.ts#conventions",
1224
- "src/commands/ai-first.ts#conventionsPath",
1225
- "src/commands/ai-first.ts#symbols",
1226
- "src/commands/ai-first.ts#symbolsPath",
1227
- "src/commands/ai-first.ts#dependencies",
1228
- "src/commands/ai-first.ts#depsPath",
1229
- "src/commands/ai-first.ts#aiRulesPath",
1230
- "src/commands/ai-first.ts#aiContextPath",
1231
- "src/commands/ai-first.ts#aiContext",
1232
- "src/commands/ai-first.ts#modules",
1233
- "src/commands/ai-first.ts#file",
1234
- "src/commands/ai-first.ts#parts",
1235
- "src/commands/ai-first.ts#modulesPath",
1236
- "src/commands/ai-first.ts#errorMessage",
1237
- "src/commands/ai-first.ts#generateRepoMapJson",
1238
- "src/commands/ai-first.ts#tree",
1239
- "src/commands/ai-first.ts#current",
1240
- "src/commands/ai-first.ts#part",
1241
- "src/commands/ai-first.ts#isFile",
1242
- "src/commands/ai-first.ts#generateUnifiedContext",
1243
- "src/commands/ai-first.ts#lines",
1244
- "src/commands/ai-first.ts#byType",
1245
- "src/commands/ai-first.ts#ep",
1246
- "src/commands/ai-first.ts#guideline",
1247
- "src/commands/ai-first.ts#isMain",
1248
- "src/commands/ai-first.ts#args",
1249
- "src/commands/ai-first.ts#options",
1250
- "src/commands/ai-first.ts#command",
1251
- "src/commands/ai-first.ts#rootDir",
1252
- "src/commands/ai-first.ts#outputPath",
1253
- "src/commands/ai-first.ts#semanticMode",
1254
- "src/commands/ai-first.ts#arg",
1255
- "src/commands/ai-first.ts#aiDir",
1256
- "src/commands/ai-first.ts#existingState",
1257
- "src/commands/ai-first.ts#fileCount",
1258
- "src/commands/ai-first.ts#allFiles",
1259
- "src/commands/ai-first.ts#useSemantic",
1260
- "src/commands/ai-first.ts#filesJson",
1261
- "src/commands/ai-first.ts#fileStates",
1262
- "src/commands/ai-first.ts#hashData",
1263
- "src/commands/ai-first.ts#filePaths",
1264
- "src/commands/ai-first.ts#chunks",
1265
- "src/commands/ai-first.ts#debounceMs",
1266
- "src/commands/ai-first.ts#indexer",
1267
- "src/commands/ai-first.ts#outputDir",
1268
- "src/commands/ai-first.ts#symbolArg",
1269
- "src/commands/ai-first.ts#depth",
1270
- "src/commands/ai-first.ts#maxSymbols",
1271
- "src/commands/ai-first.ts#format",
1272
- "src/commands/ai-first.ts#save",
1273
- "src/commands/ai-first.ts#fmt",
1274
- "src/commands/ai-first.ts#packet",
1275
- "src/commands/ai-first.ts#savePath",
1276
- "src/commands/ai-first.ts#queryType",
1277
- "src/commands/ai-first.ts#dbPath",
1278
- "src/commands/ai-first.ts#fileBuffer",
1279
- "src/commands/ai-first.ts#db",
1280
- "src/commands/ai-first.ts#symbolName",
1281
- "src/commands/ai-first.ts#results",
1282
- "src/commands/ai-first.ts#row",
1283
- "src/commands/ai-first.ts#fileName",
1284
- "src/commands/ai-first.ts#fileResult",
1285
- "src/commands/ai-first.ts#fileId",
1286
- "src/commands/ai-first.ts#filePath",
1287
- "src/commands/ai-first.ts#baseName",
1288
- "src/commands/ai-first.ts#countResult",
1289
- "src/commands/ai-first.ts#total",
1290
- "src/commands/ai-first.ts#symbolCount",
1291
- "src/commands/ai-first.ts#importCount",
1292
- "src/commands/ai-first.ts#hashCount",
1293
- "src/commands/ai-first.ts#langResults",
1294
- "src/commands/ai-first.ts#ORDER",
1295
- "src/commands/ai-first.ts#typeResults",
1296
- "src/commands/ai-first.ts#scan",
1297
- "src/commands/ai-first.ts#repoMapData",
1298
- "src/commands/ai-first.ts#showJson",
1299
- "src/commands/ai-first.ts#adapters",
1300
- "src/commands/ai-first.ts#adapter",
1301
- "src/commands/ai-first.ts#limit",
1302
- "src/commands/ai-first.ts#showActivity",
1303
- "src/commands/ai-first.ts#result",
1304
- "src/commands/ai-first.ts#topFiles",
1305
- "src/commands/ai-first.ts#showStats",
1306
- "src/commands/ai-first.ts#graph",
1307
- "src/commands/ai-first.ts#nodeTypes",
1308
- "src/commands/ai-first.ts#edgeTypes",
1309
- "src/commands/ai-first.ts#useGit",
1310
- "src/commands/ai-first.ts#error"
1311
- ],
1312
- "src/core/embeddings.ts#embeddings": [
1313
- "src/commands/ai-first.ts#AIFirstOptions",
1314
- "src/commands/ai-first.ts#AIFirstResult",
1315
- "src/commands/ai-first.ts#to",
1316
- "src/commands/ai-first.ts#runAIFirst",
1317
- "src/commands/ai-first.ts#filesCreated",
1318
- "src/commands/ai-first.ts#scanResult",
1319
- "src/commands/ai-first.ts#repoMap",
1320
- "src/commands/ai-first.ts#compactMap",
1321
- "src/commands/ai-first.ts#repoMapPath",
1322
- "src/commands/ai-first.ts#repoMapJson",
1323
- "src/commands/ai-first.ts#repoMapJsonPath",
1324
- "src/commands/ai-first.ts#summary",
1325
- "src/commands/ai-first.ts#summaryPath",
1326
- "src/commands/ai-first.ts#architecture",
1327
- "src/commands/ai-first.ts#architecturePath",
1328
- "src/commands/ai-first.ts#techStack",
1329
- "src/commands/ai-first.ts#techStackPath",
1330
- "src/commands/ai-first.ts#entrypoints",
1331
- "src/commands/ai-first.ts#entrypointsPath",
1332
- "src/commands/ai-first.ts#conventions",
1333
- "src/commands/ai-first.ts#conventionsPath",
1334
- "src/commands/ai-first.ts#symbols",
1335
- "src/commands/ai-first.ts#symbolsPath",
1336
- "src/commands/ai-first.ts#dependencies",
1337
- "src/commands/ai-first.ts#depsPath",
1338
- "src/commands/ai-first.ts#aiRules",
1339
- "src/commands/ai-first.ts#aiRulesPath",
1340
- "src/commands/ai-first.ts#aiContextPath",
1341
- "src/commands/ai-first.ts#aiContext",
1342
- "src/commands/ai-first.ts#modules",
1343
- "src/commands/ai-first.ts#file",
1344
- "src/commands/ai-first.ts#parts",
1345
- "src/commands/ai-first.ts#modulesPath",
1346
- "src/commands/ai-first.ts#errorMessage",
1347
- "src/commands/ai-first.ts#generateRepoMapJson",
1348
- "src/commands/ai-first.ts#tree",
1349
- "src/commands/ai-first.ts#current",
1350
- "src/commands/ai-first.ts#part",
1351
- "src/commands/ai-first.ts#isFile",
1352
- "src/commands/ai-first.ts#generateUnifiedContext",
1353
- "src/commands/ai-first.ts#lines",
1354
- "src/commands/ai-first.ts#byType",
1355
- "src/commands/ai-first.ts#ep",
1356
- "src/commands/ai-first.ts#guideline",
1357
- "src/commands/ai-first.ts#isMain",
1358
- "src/commands/ai-first.ts#args",
1359
- "src/commands/ai-first.ts#options",
1360
- "src/commands/ai-first.ts#command",
1361
- "src/commands/ai-first.ts#rootDir",
1362
- "src/commands/ai-first.ts#outputPath",
1363
- "src/commands/ai-first.ts#semanticMode",
1364
- "src/commands/ai-first.ts#arg",
1365
- "src/commands/ai-first.ts#aiDir",
1366
- "src/commands/ai-first.ts#existingState",
1367
- "src/commands/ai-first.ts#fileCount",
1368
- "src/commands/ai-first.ts#allFiles",
1369
- "src/commands/ai-first.ts#useSemantic",
1370
- "src/commands/ai-first.ts#filesJson",
1371
- "src/commands/ai-first.ts#fileStates",
1372
- "src/commands/ai-first.ts#hashData",
1373
- "src/commands/ai-first.ts#filePaths",
1374
- "src/commands/ai-first.ts#chunks",
1375
- "src/commands/ai-first.ts#debounceMs",
1376
- "src/commands/ai-first.ts#indexer",
1377
- "src/commands/ai-first.ts#outputDir",
1378
- "src/commands/ai-first.ts#symbolArg",
1379
- "src/commands/ai-first.ts#depth",
1380
- "src/commands/ai-first.ts#maxSymbols",
1381
- "src/commands/ai-first.ts#format",
1382
- "src/commands/ai-first.ts#save",
1383
- "src/commands/ai-first.ts#fmt",
1384
- "src/commands/ai-first.ts#packet",
1385
- "src/commands/ai-first.ts#savePath",
1386
- "src/commands/ai-first.ts#queryType",
1387
- "src/commands/ai-first.ts#dbPath",
1388
- "src/commands/ai-first.ts#fileBuffer",
1389
- "src/commands/ai-first.ts#db",
1390
- "src/commands/ai-first.ts#symbolName",
1391
- "src/commands/ai-first.ts#results",
1392
- "src/commands/ai-first.ts#row",
1393
- "src/commands/ai-first.ts#fileName",
1394
- "src/commands/ai-first.ts#fileResult",
1395
- "src/commands/ai-first.ts#fileId",
1396
- "src/commands/ai-first.ts#filePath",
1397
- "src/commands/ai-first.ts#baseName",
1398
- "src/commands/ai-first.ts#countResult",
1399
- "src/commands/ai-first.ts#total",
1400
- "src/commands/ai-first.ts#symbolCount",
1401
- "src/commands/ai-first.ts#importCount",
1402
- "src/commands/ai-first.ts#hashCount",
1403
- "src/commands/ai-first.ts#langResults",
1404
- "src/commands/ai-first.ts#ORDER",
1405
- "src/commands/ai-first.ts#typeResults",
1406
- "src/commands/ai-first.ts#scan",
1407
- "src/commands/ai-first.ts#repoMapData",
1408
- "src/commands/ai-first.ts#showJson",
1409
- "src/commands/ai-first.ts#adapters",
1410
- "src/commands/ai-first.ts#adapter",
1411
- "src/commands/ai-first.ts#limit",
1412
- "src/commands/ai-first.ts#showActivity",
1413
- "src/commands/ai-first.ts#result",
1414
- "src/commands/ai-first.ts#topFiles",
1415
- "src/commands/ai-first.ts#showStats",
1416
- "src/commands/ai-first.ts#graph",
1417
- "src/commands/ai-first.ts#nodeTypes",
1418
- "src/commands/ai-first.ts#edgeTypes",
1419
- "src/commands/ai-first.ts#useGit",
1420
- "src/commands/ai-first.ts#error"
1421
- ],
1422
- "tests/lazyAnalyzer.test.ts#index": [
1423
- "src/commands/ai-first.ts#AIFirstOptions",
1424
- "src/commands/ai-first.ts#AIFirstResult",
1425
- "src/commands/ai-first.ts#to",
1426
- "src/commands/ai-first.ts#runAIFirst",
1427
- "src/commands/ai-first.ts#filesCreated",
1428
- "src/commands/ai-first.ts#scanResult",
1429
- "src/commands/ai-first.ts#repoMap",
1430
- "src/commands/ai-first.ts#compactMap",
1431
- "src/commands/ai-first.ts#repoMapPath",
1432
- "src/commands/ai-first.ts#repoMapJson",
1433
- "src/commands/ai-first.ts#repoMapJsonPath",
1434
- "src/commands/ai-first.ts#summary",
1435
- "src/commands/ai-first.ts#summaryPath",
1436
- "src/commands/ai-first.ts#architecture",
1437
- "src/commands/ai-first.ts#architecturePath",
1438
- "src/commands/ai-first.ts#techStack",
1439
- "src/commands/ai-first.ts#techStackPath",
1440
- "src/commands/ai-first.ts#entrypoints",
1441
- "src/commands/ai-first.ts#entrypointsPath",
1442
- "src/commands/ai-first.ts#conventions",
1443
- "src/commands/ai-first.ts#conventionsPath",
1444
- "src/commands/ai-first.ts#symbols",
1445
- "src/commands/ai-first.ts#symbolsPath",
1446
- "src/commands/ai-first.ts#dependencies",
1447
- "src/commands/ai-first.ts#depsPath",
1448
- "src/commands/ai-first.ts#aiRules",
1449
- "src/commands/ai-first.ts#aiRulesPath",
1450
- "src/commands/ai-first.ts#aiContextPath",
1451
- "src/commands/ai-first.ts#aiContext",
1452
- "src/commands/ai-first.ts#modules",
1453
- "src/commands/ai-first.ts#file",
1454
- "src/commands/ai-first.ts#parts",
1455
- "src/commands/ai-first.ts#modulesPath",
1456
- "src/commands/ai-first.ts#errorMessage",
1457
- "src/commands/ai-first.ts#generateRepoMapJson",
1458
- "src/commands/ai-first.ts#tree",
1459
- "src/commands/ai-first.ts#current",
1460
- "src/commands/ai-first.ts#part",
1461
- "src/commands/ai-first.ts#isFile",
1462
- "src/commands/ai-first.ts#generateUnifiedContext",
1463
- "src/commands/ai-first.ts#lines",
1464
- "src/commands/ai-first.ts#byType",
1465
- "src/commands/ai-first.ts#ep",
1466
- "src/commands/ai-first.ts#guideline",
1467
- "src/commands/ai-first.ts#isMain",
1468
- "src/commands/ai-first.ts#args",
1469
- "src/commands/ai-first.ts#options",
1470
- "src/commands/ai-first.ts#command",
1471
- "src/commands/ai-first.ts#rootDir",
1472
- "src/commands/ai-first.ts#outputPath",
1473
- "src/commands/ai-first.ts#semanticMode",
1474
- "src/commands/ai-first.ts#arg",
1475
- "src/commands/ai-first.ts#aiDir",
1476
- "src/commands/ai-first.ts#existingState",
1477
- "src/commands/ai-first.ts#fileCount",
1478
- "src/commands/ai-first.ts#allFiles",
1479
- "src/commands/ai-first.ts#useSemantic",
1480
- "src/commands/ai-first.ts#filesJson",
1481
- "src/commands/ai-first.ts#fileStates",
1482
- "src/commands/ai-first.ts#hashData",
1483
- "src/commands/ai-first.ts#filePaths",
1484
- "src/commands/ai-first.ts#chunks",
1485
- "src/commands/ai-first.ts#debounceMs",
1486
- "src/commands/ai-first.ts#indexer",
1487
- "src/commands/ai-first.ts#outputDir",
1488
- "src/commands/ai-first.ts#symbolArg",
1489
- "src/commands/ai-first.ts#depth",
1490
- "src/commands/ai-first.ts#maxSymbols",
1491
- "src/commands/ai-first.ts#format",
1492
- "src/commands/ai-first.ts#save",
1493
- "src/commands/ai-first.ts#fmt",
1494
- "src/commands/ai-first.ts#packet",
1495
- "src/commands/ai-first.ts#savePath",
1496
- "src/commands/ai-first.ts#queryType",
1497
- "src/commands/ai-first.ts#dbPath",
1498
- "src/commands/ai-first.ts#fileBuffer",
1499
- "src/commands/ai-first.ts#db",
1500
- "src/commands/ai-first.ts#symbolName",
1501
- "src/commands/ai-first.ts#results",
1502
- "src/commands/ai-first.ts#row",
1503
- "src/commands/ai-first.ts#fileName",
1504
- "src/commands/ai-first.ts#fileResult",
1505
- "src/commands/ai-first.ts#fileId",
1506
- "src/commands/ai-first.ts#filePath",
1507
- "src/commands/ai-first.ts#baseName",
1508
- "src/commands/ai-first.ts#countResult",
1509
- "src/commands/ai-first.ts#total",
1510
- "src/commands/ai-first.ts#symbolCount",
1511
- "src/commands/ai-first.ts#importCount",
1512
- "src/commands/ai-first.ts#hashCount",
1513
- "src/commands/ai-first.ts#langResults",
1514
- "src/commands/ai-first.ts#ORDER",
1515
- "src/commands/ai-first.ts#typeResults",
1516
- "src/commands/ai-first.ts#scan",
1517
- "src/commands/ai-first.ts#repoMapData",
1518
- "src/commands/ai-first.ts#showJson",
1519
- "src/commands/ai-first.ts#adapters",
1520
- "src/commands/ai-first.ts#adapter",
1521
- "src/commands/ai-first.ts#limit",
1522
- "src/commands/ai-first.ts#showActivity",
1523
- "src/commands/ai-first.ts#result",
1524
- "src/commands/ai-first.ts#topFiles",
1525
- "src/commands/ai-first.ts#showStats",
1526
- "src/commands/ai-first.ts#graph",
1527
- "src/commands/ai-first.ts#nodeTypes",
1528
- "src/commands/ai-first.ts#edgeTypes",
1529
- "src/commands/ai-first.ts#useGit",
1530
- "src/commands/ai-first.ts#error",
1531
- "src/core/adapters/adapterRegistry.ts#ADAPTERS",
1532
- "src/core/adapters/adapterRegistry.ts#AdapterDetectionResult",
1533
- "src/core/adapters/adapterRegistry.ts#detectAdapter",
1534
- "src/core/adapters/adapterRegistry.ts#results",
1535
- "src/core/adapters/adapterRegistry.ts#detectAllAdapters",
1536
- "src/core/adapters/adapterRegistry.ts#adapter",
1537
- "src/core/adapters/adapterRegistry.ts#matchedSignals",
1538
- "src/core/adapters/adapterRegistry.ts#score",
1539
- "src/core/adapters/adapterRegistry.ts#signal",
1540
- "src/core/adapters/adapterRegistry.ts#matched",
1541
- "src/core/adapters/adapterRegistry.ts#matchSignal",
1542
- "src/core/adapters/adapterRegistry.ts#matchFileSignal",
1543
- "src/core/adapters/adapterRegistry.ts#ext",
1544
- "src/core/adapters/adapterRegistry.ts#entries",
1545
- "src/core/adapters/adapterRegistry.ts#matchDirectorySignal",
1546
- "src/core/adapters/adapterRegistry.ts#getSignalWeight",
1547
- "src/core/adapters/adapterRegistry.ts#getAdapter",
1548
- "src/core/adapters/adapterRegistry.ts#listAdapters",
1549
- "tests/adapters.test.ts#createTempProjectDir",
1550
- "tests/adapters.test.ts#tempDir",
1551
- "tests/adapters.test.ts#fullPath",
1552
- "tests/adapters.test.ts#dir",
1553
- "tests/adapters.test.ts#projectDir",
1554
- "tests/adapters.test.ts#adapter",
1555
- "tests/adapters.test.ts#ApplicationController",
1556
- "tests/adapters.test.ts#Test",
1557
- "tests/adapters.test.ts#Startup",
1558
- "tests/adapters.test.ts#results",
1559
- "tests/adapters.test.ts#adapters"
1560
- ],
1561
- "tests/schema.test.ts#schema": [
1562
- "src/commands/ai-first.ts#AIFirstOptions",
1563
- "src/commands/ai-first.ts#AIFirstResult",
1564
- "src/commands/ai-first.ts#to",
1565
- "src/commands/ai-first.ts#runAIFirst",
1566
- "src/commands/ai-first.ts#filesCreated",
1567
- "src/commands/ai-first.ts#scanResult",
1568
- "src/commands/ai-first.ts#repoMap",
1569
- "src/commands/ai-first.ts#compactMap",
1570
- "src/commands/ai-first.ts#repoMapPath",
1571
- "src/commands/ai-first.ts#repoMapJson",
1572
- "src/commands/ai-first.ts#repoMapJsonPath",
1573
- "src/commands/ai-first.ts#summary",
1574
- "src/commands/ai-first.ts#summaryPath",
1575
- "src/commands/ai-first.ts#architecture",
1576
- "src/commands/ai-first.ts#architecturePath",
1577
- "src/commands/ai-first.ts#techStack",
1578
- "src/commands/ai-first.ts#techStackPath",
1579
- "src/commands/ai-first.ts#entrypoints",
1580
- "src/commands/ai-first.ts#entrypointsPath",
1581
- "src/commands/ai-first.ts#conventions",
1582
- "src/commands/ai-first.ts#conventionsPath",
1583
- "src/commands/ai-first.ts#symbols",
1584
- "src/commands/ai-first.ts#symbolsPath",
1585
- "src/commands/ai-first.ts#dependencies",
1586
- "src/commands/ai-first.ts#depsPath",
1587
- "src/commands/ai-first.ts#aiRules",
1588
- "src/commands/ai-first.ts#aiRulesPath",
1589
- "src/commands/ai-first.ts#aiContextPath",
1590
- "src/commands/ai-first.ts#aiContext",
1591
- "src/commands/ai-first.ts#modules",
1592
- "src/commands/ai-first.ts#file",
1593
- "src/commands/ai-first.ts#parts",
1594
- "src/commands/ai-first.ts#modulesPath",
1595
- "src/commands/ai-first.ts#errorMessage",
1596
- "src/commands/ai-first.ts#generateRepoMapJson",
1597
- "src/commands/ai-first.ts#tree",
1598
- "src/commands/ai-first.ts#current",
1599
- "src/commands/ai-first.ts#part",
1600
- "src/commands/ai-first.ts#isFile",
1601
- "src/commands/ai-first.ts#generateUnifiedContext",
1602
- "src/commands/ai-first.ts#lines",
1603
- "src/commands/ai-first.ts#byType",
1604
- "src/commands/ai-first.ts#ep",
1605
- "src/commands/ai-first.ts#guideline",
1606
- "src/commands/ai-first.ts#isMain",
1607
- "src/commands/ai-first.ts#args",
1608
- "src/commands/ai-first.ts#options",
1609
- "src/commands/ai-first.ts#command",
1610
- "src/commands/ai-first.ts#rootDir",
1611
- "src/commands/ai-first.ts#outputPath",
1612
- "src/commands/ai-first.ts#semanticMode",
1613
- "src/commands/ai-first.ts#arg",
1614
- "src/commands/ai-first.ts#aiDir",
1615
- "src/commands/ai-first.ts#existingState",
1616
- "src/commands/ai-first.ts#fileCount",
1617
- "src/commands/ai-first.ts#allFiles",
1618
- "src/commands/ai-first.ts#useSemantic",
1619
- "src/commands/ai-first.ts#filesJson",
1620
- "src/commands/ai-first.ts#fileStates",
1621
- "src/commands/ai-first.ts#hashData",
1622
- "src/commands/ai-first.ts#filePaths",
1623
- "src/commands/ai-first.ts#chunks",
1624
- "src/commands/ai-first.ts#debounceMs",
1625
- "src/commands/ai-first.ts#indexer",
1626
- "src/commands/ai-first.ts#outputDir",
1627
- "src/commands/ai-first.ts#symbolArg",
1628
- "src/commands/ai-first.ts#depth",
1629
- "src/commands/ai-first.ts#maxSymbols",
1630
- "src/commands/ai-first.ts#format",
1631
- "src/commands/ai-first.ts#save",
1632
- "src/commands/ai-first.ts#fmt",
1633
- "src/commands/ai-first.ts#packet",
1634
- "src/commands/ai-first.ts#savePath",
1635
- "src/commands/ai-first.ts#queryType",
1636
- "src/commands/ai-first.ts#dbPath",
1637
- "src/commands/ai-first.ts#fileBuffer",
1638
- "src/commands/ai-first.ts#db",
1639
- "src/commands/ai-first.ts#symbolName",
1640
- "src/commands/ai-first.ts#results",
1641
- "src/commands/ai-first.ts#row",
1642
- "src/commands/ai-first.ts#fileName",
1643
- "src/commands/ai-first.ts#fileResult",
1644
- "src/commands/ai-first.ts#fileId",
1645
- "src/commands/ai-first.ts#filePath",
1646
- "src/commands/ai-first.ts#baseName",
1647
- "src/commands/ai-first.ts#countResult",
1648
- "src/commands/ai-first.ts#total",
1649
- "src/commands/ai-first.ts#symbolCount",
1650
- "src/commands/ai-first.ts#importCount",
1651
- "src/commands/ai-first.ts#hashCount",
1652
- "src/commands/ai-first.ts#langResults",
1653
- "src/commands/ai-first.ts#ORDER",
1654
- "src/commands/ai-first.ts#typeResults",
1655
- "src/commands/ai-first.ts#scan",
1656
- "src/commands/ai-first.ts#repoMapData",
1657
- "src/commands/ai-first.ts#showJson",
1658
- "src/commands/ai-first.ts#adapters",
1659
- "src/commands/ai-first.ts#adapter",
1660
- "src/commands/ai-first.ts#limit",
1661
- "src/commands/ai-first.ts#showActivity",
1662
- "src/commands/ai-first.ts#result",
1663
- "src/commands/ai-first.ts#topFiles",
1664
- "src/commands/ai-first.ts#showStats",
1665
- "src/commands/ai-first.ts#graph",
1666
- "src/commands/ai-first.ts#nodeTypes",
1667
- "src/commands/ai-first.ts#edgeTypes",
1668
- "src/commands/ai-first.ts#useGit",
1669
- "src/commands/ai-first.ts#error",
1670
- "tests/schema.test.ts#createTempAiDir",
1671
- "tests/schema.test.ts#tempDir",
1672
- "tests/schema.test.ts#aiDir",
1673
- "tests/schema.test.ts#schemaPath",
1674
- "tests/schema.test.ts#loaded",
1675
- "tests/schema.test.ts#rootDir",
1676
- "tests/schema.test.ts#project",
1677
- "tests/schema.test.ts#projectPath",
1678
- "tests/schema.test.ts#featuresDir",
1679
- "tests/schema.test.ts#tools",
1680
- "tests/schema.test.ts#toolsPath",
1681
- "tests/schema.test.ts#result",
1682
- "tests/schema.test.ts#full"
1683
- ],
1684
- "src/core/adapters/javascriptAdapter.ts#javascriptAdapter": [
1685
- "src/core/adapters/adapterRegistry.ts#ADAPTERS",
1686
- "src/core/adapters/adapterRegistry.ts#AdapterDetectionResult",
1687
- "src/core/adapters/adapterRegistry.ts#detectAdapter",
1688
- "src/core/adapters/adapterRegistry.ts#results",
1689
- "src/core/adapters/adapterRegistry.ts#detectAllAdapters",
1690
- "src/core/adapters/adapterRegistry.ts#adapter",
1691
- "src/core/adapters/adapterRegistry.ts#matchedSignals",
1692
- "src/core/adapters/adapterRegistry.ts#score",
1693
- "src/core/adapters/adapterRegistry.ts#signal",
1694
- "src/core/adapters/adapterRegistry.ts#matched",
1695
- "src/core/adapters/adapterRegistry.ts#matchSignal",
1696
- "src/core/adapters/adapterRegistry.ts#matchFileSignal",
1697
- "src/core/adapters/adapterRegistry.ts#ext",
1698
- "src/core/adapters/adapterRegistry.ts#entries",
1699
- "src/core/adapters/adapterRegistry.ts#matchDirectorySignal",
1700
- "src/core/adapters/adapterRegistry.ts#getSignalWeight",
1701
- "src/core/adapters/adapterRegistry.ts#getAdapter",
1702
- "src/core/adapters/adapterRegistry.ts#listAdapters"
1703
- ],
1704
- "src/core/adapters/pythonAdapter.ts#pythonAdapter": [
1705
- "src/core/adapters/adapterRegistry.ts#ADAPTERS",
1706
- "src/core/adapters/adapterRegistry.ts#AdapterDetectionResult",
1707
- "src/core/adapters/adapterRegistry.ts#detectAdapter",
1708
- "src/core/adapters/adapterRegistry.ts#results",
1709
- "src/core/adapters/adapterRegistry.ts#detectAllAdapters",
1710
- "src/core/adapters/adapterRegistry.ts#adapter",
1711
- "src/core/adapters/adapterRegistry.ts#matchedSignals",
1712
- "src/core/adapters/adapterRegistry.ts#score",
1713
- "src/core/adapters/adapterRegistry.ts#signal",
1714
- "src/core/adapters/adapterRegistry.ts#matched",
1715
- "src/core/adapters/adapterRegistry.ts#matchSignal",
1716
- "src/core/adapters/adapterRegistry.ts#matchFileSignal",
1717
- "src/core/adapters/adapterRegistry.ts#ext",
1718
- "src/core/adapters/adapterRegistry.ts#entries",
1719
- "src/core/adapters/adapterRegistry.ts#matchDirectorySignal",
1720
- "src/core/adapters/adapterRegistry.ts#getSignalWeight",
1721
- "src/core/adapters/adapterRegistry.ts#getAdapter",
1722
- "src/core/adapters/adapterRegistry.ts#listAdapters"
1723
- ],
1724
- "src/core/adapters/railsAdapter.ts#railsAdapter": [
1725
- "src/core/adapters/adapterRegistry.ts#ADAPTERS",
1726
- "src/core/adapters/adapterRegistry.ts#AdapterDetectionResult",
1727
- "src/core/adapters/adapterRegistry.ts#detectAdapter",
1728
- "src/core/adapters/adapterRegistry.ts#results",
1729
- "src/core/adapters/adapterRegistry.ts#detectAllAdapters",
1730
- "src/core/adapters/adapterRegistry.ts#adapter",
1731
- "src/core/adapters/adapterRegistry.ts#matchedSignals",
1732
- "src/core/adapters/adapterRegistry.ts#score",
1733
- "src/core/adapters/adapterRegistry.ts#signal",
1734
- "src/core/adapters/adapterRegistry.ts#matched",
1735
- "src/core/adapters/adapterRegistry.ts#matchSignal",
1736
- "src/core/adapters/adapterRegistry.ts#matchFileSignal",
1737
- "src/core/adapters/adapterRegistry.ts#ext",
1738
- "src/core/adapters/adapterRegistry.ts#entries",
1739
- "src/core/adapters/adapterRegistry.ts#matchDirectorySignal",
1740
- "src/core/adapters/adapterRegistry.ts#getSignalWeight",
1741
- "src/core/adapters/adapterRegistry.ts#getAdapter",
1742
- "src/core/adapters/adapterRegistry.ts#listAdapters"
1743
- ],
1744
- "src/core/adapters/salesforceAdapter.ts#salesforceAdapter": [
1745
- "src/core/adapters/adapterRegistry.ts#ADAPTERS",
1746
- "src/core/adapters/adapterRegistry.ts#AdapterDetectionResult",
1747
- "src/core/adapters/adapterRegistry.ts#detectAdapter",
1748
- "src/core/adapters/adapterRegistry.ts#results",
1749
- "src/core/adapters/adapterRegistry.ts#detectAllAdapters",
1750
- "src/core/adapters/adapterRegistry.ts#adapter",
1751
- "src/core/adapters/adapterRegistry.ts#matchedSignals",
1752
- "src/core/adapters/adapterRegistry.ts#score",
1753
- "src/core/adapters/adapterRegistry.ts#signal",
1754
- "src/core/adapters/adapterRegistry.ts#matched",
1755
- "src/core/adapters/adapterRegistry.ts#matchSignal",
1756
- "src/core/adapters/adapterRegistry.ts#matchFileSignal",
1757
- "src/core/adapters/adapterRegistry.ts#ext",
1758
- "src/core/adapters/adapterRegistry.ts#entries",
1759
- "src/core/adapters/adapterRegistry.ts#matchDirectorySignal",
1760
- "src/core/adapters/adapterRegistry.ts#getSignalWeight",
1761
- "src/core/adapters/adapterRegistry.ts#getAdapter",
1762
- "src/core/adapters/adapterRegistry.ts#listAdapters"
1763
- ],
1764
- "src/core/adapters/dotnetAdapter.ts#dotnetAdapter": [
1765
- "src/core/adapters/adapterRegistry.ts#ADAPTERS",
1766
- "src/core/adapters/adapterRegistry.ts#AdapterDetectionResult",
1767
- "src/core/adapters/adapterRegistry.ts#detectAdapter",
1768
- "src/core/adapters/adapterRegistry.ts#results",
1769
- "src/core/adapters/adapterRegistry.ts#detectAllAdapters",
1770
- "src/core/adapters/adapterRegistry.ts#adapter",
1771
- "src/core/adapters/adapterRegistry.ts#matchedSignals",
1772
- "src/core/adapters/adapterRegistry.ts#score",
1773
- "src/core/adapters/adapterRegistry.ts#signal",
1774
- "src/core/adapters/adapterRegistry.ts#matched",
1775
- "src/core/adapters/adapterRegistry.ts#matchSignal",
1776
- "src/core/adapters/adapterRegistry.ts#matchFileSignal",
1777
- "src/core/adapters/adapterRegistry.ts#ext",
1778
- "src/core/adapters/adapterRegistry.ts#entries",
1779
- "src/core/adapters/adapterRegistry.ts#matchDirectorySignal",
1780
- "src/core/adapters/adapterRegistry.ts#getSignalWeight",
1781
- "src/core/adapters/adapterRegistry.ts#getAdapter",
1782
- "src/core/adapters/adapterRegistry.ts#listAdapters"
1783
- ],
1784
- "src/core/indexer.ts#sql": [
1785
- "src/core/indexer.ts#SQL",
1786
- "src/core/indexer.ts#getSql",
1787
- "src/core/indexer.ts#LANGUAGE_MAP",
1788
- "src/core/indexer.ts#detectLanguage",
1789
- "src/core/indexer.ts#IndexResult",
1790
- "src/core/indexer.ts#WatchOptions",
1791
- "src/core/indexer.ts#FileHash",
1792
- "src/core/indexer.ts#for",
1793
- "src/core/indexer.ts#IncrementalIndexer",
1794
- "src/core/indexer.ts#fileBuffer",
1795
- "src/core/indexer.ts#TEXT",
1796
- "src/core/indexer.ts#ON",
1797
- "src/core/indexer.ts#result",
1798
- "src/core/indexer.ts#row",
1799
- "src/core/indexer.ts#stats",
1800
- "src/core/indexer.ts#content",
1801
- "src/core/indexer.ts#hash",
1802
- "src/core/indexer.ts#current",
1803
- "src/core/indexer.ts#existing",
1804
- "src/core/indexer.ts#relativePath",
1805
- "src/core/indexer.ts#fileName",
1806
- "src/core/indexer.ts#lastDot",
1807
- "src/core/indexer.ts#extension",
1808
- "src/core/indexer.ts#language",
1809
- "src/core/indexer.ts#fileId",
1810
- "src/core/indexer.ts#existingFile",
1811
- "src/core/indexer.ts#symbols",
1812
- "src/core/indexer.ts#sym",
1813
- "src/core/indexer.ts#imports",
1814
- "src/core/indexer.ts#imp",
1815
- "src/core/indexer.ts#data",
1816
- "src/core/indexer.ts#buffer",
1817
- "src/core/indexer.ts#outputDir",
1818
- "src/core/indexer.ts#defaultIgnored",
1819
- "src/core/indexer.ts#existingTimer",
1820
- "src/core/indexer.ts#timer",
1821
- "src/core/indexer.ts#parseFileForSymbols",
1822
- "src/core/indexer.ts#lines",
1823
- "src/core/indexer.ts#parseJsTs",
1824
- "src/core/indexer.ts#patterns",
1825
- "src/core/indexer.ts#line",
1826
- "src/core/indexer.ts#match",
1827
- "src/core/indexer.ts#name",
1828
- "src/core/indexer.ts#parsePython",
1829
- "src/core/indexer.ts#classMatch",
1830
- "src/core/indexer.ts#funcMatch",
1831
- "src/core/indexer.ts#parseGo",
1832
- "src/core/indexer.ts#typeMatch",
1833
- "src/core/indexer.ts#parseJava",
1834
- "src/core/indexer.ts#interfaceMatch",
1835
- "src/core/indexer.ts#parseCSharp",
1836
- "src/core/indexer.ts#parseRuby",
1837
- "src/core/indexer.ts#parsePHP",
1838
- "src/core/indexer.ts#parseSwift",
1839
- "src/core/indexer.ts#parseKotlin",
1840
- "src/core/indexer.ts#parseScala",
1841
- "src/core/indexer.ts#parseRust",
1842
- "src/core/indexer.ts#structMatch",
1843
- "src/core/indexer.ts#parseApex",
1844
- "src/core/indexer.ts#parseFileForImports",
1845
- "src/core/indexer.ts#es6Matches",
1846
- "src/core/indexer.ts#requireMatches",
1847
- "src/core/indexer.ts#fromMatches",
1848
- "src/core/indexer.ts#importMatches",
1849
- "src/core/indexer.ts#computeFileHash",
1850
- "src/core/indexer.ts#generateIndex",
1851
- "src/core/indexer.ts#db",
1852
- "src/core/indexer.ts#allFiles",
1853
- "src/core/indexer.ts#fileIdMap",
1854
- "src/core/indexer.ts#fileCount",
1855
- "src/core/indexer.ts#filePath",
1856
- "src/core/indexer.ts#hashData",
1857
- "src/core/indexer.ts#EXAMPLE_QUERIES",
1858
- "src/core/indexer.ts#FROM"
1859
- ],
1860
- "src/core/embeddings.ts#index": [
1861
- "test-projects/express-api/controllers/authController.js#jwt",
1862
- "test-projects/express-api/controllers/authController.js#authService",
1863
- "test-projects/express-api/controllers/authController.js#SECRET",
1864
- "test-projects/express-api/controllers/authController.js#login",
1865
- "test-projects/express-api/controllers/authController.js#user",
1866
- "test-projects/express-api/controllers/authController.js#token",
1867
- "test-projects/express-api/controllers/authController.js#register",
1868
- "test-projects/express-api/controllers/userController.js#userService",
1869
- "test-projects/express-api/controllers/userController.js#getAll",
1870
- "test-projects/express-api/controllers/userController.js#users",
1871
- "test-projects/express-api/controllers/userController.js#getById",
1872
- "test-projects/express-api/controllers/userController.js#user",
1873
- "test-projects/express-api/controllers/userController.js#create",
1874
- "test-projects/express-api/controllers/userController.js#update",
1875
- "test-projects/express-api/controllers/userController.js#remove",
1876
- "test-projects/express-api/index.js#express",
1877
- "test-projects/express-api/index.js#authController",
1878
- "test-projects/express-api/index.js#userController",
1879
- "test-projects/express-api/index.js#app",
1880
- "test-projects/express-api/index.js#PORT",
1881
- "test-projects/express-api/services/authService.js#bcrypt",
1882
- "test-projects/express-api/services/authService.js#userRepository",
1883
- "test-projects/express-api/services/authService.js#verifyCredentials",
1884
- "test-projects/express-api/services/authService.js#user",
1885
- "test-projects/express-api/services/authService.js#valid",
1886
- "test-projects/express-api/services/authService.js#createUser",
1887
- "test-projects/express-api/services/authService.js#hashedPassword",
1888
- "test-projects/express-api/services/userService.js#UserService",
1889
- "test-projects/express-api/services/userService.js#repository",
1890
- "test-projects/react-app/src/App.tsx#App",
1891
- "test-projects/react-app/src/hooks/useAuth.ts#useAuth",
1892
- "test-projects/react-app/src/hooks/useAuth.ts#context",
1893
- "test-projects/react-app/src/main.tsx#root",
1894
- "test-projects/react-app/src/pages/DashboardPage.tsx#DashboardPage",
1895
- "test-projects/react-app/src/pages/LoginPage.tsx#LoginPage",
1896
- "test-projects/react-app/src/pages/LoginPage.tsx#navigate",
1897
- "test-projects/react-app/src/pages/LoginPage.tsx#handleSubmit",
1898
- "test-projects/react-app/src/pages/UsersPage.tsx#UsersPage",
1899
- "test-projects/react-app/src/pages/UsersPage.tsx#fetchUsers",
1900
- "test-projects/react-app/src/pages/UsersPage.tsx#response",
1901
- "test-projects/react-app/src/pages/UsersPage.tsx#data",
1902
- "tests/lazyAnalyzer.test.ts#createTempProjectDir",
1903
- "tests/lazyAnalyzer.test.ts#tempDir",
1904
- "tests/lazyAnalyzer.test.ts#fullPath",
1905
- "tests/lazyAnalyzer.test.ts#dir",
1906
- "tests/lazyAnalyzer.test.ts#projectDir",
1907
- "tests/lazyAnalyzer.test.ts#hello",
1908
- "tests/lazyAnalyzer.test.ts#util",
1909
- "tests/lazyAnalyzer.test.ts#aiDir",
1910
- "tests/lazyAnalyzer.test.ts#result",
1911
- "tests/lazyAnalyzer.test.ts#state",
1912
- "tests/lazyAnalyzer.test.ts#minimal",
1913
- "tests/lazyAnalyzer.test.ts#app",
1914
- "tests/lazyAnalyzer.test.ts#indexPath",
1915
- "tests/lazyAnalyzer.test.ts#content",
1916
- "tests/lazyAnalyzer.test.ts#login",
1917
- "tests/lazyAnalyzer.test.ts#logout",
1918
- "tests/lazyAnalyzer.test.ts#auth",
1919
- "tests/lazyAnalyzer.test.ts#index"
1920
- ],
1921
- "test-projects/express-api/index.js#express": [
1922
- "test-projects/express-api/index.js#authController",
1923
- "test-projects/express-api/index.js#userController",
1924
- "test-projects/express-api/index.js#app",
1925
- "test-projects/express-api/index.js#PORT"
1926
- ],
1927
- "test-projects/express-api/services/authService.js#bcrypt": [
1928
- "test-projects/express-api/services/authService.js#userRepository",
1929
- "test-projects/express-api/services/authService.js#verifyCredentials",
1930
- "test-projects/express-api/services/authService.js#user",
1931
- "test-projects/express-api/services/authService.js#valid",
1932
- "test-projects/express-api/services/authService.js#createUser",
1933
- "test-projects/express-api/services/authService.js#hashedPassword"
1934
- ],
1935
- "tests/lazyAnalyzer.test.ts#auth": [
1936
- "test-projects/nestjs-backend/src/app.module.ts#AppModule",
1937
- "test-projects/nestjs-backend/src/auth/auth.controller.ts#AuthController",
1938
- "test-projects/nestjs-backend/src/auth/auth.controller.ts#user",
1939
- "test-projects/nestjs-backend/src/auth/auth.module.ts#AuthModule"
1940
- ],
1941
- "test-projects/express-api/models/userRepository.js#users": [
1942
- "test-projects/nestjs-backend/src/app.module.ts#AppModule",
1943
- "test-projects/nestjs-backend/src/users/users.controller.ts#UsersController",
1944
- "test-projects/nestjs-backend/src/users/users.module.ts#UsersModule",
1945
- "test-projects/express-api/models/userRepository.js#index"
1946
- ],
1947
- "tests/lazyAnalyzer.test.ts#login": [
1948
- "test-projects/nestjs-backend/src/auth/auth.controller.ts#AuthController",
1949
- "test-projects/nestjs-backend/src/auth/auth.controller.ts#user"
1950
- ],
1951
- "test-projects/express-api/middleware/authMiddleware.js#jwt": [
1952
- "test-projects/nestjs-backend/src/auth/auth.module.ts#AuthModule",
1953
- "test-projects/nestjs-backend/src/auth/auth.service.ts#AuthService",
1954
- "test-projects/nestjs-backend/src/auth/auth.service.ts#payload",
1955
- "test-projects/express-api/controllers/authController.js#token",
1956
- "test-projects/express-api/middleware/authMiddleware.js#decoded"
1957
- ],
1958
- "tests/lazyAnalyzer.test.ts#app": [
1959
- "test-projects/nestjs-backend/src/main.ts#bootstrap",
1960
- "test-projects/nestjs-backend/src/main.ts#app"
1961
- ],
1962
- "src/core/symbolGraph.ts#file": [
1963
- "src/analyzers/androidResources.ts#relativePath",
1964
- "src/analyzers/androidResources.ts#resourceName",
1965
- "src/commands/ai-first.ts#parts",
1966
- "src/commands/doctor.ts#ext",
1967
- "src/core/aiContextGenerator.ts#parts",
1968
- "src/core/aiContextGenerator.ts#ext",
1969
- "src/core/aiContextGenerator.ts#name",
1970
- "src/core/ccp.ts#parts",
1971
- "src/core/hierarchyGenerator.ts#parts",
1972
- "src/core/moduleGraph.ts#parts",
1973
- "src/core/moduleGraph.ts#ext",
1974
- "src/core/repoMapper.ts#nameWithoutExt",
1975
- "src/core/repoMapper.ts#parts",
1976
- "src/core/repoScanner.ts#ext",
1977
- "src/core/repoScanner.ts#parts",
1978
- "src/core/semanticContexts.ts#parts",
1979
- "src/core/symbolGraph.ts#filePath"
1980
- ],
1981
- "src/core/repoScanner.ts#relativePath": [
1982
- "src/analyzers/androidResources.ts#parts",
1983
- "src/core/aiContextGenerator.ts#parts",
1984
- "src/core/repoScanner.ts#parts"
1985
- ],
1986
- "src/analyzers/architecture.ts#detectPatterns": [
1987
- "src/analyzers/architecture.ts#patterns"
1988
- ],
1989
- "src/analyzers/architecture.ts#detectLayers": [
1990
- "src/analyzers/architecture.ts#layers"
1991
- ],
1992
- "src/core/aiContextGenerator.ts#detectModules": [
1993
- "src/analyzers/architecture.ts#modules",
1994
- "src/core/aiContextGenerator.ts#modules"
1995
- ],
1996
- "src/analyzers/architecture.ts#generateArchitectureDescription": [
1997
- "src/analyzers/architecture.ts#description"
1998
- ],
1999
- "src/core/contextGenerator.ts#directories": [
2000
- "src/analyzers/architecture.ts#dirs"
2001
- ],
2002
- "src/core/repoMapper.ts#dirs": [
2003
- "src/analyzers/architecture.ts#hasSrc",
2004
- "src/analyzers/architecture.ts#hasTest",
2005
- "src/analyzers/architecture.ts#hasLib",
2006
- "src/analyzers/architecture.ts#hasInternal",
2007
- "src/analyzers/architecture.ts#hasPackages",
2008
- "src/analyzers/architecture.ts#hasApps",
2009
- "src/core/repoMapper.ts#isDir"
2010
- ],
2011
- "src/core/moduleGraph.ts#moduleFiles": [
2012
- "src/analyzers/architecture.ts#mainFiles"
2013
- ],
2014
- "src/analyzers/architecture.ts#inferModuleResponsibility": [
2015
- "src/analyzers/architecture.ts#responsibility"
2016
- ],
2017
- "tests/lazyAnalyzer.test.ts#dir": [
2018
- "src/analyzers/architecture.ts#name",
2019
- "src/core/ccp.ts#lowerDir",
2020
- "src/core/repoMapper.ts#indent"
2021
- ],
2022
- "src/analyzers/conventions.ts#detectNamingConventions": [
2023
- "src/analyzers/conventions.ts#naming"
2024
- ],
2025
- "src/analyzers/conventions.ts#detectStructureConventions": [
2026
- "src/analyzers/conventions.ts#structure"
2027
- ],
2028
- "src/analyzers/conventions.ts#detectTestingConventions": [
2029
- "src/analyzers/conventions.ts#testing"
2030
- ],
2031
- "src/analyzers/conventions.ts#detectGitConventions": [
2032
- "src/analyzers/conventions.ts#git"
2033
- ],
2034
- "src/analyzers/conventions.ts#detectCodeStyle": [
2035
- "src/analyzers/conventions.ts#codeStyle"
2036
- ],
2037
- "src/analyzers/conventions.ts#generateConventionsDescription": [
2038
- "src/analyzers/conventions.ts#description"
2039
- ],
2040
- "src/analyzers/dependencies.ts#parseFileForDependencies": [
2041
- "src/analyzers/dependencies.ts#fileDeps"
2042
- ],
2043
- "src/analyzers/dependencies.ts#detectCircularDependencies": [
2044
- "src/analyzers/dependencies.ts#circularDeps"
2045
- ],
2046
- "tests/lazyAnalyzer.test.ts#content": [
2047
- "src/analyzers/dependencies.ts#es6Matches",
2048
- "src/analyzers/dependencies.ts#requireMatches",
2049
- "src/analyzers/dependencies.ts#pathMatches",
2050
- "src/analyzers/dependencies.ts#fromMatches",
2051
- "src/analyzers/dependencies.ts#importMatches",
2052
- "src/analyzers/dependencies.ts#aliasMatches",
2053
- "src/analyzers/dependencies.ts#useMatches",
2054
- "src/analyzers/dependencies.ts#externMatches",
2055
- "src/analyzers/dependencies.ts#javaMatches",
2056
- "src/analyzers/dependencies.ts#csharpMatches",
2057
- "src/analyzers/dependencies.ts#implMatches",
2058
- "src/analyzers/dependencies.ts#projMatches",
2059
- "src/analyzers/dependencies.ts#includeMatches",
2060
- "src/analyzers/entrypoints.ts#packageMatch",
2061
- "src/analyzers/entrypoints.ts#isMain",
2062
- "src/analyzers/symbols.ts#lines",
2063
- "src/analyzers/techStack.ts#minSdkMatch",
2064
- "src/analyzers/techStack.ts#targetSdkMatch",
2065
- "src/analyzers/techStack.ts#compileSdkMatch",
2066
- "src/core/aiContextGenerator.ts#lines",
2067
- "src/core/aiContextGenerator.ts#es6Matches",
2068
- "src/core/aiContextGenerator.ts#requireMatches",
2069
- "src/core/aiContextGenerator.ts#fromMatches",
2070
- "src/core/aiContextGenerator.ts#importMatches",
2071
- "src/core/aiContextGenerator.ts#javaMatches",
2072
- "src/core/aiContextGenerator.ts#useMatches",
2073
- "src/core/chunker.ts#lines",
2074
- "src/core/hierarchyGenerator.ts#lines",
2075
- "src/core/hierarchyGenerator.ts#importMatches",
2076
- "src/core/hierarchyGenerator.ts#classes",
2077
- "src/core/hierarchyGenerator.ts#functions",
2078
- "src/core/hierarchyGenerator.ts#interfaces",
2079
- "src/core/hierarchyGenerator.ts#commentMatch",
2080
- "src/core/indexer.ts#lines",
2081
- "src/core/indexer.ts#es6Matches",
2082
- "src/core/indexer.ts#requireMatches",
2083
- "src/core/indexer.ts#fromMatches",
2084
- "src/core/indexer.ts#importMatches",
2085
- "src/core/moduleGraph.ts#es6Matches",
2086
- "src/core/moduleGraph.ts#requireMatches",
2087
- "src/core/moduleGraph.ts#fromMatches",
2088
- "src/core/moduleGraph.ts#importMatches",
2089
- "src/core/moduleGraph.ts#useMatches",
2090
- "src/core/schema.ts#langMatch",
2091
- "src/core/schema.ts#fwMatch",
2092
- "src/core/symbolGraph.ts#callMatches",
2093
- "src/core/symbolGraph.ts#matches",
2094
- "src/core/symbolGraph.ts#varUsages"
2095
- ],
2096
- "src/analyzers/dependencies.ts#normalizeImportPath": [
2097
- "src/analyzers/dependencies.ts#target"
2098
- ],
2099
- "src/analyzers/dependencies.ts#sourceDir": [
2100
- "src/analyzers/dependencies.ts#target"
2101
- ],
2102
- "src/core/ccp.ts#byFile": [
2103
- "src/analyzers/dependencies.ts#deps"
2104
- ],
2105
- "src/analyzers/entrypoints.ts#getScriptType": [
2106
- "src/analyzers/entrypoints.ts#type"
2107
- ],
2108
- "src/analyzers/entrypoints.ts#parseAndroidManifest": [
2109
- "src/analyzers/entrypoints.ts#androidEntrypoints"
2110
- ],
2111
- "src/analyzers/entrypoints.ts#packageMatch": [
2112
- "src/analyzers/entrypoints.ts#packageName"
2113
- ],
2114
- "src/core/symbolGraph.ts#match": [
2115
- "src/analyzers/entrypoints.ts#activityName",
2116
- "src/analyzers/gradleModules.ts#modulePath",
2117
- "src/analyzers/symbols.ts#name",
2118
- "src/core/indexer.ts#name",
2119
- "src/core/symbolGraph.ts#callee",
2120
- "src/core/symbolGraph.ts#varName",
2121
- "src/core/symbolGraph.ts#value"
2122
- ],
2123
- "src/analyzers/gradleModules.ts#settingsFiles": [
2124
- "src/analyzers/gradleModules.ts#settingsFile"
2125
- ],
2126
- "src/analyzers/gradleModules.ts#settingsContent": [
2127
- "src/analyzers/gradleModules.ts#includeMatches",
2128
- "src/analyzers/gradleModules.ts#projectMatches",
2129
- "src/analyzers/gradleModules.ts#rootNameMatch"
2130
- ],
2131
- "src/analyzers/gradleModules.ts#modulePath": [
2132
- "src/analyzers/gradleModules.ts#moduleName"
2133
- ],
2134
- "src/core/indexer.ts#parseFileForSymbols": [
2135
- "src/analyzers/symbols.ts#fileSymbols",
2136
- "src/core/indexer.ts#symbols"
2137
- ],
2138
- "src/core/repoMapper.ts#lines": [
2139
- "src/analyzers/symbols.ts#line",
2140
- "src/core/aiContextGenerator.ts#line",
2141
- "src/core/chunker.ts#line",
2142
- "src/core/chunker.ts#chunkContent",
2143
- "src/core/indexer.ts#line"
2144
- ],
2145
- "src/core/indexer.ts#line": [
2146
- "src/analyzers/symbols.ts#match",
2147
- "src/analyzers/symbols.ts#classMatch",
2148
- "src/analyzers/symbols.ts#funcMatch",
2149
- "src/analyzers/symbols.ts#constMatch",
2150
- "src/analyzers/symbols.ts#typeMatch",
2151
- "src/analyzers/symbols.ts#structMatch",
2152
- "src/analyzers/symbols.ts#enumMatch",
2153
- "src/analyzers/symbols.ts#interfaceMatch",
2154
- "src/analyzers/symbols.ts#methodMatch",
2155
- "src/core/aiContextGenerator.ts#funcMatch",
2156
- "src/core/aiContextGenerator.ts#classMatch",
2157
- "src/core/aiContextGenerator.ts#interfaceMatch",
2158
- "src/core/aiContextGenerator.ts#constMatch",
2159
- "src/core/aiContextGenerator.ts#namedExport",
2160
- "src/core/aiContextGenerator.ts#defaultMatch",
2161
- "src/core/aiContextGenerator.ts#allMatch",
2162
- "src/core/aiContextGenerator.ts#typeMatch",
2163
- "src/core/aiContextGenerator.ts#methodMatch",
2164
- "src/core/aiContextGenerator.ts#moduleMatch",
2165
- "src/core/aiContextGenerator.ts#functionMatch",
2166
- "src/core/aiContextGenerator.ts#structMatch",
2167
- "src/core/aiContextGenerator.ts#protocolMatch",
2168
- "src/core/aiContextGenerator.ts#enumMatch",
2169
- "src/core/aiContextGenerator.ts#traitMatch",
2170
- "src/core/aiContextGenerator.ts#triggerMatch",
2171
- "src/core/chunker.ts#match",
2172
- "src/core/contextGenerator.ts#fileMatch",
2173
- "src/core/contextGenerator.ts#extMatch",
2174
- "src/core/contextGenerator.ts#dirMatch",
2175
- "src/core/hierarchyGenerator.ts#trimmed",
2176
- "src/core/indexer.ts#match",
2177
- "src/core/indexer.ts#classMatch",
2178
- "src/core/indexer.ts#funcMatch",
2179
- "src/core/indexer.ts#typeMatch",
2180
- "src/core/indexer.ts#interfaceMatch",
2181
- "src/core/indexer.ts#structMatch"
2182
- ],
2183
- "src/analyzers/techStack.ts#detectLanguages": [
2184
- "src/analyzers/techStack.ts#languages"
2185
- ],
2186
- "src/analyzers/techStack.ts#detectFrameworks": [
2187
- "src/analyzers/techStack.ts#frameworks"
2188
- ],
2189
- "src/analyzers/techStack.ts#detectLibraries": [
2190
- "src/analyzers/techStack.ts#libraries"
2191
- ],
2192
- "src/analyzers/techStack.ts#detectTools": [
2193
- "src/analyzers/techStack.ts#tools"
2194
- ],
2195
- "src/analyzers/techStack.ts#detectPackageManagers": [
2196
- "src/analyzers/techStack.ts#packageManagers"
2197
- ],
2198
- "src/analyzers/techStack.ts#detectTesting": [
2199
- "src/analyzers/techStack.ts#testing"
2200
- ],
2201
- "src/analyzers/techStack.ts#detectLinters": [
2202
- "src/analyzers/techStack.ts#linters"
2203
- ],
2204
- "src/analyzers/techStack.ts#detectFormatters": [
2205
- "src/analyzers/techStack.ts#formatters"
2206
- ],
2207
- "src/analyzers/techStack.ts#generateTechStackDescription": [
2208
- "src/analyzers/techStack.ts#description"
2209
- ],
2210
- "src/analyzers/techStack.ts#detectAndroidSDK": [
2211
- "src/analyzers/techStack.ts#android"
2212
- ],
2213
- "src/core/aiContextGenerator.ts#fileNames": [
2214
- "src/analyzers/techStack.ts#hasAndroid"
2215
- ],
2216
- "src/core/aiContextGenerator.ts#generateRepoMapJson": [
2217
- "src/commands/ai-first.ts#repoMapJson",
2218
- "src/core/aiContextGenerator.ts#repoMap"
2219
- ],
2220
- "src/commands/ai-first.ts#generateUnifiedContext": [
2221
- "src/commands/ai-first.ts#aiContext"
2222
- ],
2223
- "src/commands/ai-first.ts#error": [
2224
- "src/commands/ai-first.ts#errorMessage"
2225
- ],
2226
- "src/core/repoMapper.ts#tree": [
2227
- "src/commands/ai-first.ts#current",
2228
- "src/core/aiContextGenerator.ts#current"
2229
- ],
2230
- "src/core/semanticContexts.ts#parts": [
2231
- "src/commands/ai-first.ts#part",
2232
- "src/core/aiContextGenerator.ts#fileName",
2233
- "src/core/aiContextGenerator.ts#part",
2234
- "src/core/aiContextGenerator.ts#dir",
2235
- "src/core/ccp.ts#dir",
2236
- "src/core/hierarchyGenerator.ts#folder",
2237
- "src/core/moduleGraph.ts#moduleName",
2238
- "src/core/repoMapper.ts#part",
2239
- "src/core/repoScanner.ts#fileName",
2240
- "src/core/repoScanner.ts#dirPath",
2241
- "src/core/repoScanner.ts#topDir",
2242
- "src/core/semanticContexts.ts#rootIdx",
2243
- "src/core/semanticContexts.ts#featureName0",
2244
- "src/core/semanticContexts.ts#featurePath0",
2245
- "src/core/semanticContexts.ts#featureName",
2246
- "src/core/semanticContexts.ts#featurePath"
2247
- ],
2248
- "src/commands/ai-first.ts#args": [
2249
- "src/commands/ai-first.ts#command",
2250
- "src/commands/ai-first.ts#arg",
2251
- "src/commands/ai-first.ts#fmt",
2252
- "src/commands/ai-first.ts#queryType",
2253
- "src/commands/ai-first.ts#symbolName",
2254
- "src/commands/ai-first.ts#fileName",
2255
- "src/commands/ai-first.ts#showJson"
2256
- ],
2257
- "src/core/symbolGraph.ts#scanResult": [
2258
- "src/commands/ai-first.ts#fileCount",
2259
- "src/commands/ai-first.ts#allFiles",
2260
- "src/commands/ai-first.ts#filePaths",
2261
- "src/commands/doctor.ts#largeFiles",
2262
- "src/core/moduleGraph.ts#files",
2263
- "src/core/symbolGraph.ts#files"
2264
- ],
2265
- "src/commands/ai-first.ts#semanticMode": [
2266
- "src/commands/ai-first.ts#useSemantic"
2267
- ],
2268
- "test-projects/express-api/models/userRepository.js#db": [
2269
- "src/commands/ai-first.ts#results",
2270
- "src/commands/ai-first.ts#fileResult",
2271
- "src/commands/ai-first.ts#countResult",
2272
- "src/commands/ai-first.ts#fileCount",
2273
- "src/commands/ai-first.ts#symbolCount",
2274
- "src/commands/ai-first.ts#importCount",
2275
- "src/commands/ai-first.ts#hashCount",
2276
- "src/commands/ai-first.ts#langResults",
2277
- "src/commands/ai-first.ts#typeResults",
2278
- "src/core/indexer.ts#result",
2279
- "src/core/indexer.ts#data"
2280
- ],
2281
- "src/commands/ai-first.ts#fileResult": [
2282
- "src/commands/ai-first.ts#fileId",
2283
- "src/commands/ai-first.ts#filePath"
2284
- ],
2285
- "src/core/symbolGraph.ts#fileName": [
2286
- "src/commands/ai-first.ts#baseName",
2287
- "src/core/aiContextGenerator.ts#lastDot",
2288
- "src/core/indexer.ts#lastDot",
2289
- "src/core/repoScanner.ts#lastDot"
2290
- ],
2291
- "src/commands/ai-first.ts#countResult": [
2292
- "src/commands/ai-first.ts#total"
2293
- ],
2294
- "tests/knowledgeGraph.test.ts#graph": [
2295
- "src/commands/ai-first.ts#nodeTypes",
2296
- "src/commands/ai-first.ts#edgeTypes",
2297
- "src/core/contextPacket.ts#symbol",
2298
- "src/core/contextPacket.ts#relationships",
2299
- "src/core/contextPacket.ts#sym",
2300
- "tests/knowledgeGraph.test.ts#firstNode"
2301
- ],
2302
- "src/commands/doctor.ts#check": [
2303
- "src/commands/doctor.ts#icon"
2304
- ],
2305
- "src/commands/doctor.ts#checks": [
2306
- "src/commands/doctor.ts#passCount",
2307
- "src/commands/doctor.ts#warnCount",
2308
- "src/commands/doctor.ts#failCount"
2309
- ],
2310
- "test-projects/react-app/src/pages/UsersPage.tsx#data": [
2311
- "src/commands/explore.ts#mod",
2312
- "src/commands/explore.ts#deps"
2313
- ],
2314
- "src/core/adapters/adapterRegistry.ts#detectAllAdapters": [
2315
- "src/core/adapters/adapterRegistry.ts#results"
2316
- ],
2317
- "src/core/adapters/adapterRegistry.ts#matchSignal": [
2318
- "src/core/adapters/adapterRegistry.ts#matched"
2319
- ],
2320
- "src/core/adapters/sdk.ts#createAdapter": [
2321
- "src/core/adapters/sdk.ts#myAdapter"
2322
- ],
2323
- "src/core/repoScanner.ts#lastDot": [
2324
- "src/core/aiContextGenerator.ts#extension",
2325
- "src/core/indexer.ts#extension"
2326
- ],
2327
- "src/core/aiContextGenerator.ts#generateSymbolsJson": [
2328
- "src/core/aiContextGenerator.ts#symbols"
2329
- ],
2330
- "src/core/aiContextGenerator.ts#generateDependenciesJson": [
2331
- "src/core/aiContextGenerator.ts#dependencies"
2332
- ],
2333
- "src/core/aiContextGenerator.ts#generateAIContextMarkdown": [
2334
- "src/core/aiContextGenerator.ts#aiContext"
2335
- ],
2336
- "src/core/aiContextGenerator.ts#namedExport": [
2337
- "src/core/aiContextGenerator.ts#exports"
2338
- ],
2339
- "src/core/aiContextGenerator.ts#exp": [
2340
- "src/core/aiContextGenerator.ts#name"
2341
- ],
2342
- "src/core/aiContextGenerator.ts#allMatch": [
2343
- "src/core/aiContextGenerator.ts#exports"
2344
- ],
2345
- "src/core/aiContextGenerator.ts#getExtensionStats": [
2346
- "src/core/aiContextGenerator.ts#extStats"
2347
- ],
2348
- "src/core/aiContextGenerator.ts#buildSimpleTree": [
2349
- "src/core/aiContextGenerator.ts#tree"
2350
- ],
2351
- "src/core/aiContextGenerator.ts#findEntrypoints": [
2352
- "src/core/aiContextGenerator.ts#entryPoints"
2353
- ],
2354
- "src/core/aiContextGenerator.ts#detectConventions": [
2355
- "src/core/aiContextGenerator.ts#conventions"
2356
- ],
2357
- "src/core/aiContextGenerator.ts#detectArchitectureHints": [
2358
- "src/core/aiContextGenerator.ts#archHints"
2359
- ],
2360
- "tests/gitAnalyzer.test.ts#files": [
2361
- "src/core/aiContextGenerator.ts#fileNames",
2362
- "src/core/aiContextGenerator.ts#paths",
2363
- "src/core/repoMapper.ts#total",
2364
- "src/core/semanticContexts.ts#sourceFiles",
2365
- "src/core/semanticContexts.ts#entrypoints"
2366
- ],
2367
- "src/core/ccp.ts#detectFeatureDirectories": [
2368
- "src/core/ccp.ts#featureDirs"
2369
- ],
2370
- "src/core/ccp.ts#repoFiles": [
2371
- "src/core/ccp.ts#featureFiles"
2372
- ],
2373
- "src/core/ccp.ts#depsData": [
2374
- "src/core/ccp.ts#byFile"
2375
- ],
2376
- "src/core/ccp.ts#contextFiles": [
2377
- "src/core/ccp.ts#availableModules"
2378
- ],
2379
- "src/core/chunker.ts#getLanguage": [
2380
- "src/core/chunker.ts#language"
2381
- ],
2382
- "src/core/chunker.ts#boundaries": [
2383
- "src/core/chunker.ts#startLine"
2384
- ],
2385
- "src/core/chunker.ts#chunkFile": [
2386
- "src/core/chunker.ts#chunks"
2387
- ],
2388
- "src/core/contextGenerator.ts#config": [
2389
- "src/core/contextGenerator.ts#apiKey",
2390
- "src/core/contextGenerator.ts#apiHost"
2391
- ],
2392
- "src/core/contextGenerator.ts#getApiKeyFromConfig": [
2393
- "src/core/contextGenerator.ts#config"
2394
- ],
2395
- "src/core/contextPacket.ts#organizeRelationships": [
2396
- "src/core/contextPacket.ts#relsByType"
2397
- ],
2398
- "src/core/contextPacket.ts#getRelatedSymbols": [
2399
- "src/core/contextPacket.ts#relatedSymbols"
2400
- ],
2401
- "src/core/symbolGraph.ts#refs": [
2402
- "src/core/contextPacket.ts#callers"
2403
- ],
2404
- "src/core/contextPacket.ts#getFileNeighbors": [
2405
- "src/core/contextPacket.ts#fileNeighbors"
2406
- ],
2407
- "src/core/contextPacket.ts#calculateRelevance": [
2408
- "src/core/contextPacket.ts#relevanceScore"
2409
- ],
2410
- "src/core/repoMapper.ts#generateSummary": [
2411
- "src/core/contextPacket.ts#summary"
2412
- ],
2413
- "src/core/semanticContexts.ts#symbol": [
2414
- "src/core/contextPacket.ts#module"
2415
- ],
2416
- "src/core/contextPacket.ts#queue": [
2417
- "src/core/contextPacket.ts#current"
2418
- ],
2419
- "src/core/symbolGraph.ts#filePath": [
2420
- "src/core/contextPacket.ts#module",
2421
- "src/core/semanticContexts.ts#lower",
2422
- "src/core/semanticContexts.ts#parts",
2423
- "src/core/symbolGraph.ts#ext",
2424
- "src/core/symbolGraph.ts#module"
2425
- ],
2426
- "src/core/contextPacket.ts#fullSource": [
2427
- "src/core/contextPacket.ts#lines"
2428
- ],
2429
- "src/core/contextPacket.ts#packet": [
2430
- "src/core/contextPacket.ts#safeName"
2431
- ],
2432
- "src/core/embeddings.ts#generateSimpleEmbedding": [
2433
- "src/core/embeddings.ts#queryEmbedding"
2434
- ],
2435
- "src/core/gitAnalyzer.ts#gitExec": [
2436
- "src/core/gitAnalyzer.ts#logOutput",
2437
- "src/core/gitAnalyzer.ts#filesOutput"
2438
- ],
2439
- "src/core/gitAnalyzer.ts#logOutput": [
2440
- "src/core/gitAnalyzer.ts#lines"
2441
- ],
2442
- "src/core/gitAnalyzer.ts#filesOutput": [
2443
- "src/core/gitAnalyzer.ts#files"
2444
- ],
2445
- "src/core/gitAnalyzer.ts#fileStats": [
2446
- "src/core/gitAnalyzer.ts#existing"
2447
- ],
2448
- "src/core/gitAnalyzer.ts#getRecentCommits": [
2449
- "src/core/gitAnalyzer.ts#commits"
2450
- ],
2451
- "src/core/gitAnalyzer.ts#extractChangedFiles": [
2452
- "src/core/gitAnalyzer.ts#recentFiles"
2453
- ],
2454
- "src/core/gitAnalyzer.ts#featuresMap": [
2455
- "src/core/gitAnalyzer.ts#existing",
2456
- "src/core/gitAnalyzer.ts#directMatch"
2457
- ],
2458
- "src/core/gitAnalyzer.ts#flowsMap": [
2459
- "src/core/gitAnalyzer.ts#existing",
2460
- "src/core/gitAnalyzer.ts#directMatch"
2461
- ],
2462
- "src/core/knowledgeGraphBuilder.ts#loadFeatures": [
2463
- "src/core/gitAnalyzer.ts#featuresMap",
2464
- "src/core/knowledgeGraphBuilder.ts#features"
2465
- ],
2466
- "src/core/knowledgeGraphBuilder.ts#loadFlows": [
2467
- "src/core/gitAnalyzer.ts#flowsMap",
2468
- "src/core/knowledgeGraphBuilder.ts#flows"
2469
- ],
2470
- "src/core/gitAnalyzer.ts#recentFiles": [
2471
- "src/core/gitAnalyzer.ts#recentFilePaths"
2472
- ],
2473
- "src/core/gitAnalyzer.ts#mapFilesToFeatures": [
2474
- "src/core/gitAnalyzer.ts#features",
2475
- "src/core/gitAnalyzer.ts#commitFeatures",
2476
- "src/core/gitAnalyzer.ts#recentFeatures"
2477
- ],
2478
- "src/core/gitAnalyzer.ts#mapFilesToFlows": [
2479
- "src/core/gitAnalyzer.ts#flows",
2480
- "src/core/gitAnalyzer.ts#commitFlows",
2481
- "src/core/gitAnalyzer.ts#recentFlows"
2482
- ],
2483
- "tests/semanticContexts.test.ts#aiDir": [
2484
- "src/core/gitAnalyzer.ts#targetAiDir",
2485
- "src/core/incrementalAnalyzer.ts#targetAiDir"
2486
- ],
2487
- "src/core/gitAnalyzer.ts#analyzeGitActivity": [
2488
- "src/core/gitAnalyzer.ts#activity"
2489
- ],
2490
- "src/core/hierarchyGenerator.ts#commentMatch": [
2491
- "src/core/hierarchyGenerator.ts#firstLine"
2492
- ],
2493
- "src/core/hierarchyGenerator.ts#firstLine": [
2494
- "src/core/hierarchyGenerator.ts#descMatch"
2495
- ],
2496
- "src/core/hierarchyGenerator.ts#functions": [
2497
- "src/core/hierarchyGenerator.ts#fnNames"
2498
- ],
2499
- "src/core/hierarchyGenerator.ts#detectRepoPurpose": [
2500
- "src/core/hierarchyGenerator.ts#repoPurpose"
2501
- ],
2502
- "src/core/hierarchyGenerator.ts#summarizeFile": [
2503
- "src/core/hierarchyGenerator.ts#summary"
2504
- ],
2505
- "src/core/symbolGraph.ts#changedFiles": [
2506
- "src/core/incrementalAnalyzer.ts#packageFiles"
2507
- ],
2508
- "tests/semanticContexts.test.ts#featureData": [
2509
- "src/core/incrementalAnalyzer.ts#featureFilesList"
2510
- ],
2511
- "src/core/incrementalAnalyzer.ts#flowData": [
2512
- "src/core/incrementalAnalyzer.ts#flowFilesList"
2513
- ],
2514
- "src/core/incrementalAnalyzer.ts#detectChangedFiles": [
2515
- "src/core/incrementalAnalyzer.ts#changedFiles"
2516
- ],
2517
- "src/core/symbolGraph.ts#computeFileHash": [
2518
- "src/core/indexState.ts#hashData",
2519
- "src/core/indexer.ts#hashData",
2520
- "src/core/symbolGraph.ts#currentHash",
2521
- "src/core/symbolGraph.ts#hashData"
2522
- ],
2523
- "src/core/indexer.ts#detectLanguage": [
2524
- "src/core/indexer.ts#language"
2525
- ],
2526
- "src/core/indexer.ts#parseFileForImports": [
2527
- "src/core/indexer.ts#imports"
2528
- ],
2529
- "tests/semanticContexts.test.ts#result": [
2530
- "src/core/indexer.ts#fileId"
2531
- ],
2532
- "src/core/knowledgeGraphBuilder.ts#loadGitActivity": [
2533
- "src/core/knowledgeGraphBuilder.ts#git"
2534
- ],
2535
- "tests/semanticContexts.test.ts#flow": [
2536
- "src/core/knowledgeGraphBuilder.ts#intersection"
2537
- ],
2538
- "src/core/knowledgeGraphBuilder.ts#createNodes": [
2539
- "src/core/knowledgeGraphBuilder.ts#nodes"
2540
- ],
2541
- "src/core/knowledgeGraphBuilder.ts#createEdges": [
2542
- "src/core/knowledgeGraphBuilder.ts#edges"
2543
- ],
2544
- "src/core/moduleGraph.ts#parseFileImports": [
2545
- "src/core/moduleGraph.ts#deps"
2546
- ],
2547
- "src/core/moduleGraph.ts#getModuleFromPath": [
2548
- "src/core/moduleGraph.ts#depModule"
2549
- ],
2550
- "src/core/repoScanner.ts#grouped": [
2551
- "src/core/repoMapper.ts#dirFiles",
2552
- "src/core/repoMapper.ts#extFiles"
2553
- ],
2554
- "src/core/repoMapper.ts#buildTree": [
2555
- "src/core/repoMapper.ts#tree"
2556
- ],
2557
- "test-projects/react-app/src/main.tsx#root": [
2558
- "src/core/repoMapper.ts#current"
2559
- ],
2560
- "src/core/repoMapper.ts#allEntries": [
2561
- "src/core/repoMapper.ts#key"
2562
- ],
2563
- "src/core/repoMapper.ts#isLast": [
2564
- "src/core/repoMapper.ts#connector"
2565
- ],
2566
- "src/core/schema.ts#loadSchema": [
2567
- "src/core/schema.ts#schema"
2568
- ],
2569
- "src/core/schema.ts#loadProject": [
2570
- "src/core/schema.ts#project"
2571
- ],
2572
- "src/core/schema.ts#loadTools": [
2573
- "src/core/schema.ts#tools"
2574
- ],
2575
- "src/core/semanticContexts.ts#rootIdx": [
2576
- "src/core/semanticContexts.ts#depth0FeatureIdx",
2577
- "src/core/semanticContexts.ts#featureIdx"
2578
- ],
2579
- "src/core/semanticContexts.ts#featurePath": [
2580
- "src/core/semanticContexts.ts#featureName"
2581
- ],
2582
- "src/core/semanticContexts.ts#sourceFiles": [
2583
- "src/core/semanticContexts.ts#entrypoints"
2584
- ],
2585
- "src/core/semanticContexts.ts#baseName": [
2586
- "src/core/semanticContexts.ts#feature"
2587
- ],
2588
- "src/core/semanticContexts.ts#feature": [
2589
- "src/core/semanticContexts.ts#key"
2590
- ],
2591
- "src/core/semanticContexts.ts#featureFiles": [
2592
- "src/core/semanticContexts.ts#hasEntrypoint"
2593
- ],
2594
- "src/core/semanticContexts.ts#sorted": [
2595
- "src/core/semanticContexts.ts#entrypoint"
2596
- ],
2597
- "src/core/semanticContexts.ts#graphData": [
2598
- "src/core/semanticContexts.ts#relationshipCount",
2599
- "src/core/semanticContexts.ts#symbolCount"
2600
- ],
2601
- "src/core/semanticContexts.ts#relationshipCount": [
2602
- "src/core/semanticContexts.ts#density"
2603
- ],
2604
- "src/core/semanticContexts.ts#density": [
2605
- "src/core/semanticContexts.ts#isWeakGraph"
2606
- ],
2607
- "src/core/semanticContexts.ts#generateFeatures": [
2608
- "src/core/semanticContexts.ts#features"
2609
- ],
2610
- "src/core/semanticContexts.ts#generateFlows": [
2611
- "src/core/semanticContexts.ts#flows"
2612
- ],
2613
- "src/core/symbolGraph.ts#loadCache": [
2614
- "src/core/symbolGraph.ts#cache"
2615
- ],
2616
- "src/core/symbolGraph.ts#symbolsAnalysis": [
2617
- "src/core/symbolGraph.ts#symbols"
2618
- ],
2619
- "src/core/symbolGraph.ts#buildSymbolRelationships": [
2620
- "src/core/symbolGraph.ts#relationships"
2621
- ],
2622
- "src/core/symbolGraph.ts#generateReverseReferences": [
2623
- "src/core/symbolGraph.ts#reverseRefs"
2624
- ],
2625
- "src/core/symbolGraph.ts#generateFileIndex": [
2626
- "src/core/symbolGraph.ts#fileIndex"
2627
- ],
2628
- "src/core/symbolGraph.ts#findTargetSymbol": [
2629
- "src/core/symbolGraph.ts#targetSymbol"
2630
- ],
2631
- "src/core/symbolGraph.ts#analyzeFileRelationships": [
2632
- "src/core/symbolGraph.ts#foundRelationships"
2633
- ],
2634
- "src/core/symbolGraph.ts#buildExportRelationships": [
2635
- "src/core/symbolGraph.ts#exportsRels"
2636
- ],
2637
- "src/core/symbolGraph.ts#symbolMap": [
2638
- "src/core/symbolGraph.ts#target",
2639
- "src/core/symbolGraph.ts#callee",
2640
- "src/core/symbolGraph.ts#instantiated",
2641
- "src/core/symbolGraph.ts#superclass",
2642
- "src/core/symbolGraph.ts#interfaceSym",
2643
- "src/core/symbolGraph.ts#referenced"
2644
- ],
2645
- "src/core/symbolGraph.ts#findFunctionCalls": [
2646
- "src/core/symbolGraph.ts#calls"
2647
- ],
2648
- "src/core/symbolGraph.ts#fileSymbols": [
2649
- "src/core/symbolGraph.ts#caller",
2650
- "src/core/symbolGraph.ts#subclass",
2651
- "src/core/symbolGraph.ts#implClass",
2652
- "src/core/symbolGraph.ts#referencer"
2653
- ],
2654
- "src/core/symbolGraph.ts#findInstantiates": [
2655
- "src/core/symbolGraph.ts#instantiates"
2656
- ],
2657
- "src/core/symbolGraph.ts#findExtends": [
2658
- "src/core/symbolGraph.ts#extendsRels"
2659
- ],
2660
- "src/core/symbolGraph.ts#findImplements": [
2661
- "src/core/symbolGraph.ts#implementsRels"
2662
- ],
2663
- "src/core/symbolGraph.ts#findReferences": [
2664
- "src/core/symbolGraph.ts#references"
2665
- ],
2666
- "src/core/symbolGraph.ts#relationships": [
2667
- "src/core/symbolGraph.ts#exists"
2668
- ],
2669
- "src/core/symbolGraph.ts#sym": [
2670
- "src/core/symbolGraph.ts#filePath"
2671
- ],
2672
- "src/core/symbolGraph.ts#cache": [
2673
- "src/core/symbolGraph.ts#cached"
2674
- ],
2675
- "src/core/symbolGraph.ts#loadSymbolGraph": [
2676
- "src/core/symbolGraph.ts#graph"
2677
- ],
2678
- "src/core/symbolGraph.ts#loadSymbolReferences": [
2679
- "src/core/symbolGraph.ts#refs"
2680
- ],
2681
- "src/utils/fileUtils.ts#readFile": [
2682
- "src/utils/fileUtils.ts#content"
2683
- ],
2684
- "tests/lazyAnalyzer.test.ts#createTempProjectDir": [
2685
- "tests/adapters.test.ts#projectDir",
2686
- "tests/lazyAnalyzer.test.ts#projectDir"
2687
- ],
2688
- "tests/schema.test.ts#createTempAiDir": [
2689
- "tests/schema.test.ts#aiDir"
2690
- ],
2691
- "tests/semanticContexts.test.ts#firstFile": [
2692
- "tests/semanticContexts.test.ts#pathParts"
2693
- ],
2694
- "tests/semanticContexts.test.ts#pathParts": [
2695
- "tests/semanticContexts.test.ts#derivedPath"
2696
- ],
2697
- "tests/semanticContexts.test.ts#createTempTestDir": [
2698
- "tests/semanticContexts.test.ts#aiDir"
2699
- ],
2700
- "tests/semanticContexts.test.ts#features": [
2701
- "tests/semanticContexts.test.ts#featureNames",
2702
- "tests/semanticContexts.test.ts#authFeature"
2703
- ],
2704
- "tests/semanticContexts.test.ts#flows": [
2705
- "tests/semanticContexts.test.ts#flowNames"
2706
- ]
2707
- }