ai-first-cli 1.1.3 → 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 (923) hide show
  1. package/{ai → .ai-dev}/ai_context.md +18 -11
  2. package/{ai → .ai-dev}/ai_rules.md +5 -3
  3. package/{ai → .ai-dev}/architecture.md +52 -16
  4. package/.ai-dev/cache.json +2349 -0
  5. package/.ai-dev/context/features/commands.json +18 -0
  6. package/.ai-dev/context/features/src.json +61 -0
  7. package/.ai-dev/context/features/test-projects.json +69 -0
  8. package/.ai-dev/context/flows/account.json +9 -0
  9. package/.ai-dev/context/flows/ai-first.json +9 -0
  10. package/.ai-dev/context/flows/api.json +9 -0
  11. package/.ai-dev/context/flows/auth.json +13 -0
  12. package/.ai-dev/context/flows/category.json +12 -0
  13. package/.ai-dev/context/flows/comment.json +16 -0
  14. package/.ai-dev/context/flows/dashboard.json +9 -0
  15. package/.ai-dev/context/flows/doctor.json +9 -0
  16. package/.ai-dev/context/flows/explore.json +9 -0
  17. package/.ai-dev/context/flows/login.json +9 -0
  18. package/.ai-dev/context/flows/opportunity.json +9 -0
  19. package/.ai-dev/context/flows/post.json +18 -0
  20. package/.ai-dev/context/flows/routes.json +19 -0
  21. package/.ai-dev/context/flows/user.json +20 -0
  22. package/.ai-dev/context/flows/users.json +9 -0
  23. package/.ai-dev/context/flows/views.json +14 -0
  24. package/.ai-dev/conventions.md +53 -0
  25. package/.ai-dev/dependencies.json +2946 -0
  26. package/{ai → .ai-dev}/entrypoints.md +10 -0
  27. package/.ai-dev/files.json +2944 -0
  28. package/.ai-dev/graph/knowledge-graph.json +44314 -0
  29. package/.ai-dev/graph/module-graph.json +866 -0
  30. package/.ai-dev/graph/symbol-graph.json +200622 -0
  31. package/.ai-dev/graph/symbol-references.json +6778 -0
  32. package/.ai-dev/hierarchy.json +20 -0
  33. package/.ai-dev/index-state.json +4123 -0
  34. package/.ai-dev/index.db +0 -0
  35. package/.ai-dev/modules.json +532 -0
  36. package/.ai-dev/project.json +30 -0
  37. package/.ai-dev/repo_map.json +5818 -0
  38. package/.ai-dev/repo_map.md +1327 -0
  39. package/.ai-dev/schema.json +5 -0
  40. package/.ai-dev/summary.md +42 -0
  41. package/.ai-dev/symbols.json +7 -0
  42. package/.ai-dev/tech_stack.md +46 -0
  43. package/.ai-dev/tools.json +10 -0
  44. package/.github/workflows/publish.yml +54 -0
  45. package/BUGS.md +455 -0
  46. package/CHANGELOG.md +218 -218
  47. package/PLAN_MEJORAS.md +216 -0
  48. package/README.es.md +82 -99
  49. package/README.md +70 -89
  50. package/STATUS_ADAPTADORES +126 -0
  51. package/TEST_RESULTS_PHASE1.md +420 -0
  52. package/ai/graph/knowledge-graph.json +6 -43639
  53. package/ai-context/ai_context.md +130 -0
  54. package/ai-context/ai_rules.md +54 -0
  55. package/ai-context/architecture.md +136 -0
  56. package/ai-context/cache.json +2349 -0
  57. package/ai-context/ccp/jira-123/context.json +7 -0
  58. package/ai-context/context/features/commands.json +18 -0
  59. package/ai-context/context/features/src.json +61 -0
  60. package/ai-context/context/features/test-projects.json +69 -0
  61. package/ai-context/context/flows/account.json +9 -0
  62. package/ai-context/context/flows/ai-first.json +9 -0
  63. package/ai-context/context/flows/api.json +9 -0
  64. package/ai-context/context/flows/auth.json +13 -0
  65. package/ai-context/context/flows/category.json +12 -0
  66. package/ai-context/context/flows/comment.json +16 -0
  67. package/ai-context/context/flows/dashboard.json +9 -0
  68. package/ai-context/context/flows/doctor.json +9 -0
  69. package/ai-context/context/flows/explore.json +9 -0
  70. package/ai-context/context/flows/login.json +9 -0
  71. package/ai-context/context/flows/opportunity.json +9 -0
  72. package/ai-context/context/flows/post.json +18 -0
  73. package/ai-context/context/flows/routes.json +19 -0
  74. package/ai-context/context/flows/user.json +20 -0
  75. package/ai-context/context/flows/users.json +9 -0
  76. package/ai-context/context/flows/views.json +14 -0
  77. package/ai-context/context/repo.json +56 -0
  78. package/ai-context/context/utils.json +7 -0
  79. package/ai-context/conventions.md +53 -0
  80. package/ai-context/dependencies.json +2946 -0
  81. package/ai-context/embeddings.json +23828 -0
  82. package/ai-context/entrypoints.md +42 -0
  83. package/ai-context/files.json +2944 -0
  84. package/ai-context/git/commit-activity.json +8646 -0
  85. package/ai-context/git/recent-files.json +52 -0
  86. package/ai-context/git/recent-flows.json +1 -0
  87. package/ai-context/graph/knowledge-graph.json +44314 -0
  88. package/ai-context/graph/module-graph.json +866 -0
  89. package/ai-context/graph/symbol-graph.json +200622 -0
  90. package/ai-context/graph/symbol-references.json +6778 -0
  91. package/ai-context/hierarchy.json +20 -0
  92. package/ai-context/index-state.json +4123 -0
  93. package/ai-context/index.db +0 -0
  94. package/ai-context/modules.json +532 -0
  95. package/ai-context/project.json +30 -0
  96. package/ai-context/repo_map.json +5818 -0
  97. package/ai-context/repo_map.md +1327 -0
  98. package/ai-context/schema.json +5 -0
  99. package/ai-context/summary.md +42 -0
  100. package/ai-context/symbols.json +7 -0
  101. package/ai-context/tech_stack.md +46 -0
  102. package/ai-context/tools.json +10 -0
  103. package/dist/analyzers/dependencies.d.ts.map +1 -1
  104. package/dist/analyzers/dependencies.js +8 -16
  105. package/dist/analyzers/dependencies.js.map +1 -1
  106. package/dist/analyzers/symbols.d.ts.map +1 -1
  107. package/dist/analyzers/symbols.js +194 -6
  108. package/dist/analyzers/symbols.js.map +1 -1
  109. package/dist/commands/ai-first.d.ts.map +1 -1
  110. package/dist/commands/ai-first.js +63 -21
  111. package/dist/commands/ai-first.js.map +1 -1
  112. package/dist/commands/doctor.js +1 -1
  113. package/dist/commands/doctor.js.map +1 -1
  114. package/dist/commands/explore.js +1 -1
  115. package/dist/commands/explore.js.map +1 -1
  116. package/dist/core/ccp.js +1 -1
  117. package/dist/core/ccp.js.map +1 -1
  118. package/dist/core/embeddings.d.ts +11 -6
  119. package/dist/core/embeddings.d.ts.map +1 -1
  120. package/dist/core/embeddings.js +88 -38
  121. package/dist/core/embeddings.js.map +1 -1
  122. package/dist/core/gitAnalyzer.js +3 -3
  123. package/dist/core/gitAnalyzer.js.map +1 -1
  124. package/dist/core/incrementalAnalyzer.d.ts.map +1 -1
  125. package/dist/core/incrementalAnalyzer.js +76 -14
  126. package/dist/core/incrementalAnalyzer.js.map +1 -1
  127. package/dist/core/knowledgeGraphBuilder.js +1 -1
  128. package/dist/core/knowledgeGraphBuilder.js.map +1 -1
  129. package/dist/core/semanticContexts.d.ts.map +1 -1
  130. package/dist/core/semanticContexts.js +61 -30
  131. package/dist/core/semanticContexts.js.map +1 -1
  132. package/dist/core/symbolGraph.d.ts.map +1 -1
  133. package/dist/core/symbolGraph.js +14 -2
  134. package/dist/core/symbolGraph.js.map +1 -1
  135. package/dist/utils/fileUtils.d.ts.map +1 -1
  136. package/dist/utils/fileUtils.js +5 -0
  137. package/dist/utils/fileUtils.js.map +1 -1
  138. package/docs/guide/getting-started.md +8 -8
  139. package/docs/guide/quick-start.md +8 -8
  140. package/examples/01-express-api.md +3 -3
  141. package/examples/02-react-app.md +3 -3
  142. package/examples/03-python-django.md +3 -3
  143. package/examples/README.md +3 -3
  144. package/package.json +2 -2
  145. package/src/analyzers/dependencies.ts +10 -20
  146. package/src/analyzers/symbols.ts +207 -6
  147. package/src/commands/ai-first.ts +67 -22
  148. package/src/commands/doctor.ts +1 -1
  149. package/src/commands/explore.ts +1 -1
  150. package/src/core/ccp.ts +1 -1
  151. package/src/core/embeddings.ts +106 -40
  152. package/src/core/gitAnalyzer.ts +3 -3
  153. package/src/core/incrementalAnalyzer.ts +101 -11
  154. package/src/core/knowledgeGraphBuilder.ts +1 -1
  155. package/src/core/semanticContexts.ts +68 -33
  156. package/src/core/symbolGraph.ts +16 -2
  157. package/src/utils/fileUtils.ts +5 -0
  158. package/test-projects/django-app/.ai-dev/ai_context.md +92 -0
  159. package/test-projects/django-app/.ai-dev/ai_rules.md +47 -0
  160. package/test-projects/django-app/.ai-dev/architecture.md +57 -0
  161. package/test-projects/django-app/.ai-dev/cache.json +169 -0
  162. package/test-projects/django-app/.ai-dev/context/flows/views.json +10 -0
  163. package/test-projects/django-app/.ai-dev/conventions.md +51 -0
  164. package/test-projects/django-app/.ai-dev/dependencies.json +312 -0
  165. package/test-projects/django-app/.ai-dev/entrypoints.md +4 -0
  166. package/test-projects/django-app/.ai-dev/files.json +209 -0
  167. package/test-projects/django-app/.ai-dev/graph/knowledge-graph.json +36 -0
  168. package/test-projects/django-app/.ai-dev/graph/module-graph.json +145 -0
  169. package/test-projects/django-app/.ai-dev/graph/symbol-graph.json +1488 -0
  170. package/test-projects/django-app/.ai-dev/graph/symbol-references.json +1 -0
  171. package/test-projects/django-app/.ai-dev/index-state.json +294 -0
  172. package/test-projects/django-app/.ai-dev/index.db +0 -0
  173. package/test-projects/django-app/.ai-dev/modules.json +35 -0
  174. package/test-projects/django-app/.ai-dev/project.json +11 -0
  175. package/test-projects/django-app/.ai-dev/repo_map.json +412 -0
  176. package/test-projects/django-app/.ai-dev/repo_map.md +105 -0
  177. package/test-projects/django-app/.ai-dev/schema.json +5 -0
  178. package/test-projects/django-app/.ai-dev/summary.md +15 -0
  179. package/test-projects/django-app/.ai-dev/symbols.json +1 -0
  180. package/test-projects/django-app/.ai-dev/tech_stack.md +32 -0
  181. package/test-projects/django-app/.ai-dev/tools.json +10 -0
  182. package/test-projects/django-app/README.md +91 -0
  183. package/test-projects/django-app/ai-context/ai_context.md +92 -0
  184. package/test-projects/django-app/ai-context/ai_rules.md +47 -0
  185. package/test-projects/django-app/ai-context/architecture.md +57 -0
  186. package/test-projects/django-app/ai-context/cache.json +169 -0
  187. package/test-projects/django-app/ai-context/context/flows/views.json +10 -0
  188. package/test-projects/django-app/ai-context/conventions.md +51 -0
  189. package/test-projects/django-app/ai-context/dependencies.json +312 -0
  190. package/test-projects/django-app/ai-context/entrypoints.md +4 -0
  191. package/test-projects/django-app/ai-context/files.json +209 -0
  192. package/test-projects/django-app/ai-context/graph/knowledge-graph.json +36 -0
  193. package/test-projects/django-app/ai-context/graph/module-graph.json +145 -0
  194. package/test-projects/django-app/ai-context/graph/symbol-graph.json +1488 -0
  195. package/test-projects/django-app/ai-context/graph/symbol-references.json +1 -0
  196. package/test-projects/django-app/ai-context/index-state.json +294 -0
  197. package/test-projects/django-app/ai-context/index.db +0 -0
  198. package/test-projects/django-app/ai-context/modules.json +35 -0
  199. package/test-projects/django-app/ai-context/project.json +11 -0
  200. package/test-projects/django-app/ai-context/repo_map.json +412 -0
  201. package/test-projects/django-app/ai-context/repo_map.md +105 -0
  202. package/test-projects/django-app/ai-context/schema.json +5 -0
  203. package/test-projects/django-app/ai-context/summary.md +15 -0
  204. package/test-projects/django-app/ai-context/symbols.json +1 -0
  205. package/test-projects/django-app/ai-context/tech_stack.md +32 -0
  206. package/test-projects/django-app/ai-context/tools.json +10 -0
  207. package/test-projects/django-app/blog/__init__.py +0 -0
  208. package/test-projects/django-app/blog/admin.py +31 -0
  209. package/test-projects/django-app/blog/models.py +55 -0
  210. package/test-projects/django-app/blog/serializers.py +69 -0
  211. package/test-projects/django-app/blog/urls.py +14 -0
  212. package/test-projects/django-app/blog/views.py +96 -0
  213. package/test-projects/django-app/django_app/__init__.py +0 -0
  214. package/test-projects/django-app/django_app/settings.py +90 -0
  215. package/test-projects/django-app/django_app/urls.py +11 -0
  216. package/test-projects/django-app/django_app/wsgi.py +9 -0
  217. package/test-projects/django-app/manage.py +23 -0
  218. package/test-projects/django-app/requirements.txt +3 -0
  219. package/test-projects/django-app/users/__init__.py +0 -0
  220. package/test-projects/django-app/users/admin.py +42 -0
  221. package/test-projects/django-app/users/models.py +54 -0
  222. package/test-projects/django-app/users/serializers.py +113 -0
  223. package/test-projects/django-app/users/urls.py +13 -0
  224. package/test-projects/django-app/users/views.py +135 -0
  225. package/test-projects/express-api/.ai-dev/ai_context.md +112 -0
  226. package/test-projects/express-api/.ai-dev/ai_rules.md +50 -0
  227. package/test-projects/express-api/.ai-dev/architecture.md +62 -0
  228. package/test-projects/express-api/.ai-dev/context/features/controllers.json +13 -0
  229. package/test-projects/express-api/.ai-dev/context/features/services.json +13 -0
  230. package/test-projects/express-api/.ai-dev/context/flows/auth.json +12 -0
  231. package/test-projects/express-api/.ai-dev/context/flows/user.json +13 -0
  232. package/test-projects/express-api/.ai-dev/conventions.md +51 -0
  233. package/test-projects/express-api/.ai-dev/dependencies.json +54 -0
  234. package/test-projects/express-api/.ai-dev/entrypoints.md +17 -0
  235. package/test-projects/express-api/.ai-dev/modules.json +30 -0
  236. package/test-projects/express-api/.ai-dev/project.json +15 -0
  237. package/test-projects/express-api/.ai-dev/repo_map.json +100 -0
  238. package/test-projects/express-api/.ai-dev/repo_map.md +36 -0
  239. package/test-projects/express-api/.ai-dev/schema.json +5 -0
  240. package/test-projects/express-api/.ai-dev/summary.md +14 -0
  241. package/test-projects/express-api/.ai-dev/symbols.json +7 -0
  242. package/test-projects/express-api/.ai-dev/tech_stack.md +38 -0
  243. package/test-projects/express-api/.ai-dev/tools.json +10 -0
  244. package/test-projects/express-api/ai-context/ai_context.md +112 -0
  245. package/test-projects/express-api/ai-context/ai_rules.md +50 -0
  246. package/test-projects/express-api/ai-context/architecture.md +62 -0
  247. package/test-projects/express-api/ai-context/context/features/controllers.json +13 -0
  248. package/test-projects/express-api/ai-context/context/features/services.json +13 -0
  249. package/test-projects/express-api/ai-context/context/flows/auth.json +12 -0
  250. package/test-projects/express-api/ai-context/context/flows/user.json +13 -0
  251. package/test-projects/express-api/ai-context/conventions.md +51 -0
  252. package/test-projects/express-api/ai-context/dependencies.json +54 -0
  253. package/test-projects/express-api/ai-context/entrypoints.md +17 -0
  254. package/test-projects/express-api/ai-context/modules.json +30 -0
  255. package/test-projects/express-api/ai-context/project.json +15 -0
  256. package/test-projects/express-api/ai-context/repo_map.json +100 -0
  257. package/test-projects/express-api/ai-context/repo_map.md +36 -0
  258. package/test-projects/express-api/ai-context/schema.json +5 -0
  259. package/test-projects/express-api/ai-context/summary.md +14 -0
  260. package/test-projects/express-api/ai-context/symbols.json +7 -0
  261. package/test-projects/express-api/ai-context/tech_stack.md +38 -0
  262. package/test-projects/express-api/ai-context/tools.json +10 -0
  263. package/test-projects/express-api/controllers/authController.js +32 -0
  264. package/test-projects/express-api/controllers/userController.js +51 -0
  265. package/test-projects/express-api/index.js +30 -0
  266. package/test-projects/express-api/middleware/authMiddleware.js +30 -0
  267. package/test-projects/express-api/models/userRepository.js +25 -0
  268. package/test-projects/express-api/package.json +18 -0
  269. package/test-projects/express-api/services/authService.js +17 -0
  270. package/test-projects/express-api/services/userService.js +28 -0
  271. package/test-projects/fastapi-app/.ai-dev/ai_context.md +89 -0
  272. package/test-projects/fastapi-app/.ai-dev/ai_rules.md +47 -0
  273. package/test-projects/fastapi-app/.ai-dev/architecture.md +39 -0
  274. package/test-projects/fastapi-app/.ai-dev/cache.json +125 -0
  275. package/test-projects/fastapi-app/.ai-dev/conventions.md +51 -0
  276. package/test-projects/fastapi-app/.ai-dev/dependencies.json +244 -0
  277. package/test-projects/fastapi-app/.ai-dev/entrypoints.md +4 -0
  278. package/test-projects/fastapi-app/.ai-dev/files.json +154 -0
  279. package/test-projects/fastapi-app/.ai-dev/graph/knowledge-graph.json +15 -0
  280. package/test-projects/fastapi-app/.ai-dev/graph/module-graph.json +78 -0
  281. package/test-projects/fastapi-app/.ai-dev/graph/symbol-graph.json +1724 -0
  282. package/test-projects/fastapi-app/.ai-dev/graph/symbol-references.json +51 -0
  283. package/test-projects/fastapi-app/.ai-dev/index-state.json +217 -0
  284. package/test-projects/fastapi-app/.ai-dev/index.db +0 -0
  285. package/test-projects/fastapi-app/.ai-dev/modules.json +16 -0
  286. package/test-projects/fastapi-app/.ai-dev/project.json +9 -0
  287. package/test-projects/fastapi-app/.ai-dev/repo_map.json +298 -0
  288. package/test-projects/fastapi-app/.ai-dev/repo_map.md +74 -0
  289. package/test-projects/fastapi-app/.ai-dev/schema.json +5 -0
  290. package/test-projects/fastapi-app/.ai-dev/summary.md +12 -0
  291. package/test-projects/fastapi-app/.ai-dev/symbols.json +1 -0
  292. package/test-projects/fastapi-app/.ai-dev/tech_stack.md +32 -0
  293. package/test-projects/fastapi-app/.ai-dev/tools.json +10 -0
  294. package/test-projects/fastapi-app/README.md +118 -0
  295. package/test-projects/fastapi-app/ai-context/ai_context.md +89 -0
  296. package/test-projects/fastapi-app/ai-context/ai_rules.md +47 -0
  297. package/test-projects/fastapi-app/ai-context/architecture.md +39 -0
  298. package/test-projects/fastapi-app/ai-context/cache.json +125 -0
  299. package/test-projects/fastapi-app/ai-context/conventions.md +51 -0
  300. package/test-projects/fastapi-app/ai-context/dependencies.json +244 -0
  301. package/test-projects/fastapi-app/ai-context/entrypoints.md +4 -0
  302. package/test-projects/fastapi-app/ai-context/files.json +154 -0
  303. package/test-projects/fastapi-app/ai-context/graph/knowledge-graph.json +15 -0
  304. package/test-projects/fastapi-app/ai-context/graph/module-graph.json +78 -0
  305. package/test-projects/fastapi-app/ai-context/graph/symbol-graph.json +1724 -0
  306. package/test-projects/fastapi-app/ai-context/graph/symbol-references.json +51 -0
  307. package/test-projects/fastapi-app/ai-context/index-state.json +217 -0
  308. package/test-projects/fastapi-app/ai-context/index.db +0 -0
  309. package/test-projects/fastapi-app/ai-context/modules.json +16 -0
  310. package/test-projects/fastapi-app/ai-context/project.json +9 -0
  311. package/test-projects/fastapi-app/ai-context/repo_map.json +298 -0
  312. package/test-projects/fastapi-app/ai-context/repo_map.md +74 -0
  313. package/test-projects/fastapi-app/ai-context/schema.json +5 -0
  314. package/test-projects/fastapi-app/ai-context/summary.md +12 -0
  315. package/test-projects/fastapi-app/ai-context/symbols.json +1 -0
  316. package/test-projects/fastapi-app/ai-context/tech_stack.md +32 -0
  317. package/test-projects/fastapi-app/ai-context/tools.json +10 -0
  318. package/test-projects/fastapi-app/app/database.py +21 -0
  319. package/test-projects/fastapi-app/app/dependencies.py +107 -0
  320. package/test-projects/fastapi-app/app/main.py +47 -0
  321. package/test-projects/fastapi-app/app/models.py +149 -0
  322. package/test-projects/fastapi-app/app/routers/auth.py +117 -0
  323. package/test-projects/fastapi-app/app/routers/posts.py +272 -0
  324. package/test-projects/fastapi-app/app/schemas.py +191 -0
  325. package/test-projects/fastapi-app/requirements.txt +10 -0
  326. package/test-projects/flask-app/.ai-dev/ai_context.md +94 -0
  327. package/test-projects/flask-app/.ai-dev/ai_rules.md +47 -0
  328. package/test-projects/flask-app/.ai-dev/architecture.md +49 -0
  329. package/test-projects/flask-app/.ai-dev/cache.json +157 -0
  330. package/test-projects/flask-app/.ai-dev/context/features/app.json +25 -0
  331. package/test-projects/flask-app/.ai-dev/context/flows/routes.json +14 -0
  332. package/test-projects/flask-app/.ai-dev/conventions.md +51 -0
  333. package/test-projects/flask-app/.ai-dev/dependencies.json +298 -0
  334. package/test-projects/flask-app/.ai-dev/entrypoints.md +4 -0
  335. package/test-projects/flask-app/.ai-dev/files.json +194 -0
  336. package/test-projects/flask-app/.ai-dev/graph/knowledge-graph.json +60 -0
  337. package/test-projects/flask-app/.ai-dev/graph/module-graph.json +95 -0
  338. package/test-projects/flask-app/.ai-dev/graph/symbol-graph.json +1448 -0
  339. package/test-projects/flask-app/.ai-dev/graph/symbol-references.json +45 -0
  340. package/test-projects/flask-app/.ai-dev/index-state.json +273 -0
  341. package/test-projects/flask-app/.ai-dev/index.db +0 -0
  342. package/test-projects/flask-app/.ai-dev/modules.json +21 -0
  343. package/test-projects/flask-app/.ai-dev/project.json +13 -0
  344. package/test-projects/flask-app/.ai-dev/repo_map.json +400 -0
  345. package/test-projects/flask-app/.ai-dev/repo_map.md +98 -0
  346. package/test-projects/flask-app/.ai-dev/schema.json +5 -0
  347. package/test-projects/flask-app/.ai-dev/summary.md +13 -0
  348. package/test-projects/flask-app/.ai-dev/symbols.json +1 -0
  349. package/test-projects/flask-app/.ai-dev/tech_stack.md +32 -0
  350. package/test-projects/flask-app/.ai-dev/tools.json +10 -0
  351. package/test-projects/flask-app/README.md +129 -0
  352. package/test-projects/flask-app/ai-context/ai_context.md +94 -0
  353. package/test-projects/flask-app/ai-context/ai_rules.md +47 -0
  354. package/test-projects/flask-app/ai-context/architecture.md +49 -0
  355. package/test-projects/flask-app/ai-context/cache.json +157 -0
  356. package/test-projects/flask-app/ai-context/context/features/app.json +25 -0
  357. package/test-projects/flask-app/ai-context/context/flows/routes.json +14 -0
  358. package/test-projects/flask-app/ai-context/conventions.md +51 -0
  359. package/test-projects/flask-app/ai-context/dependencies.json +298 -0
  360. package/test-projects/flask-app/ai-context/entrypoints.md +4 -0
  361. package/test-projects/flask-app/ai-context/files.json +194 -0
  362. package/test-projects/flask-app/ai-context/graph/knowledge-graph.json +60 -0
  363. package/test-projects/flask-app/ai-context/graph/module-graph.json +95 -0
  364. package/test-projects/flask-app/ai-context/graph/symbol-graph.json +1448 -0
  365. package/test-projects/flask-app/ai-context/graph/symbol-references.json +45 -0
  366. package/test-projects/flask-app/ai-context/index-state.json +273 -0
  367. package/test-projects/flask-app/ai-context/index.db +0 -0
  368. package/test-projects/flask-app/ai-context/modules.json +21 -0
  369. package/test-projects/flask-app/ai-context/project.json +13 -0
  370. package/test-projects/flask-app/ai-context/repo_map.json +400 -0
  371. package/test-projects/flask-app/ai-context/repo_map.md +98 -0
  372. package/test-projects/flask-app/ai-context/schema.json +5 -0
  373. package/test-projects/flask-app/ai-context/summary.md +13 -0
  374. package/test-projects/flask-app/ai-context/symbols.json +1 -0
  375. package/test-projects/flask-app/ai-context/tech_stack.md +32 -0
  376. package/test-projects/flask-app/ai-context/tools.json +10 -0
  377. package/test-projects/flask-app/app/__init__.py +46 -0
  378. package/test-projects/flask-app/app/api/__init__.py +7 -0
  379. package/test-projects/flask-app/app/api/routes.py +122 -0
  380. package/test-projects/flask-app/app/auth/__init__.py +7 -0
  381. package/test-projects/flask-app/app/auth/forms.py +52 -0
  382. package/test-projects/flask-app/app/auth/routes.py +68 -0
  383. package/test-projects/flask-app/app/blog/__init__.py +7 -0
  384. package/test-projects/flask-app/app/blog/forms.py +35 -0
  385. package/test-projects/flask-app/app/blog/routes.py +140 -0
  386. package/test-projects/flask-app/app/main/__init__.py +7 -0
  387. package/test-projects/flask-app/app/main/routes.py +88 -0
  388. package/test-projects/flask-app/app/models.py +177 -0
  389. package/test-projects/flask-app/config.py +64 -0
  390. package/test-projects/flask-app/requirements.txt +10 -0
  391. package/test-projects/laravel-app/.ai-dev/ai_context.md +97 -0
  392. package/test-projects/laravel-app/.ai-dev/ai_rules.md +47 -0
  393. package/test-projects/laravel-app/.ai-dev/architecture.md +60 -0
  394. package/test-projects/laravel-app/.ai-dev/cache.json +161 -0
  395. package/test-projects/laravel-app/.ai-dev/context/features/app.json +21 -0
  396. package/test-projects/laravel-app/.ai-dev/context/flows/.json +9 -0
  397. package/test-projects/laravel-app/.ai-dev/context/flows/category.json +12 -0
  398. package/test-projects/laravel-app/.ai-dev/context/flows/comment.json +12 -0
  399. package/test-projects/laravel-app/.ai-dev/context/flows/post.json +12 -0
  400. package/test-projects/laravel-app/.ai-dev/context/flows/unnamed.json +9 -0
  401. package/test-projects/laravel-app/.ai-dev/conventions.md +51 -0
  402. package/test-projects/laravel-app/.ai-dev/dependencies.json +6 -0
  403. package/test-projects/laravel-app/.ai-dev/entrypoints.md +4 -0
  404. package/test-projects/laravel-app/.ai-dev/files.json +199 -0
  405. package/test-projects/laravel-app/.ai-dev/graph/knowledge-graph.json +98 -0
  406. package/test-projects/laravel-app/.ai-dev/graph/module-graph.json +30 -0
  407. package/test-projects/laravel-app/.ai-dev/graph/symbol-graph.json +5 -0
  408. package/test-projects/laravel-app/.ai-dev/graph/symbol-references.json +1 -0
  409. package/test-projects/laravel-app/.ai-dev/index-state.json +280 -0
  410. package/test-projects/laravel-app/.ai-dev/index.db +0 -0
  411. package/test-projects/laravel-app/.ai-dev/modules.json +29 -0
  412. package/test-projects/laravel-app/.ai-dev/project.json +17 -0
  413. package/test-projects/laravel-app/.ai-dev/repo_map.json +419 -0
  414. package/test-projects/laravel-app/.ai-dev/repo_map.md +106 -0
  415. package/test-projects/laravel-app/.ai-dev/schema.json +5 -0
  416. package/test-projects/laravel-app/.ai-dev/summary.md +15 -0
  417. package/test-projects/laravel-app/.ai-dev/symbols.json +1 -0
  418. package/test-projects/laravel-app/.ai-dev/tech_stack.md +34 -0
  419. package/test-projects/laravel-app/.ai-dev/tools.json +10 -0
  420. package/test-projects/laravel-app/README.md +107 -0
  421. package/test-projects/laravel-app/ai-context/ai_context.md +97 -0
  422. package/test-projects/laravel-app/ai-context/ai_rules.md +47 -0
  423. package/test-projects/laravel-app/ai-context/architecture.md +60 -0
  424. package/test-projects/laravel-app/ai-context/cache.json +161 -0
  425. package/test-projects/laravel-app/ai-context/context/features/app.json +21 -0
  426. package/test-projects/laravel-app/ai-context/context/flows/.json +9 -0
  427. package/test-projects/laravel-app/ai-context/context/flows/category.json +12 -0
  428. package/test-projects/laravel-app/ai-context/context/flows/comment.json +12 -0
  429. package/test-projects/laravel-app/ai-context/context/flows/post.json +12 -0
  430. package/test-projects/laravel-app/ai-context/context/flows/unnamed.json +9 -0
  431. package/test-projects/laravel-app/ai-context/conventions.md +51 -0
  432. package/test-projects/laravel-app/ai-context/dependencies.json +6 -0
  433. package/test-projects/laravel-app/ai-context/entrypoints.md +4 -0
  434. package/test-projects/laravel-app/ai-context/files.json +199 -0
  435. package/test-projects/laravel-app/ai-context/graph/knowledge-graph.json +98 -0
  436. package/test-projects/laravel-app/ai-context/graph/module-graph.json +30 -0
  437. package/test-projects/laravel-app/ai-context/graph/symbol-graph.json +5 -0
  438. package/test-projects/laravel-app/ai-context/graph/symbol-references.json +1 -0
  439. package/test-projects/laravel-app/ai-context/index-state.json +280 -0
  440. package/test-projects/laravel-app/ai-context/index.db +0 -0
  441. package/test-projects/laravel-app/ai-context/modules.json +29 -0
  442. package/test-projects/laravel-app/ai-context/project.json +17 -0
  443. package/test-projects/laravel-app/ai-context/repo_map.json +419 -0
  444. package/test-projects/laravel-app/ai-context/repo_map.md +106 -0
  445. package/test-projects/laravel-app/ai-context/schema.json +5 -0
  446. package/test-projects/laravel-app/ai-context/summary.md +15 -0
  447. package/test-projects/laravel-app/ai-context/symbols.json +1 -0
  448. package/test-projects/laravel-app/ai-context/tech_stack.md +34 -0
  449. package/test-projects/laravel-app/ai-context/tools.json +10 -0
  450. package/test-projects/laravel-app/app/Http/Controllers/Api/CategoryController.php +88 -0
  451. package/test-projects/laravel-app/app/Http/Controllers/Api/CommentController.php +56 -0
  452. package/test-projects/laravel-app/app/Http/Controllers/Api/PostController.php +174 -0
  453. package/test-projects/laravel-app/app/Http/Controllers/Controller.php +12 -0
  454. package/test-projects/laravel-app/app/Models/Category.php +34 -0
  455. package/test-projects/laravel-app/app/Models/Comment.php +51 -0
  456. package/test-projects/laravel-app/app/Models/Post.php +108 -0
  457. package/test-projects/laravel-app/app/Models/User.php +85 -0
  458. package/test-projects/laravel-app/bootstrap/app.php +25 -0
  459. package/test-projects/laravel-app/composer.json +35 -0
  460. package/test-projects/laravel-app/routes/api.php +40 -0
  461. package/test-projects/nestjs-backend/.ai-dev/ai_context.md +111 -0
  462. package/test-projects/nestjs-backend/.ai-dev/ai_rules.md +52 -0
  463. package/test-projects/nestjs-backend/.ai-dev/architecture.md +49 -0
  464. package/test-projects/nestjs-backend/.ai-dev/cache.json +169 -0
  465. package/test-projects/nestjs-backend/.ai-dev/context/features/src.json +23 -0
  466. package/test-projects/nestjs-backend/.ai-dev/context/flows/auth.controller.json +14 -0
  467. package/test-projects/nestjs-backend/.ai-dev/context/flows/auth.json +10 -0
  468. package/test-projects/nestjs-backend/.ai-dev/context/flows/users..json +10 -0
  469. package/test-projects/nestjs-backend/.ai-dev/context/flows/users.controller.json +14 -0
  470. package/test-projects/nestjs-backend/.ai-dev/context/flows/users.json +10 -0
  471. package/test-projects/nestjs-backend/.ai-dev/conventions.md +52 -0
  472. package/test-projects/nestjs-backend/.ai-dev/dependencies.json +152 -0
  473. package/test-projects/nestjs-backend/.ai-dev/entrypoints.md +18 -0
  474. package/test-projects/nestjs-backend/.ai-dev/files.json +209 -0
  475. package/test-projects/nestjs-backend/.ai-dev/graph/knowledge-graph.json +132 -0
  476. package/test-projects/nestjs-backend/.ai-dev/graph/module-graph.json +29 -0
  477. package/test-projects/nestjs-backend/.ai-dev/graph/symbol-graph.json +304 -0
  478. package/test-projects/nestjs-backend/.ai-dev/graph/symbol-references.json +5 -0
  479. package/test-projects/nestjs-backend/.ai-dev/index-state.json +294 -0
  480. package/test-projects/nestjs-backend/.ai-dev/index.db +0 -0
  481. package/test-projects/nestjs-backend/.ai-dev/modules.json +19 -0
  482. package/test-projects/nestjs-backend/.ai-dev/project.json +18 -0
  483. package/test-projects/nestjs-backend/.ai-dev/repo_map.json +427 -0
  484. package/test-projects/nestjs-backend/.ai-dev/repo_map.md +104 -0
  485. package/test-projects/nestjs-backend/.ai-dev/schema.json +5 -0
  486. package/test-projects/nestjs-backend/.ai-dev/summary.md +13 -0
  487. package/test-projects/nestjs-backend/.ai-dev/symbols.json +1 -0
  488. package/{ai → test-projects/nestjs-backend/.ai-dev}/tech_stack.md +6 -7
  489. package/test-projects/nestjs-backend/.ai-dev/tools.json +10 -0
  490. package/test-projects/nestjs-backend/ai-context/ai_context.md +111 -0
  491. package/test-projects/nestjs-backend/ai-context/ai_rules.md +52 -0
  492. package/test-projects/nestjs-backend/ai-context/architecture.md +49 -0
  493. package/test-projects/nestjs-backend/ai-context/cache.json +169 -0
  494. package/test-projects/nestjs-backend/ai-context/context/features/src.json +23 -0
  495. package/test-projects/nestjs-backend/ai-context/context/flows/auth.controller.json +14 -0
  496. package/test-projects/nestjs-backend/ai-context/context/flows/auth.json +10 -0
  497. package/test-projects/nestjs-backend/ai-context/context/flows/users..json +10 -0
  498. package/test-projects/nestjs-backend/ai-context/context/flows/users.controller.json +14 -0
  499. package/test-projects/nestjs-backend/ai-context/context/flows/users.json +10 -0
  500. package/test-projects/nestjs-backend/ai-context/conventions.md +52 -0
  501. package/test-projects/nestjs-backend/ai-context/dependencies.json +152 -0
  502. package/test-projects/nestjs-backend/ai-context/entrypoints.md +18 -0
  503. package/test-projects/nestjs-backend/ai-context/files.json +209 -0
  504. package/test-projects/nestjs-backend/ai-context/graph/knowledge-graph.json +132 -0
  505. package/test-projects/nestjs-backend/ai-context/graph/module-graph.json +29 -0
  506. package/test-projects/nestjs-backend/ai-context/graph/symbol-graph.json +304 -0
  507. package/test-projects/nestjs-backend/ai-context/graph/symbol-references.json +5 -0
  508. package/test-projects/nestjs-backend/ai-context/index-state.json +294 -0
  509. package/test-projects/nestjs-backend/ai-context/index.db +0 -0
  510. package/test-projects/nestjs-backend/ai-context/modules.json +19 -0
  511. package/test-projects/nestjs-backend/ai-context/project.json +18 -0
  512. package/test-projects/nestjs-backend/ai-context/repo_map.json +427 -0
  513. package/test-projects/nestjs-backend/ai-context/repo_map.md +104 -0
  514. package/test-projects/nestjs-backend/ai-context/schema.json +5 -0
  515. package/test-projects/nestjs-backend/ai-context/summary.md +13 -0
  516. package/test-projects/nestjs-backend/ai-context/symbols.json +1 -0
  517. package/test-projects/nestjs-backend/ai-context/tech_stack.md +38 -0
  518. package/test-projects/nestjs-backend/ai-context/tools.json +10 -0
  519. package/test-projects/nestjs-backend/package.json +22 -0
  520. package/test-projects/nestjs-backend/src/app.module.ts +8 -0
  521. package/test-projects/nestjs-backend/src/auth/auth.controller.ts +22 -0
  522. package/test-projects/nestjs-backend/src/auth/auth.module.ts +11 -0
  523. package/test-projects/nestjs-backend/src/auth/auth.service.ts +28 -0
  524. package/test-projects/nestjs-backend/src/auth/dto/login.dto.ts +4 -0
  525. package/test-projects/nestjs-backend/src/auth/strategies/jwt.strategy.ts +18 -0
  526. package/test-projects/nestjs-backend/src/main.ts +9 -0
  527. package/test-projects/nestjs-backend/src/users/users.controller.ts +32 -0
  528. package/test-projects/nestjs-backend/src/users/users.module.ts +10 -0
  529. package/test-projects/nestjs-backend/src/users/users.service.ts +42 -0
  530. package/test-projects/nestjs-backend/tsconfig.json +21 -0
  531. package/test-projects/python-cli/.ai-dev/ai_context.md +95 -0
  532. package/test-projects/python-cli/.ai-dev/ai_rules.md +47 -0
  533. package/test-projects/python-cli/.ai-dev/architecture.md +55 -0
  534. package/test-projects/python-cli/.ai-dev/cache.json +149 -0
  535. package/test-projects/python-cli/.ai-dev/context/features/cli.json +16 -0
  536. package/test-projects/python-cli/.ai-dev/context/flows/list_.json +9 -0
  537. package/test-projects/python-cli/.ai-dev/context/flows/remove_.json +9 -0
  538. package/test-projects/python-cli/.ai-dev/conventions.md +51 -0
  539. package/test-projects/python-cli/.ai-dev/dependencies.json +66 -0
  540. package/test-projects/python-cli/.ai-dev/entrypoints.md +4 -0
  541. package/test-projects/python-cli/.ai-dev/files.json +184 -0
  542. package/test-projects/python-cli/.ai-dev/graph/knowledge-graph.json +83 -0
  543. package/test-projects/python-cli/.ai-dev/graph/module-graph.json +31 -0
  544. package/test-projects/python-cli/.ai-dev/graph/symbol-graph.json +358 -0
  545. package/test-projects/python-cli/.ai-dev/graph/symbol-references.json +11 -0
  546. package/test-projects/python-cli/.ai-dev/index-state.json +259 -0
  547. package/test-projects/python-cli/.ai-dev/index.db +0 -0
  548. package/test-projects/python-cli/.ai-dev/modules.json +21 -0
  549. package/test-projects/python-cli/.ai-dev/project.json +15 -0
  550. package/test-projects/python-cli/.ai-dev/repo_map.json +367 -0
  551. package/test-projects/python-cli/.ai-dev/repo_map.md +93 -0
  552. package/test-projects/python-cli/.ai-dev/schema.json +5 -0
  553. package/test-projects/python-cli/.ai-dev/summary.md +14 -0
  554. package/test-projects/python-cli/.ai-dev/symbols.json +1 -0
  555. package/test-projects/python-cli/.ai-dev/tech_stack.md +32 -0
  556. package/test-projects/python-cli/.ai-dev/tools.json +10 -0
  557. package/test-projects/python-cli/__init__.py +1 -0
  558. package/test-projects/python-cli/ai-context/ai_context.md +95 -0
  559. package/test-projects/python-cli/ai-context/ai_rules.md +47 -0
  560. package/test-projects/python-cli/ai-context/architecture.md +55 -0
  561. package/test-projects/python-cli/ai-context/cache.json +149 -0
  562. package/test-projects/python-cli/ai-context/context/features/cli.json +16 -0
  563. package/test-projects/python-cli/ai-context/context/flows/list_.json +9 -0
  564. package/test-projects/python-cli/ai-context/context/flows/remove_.json +9 -0
  565. package/test-projects/python-cli/ai-context/conventions.md +51 -0
  566. package/test-projects/python-cli/ai-context/dependencies.json +66 -0
  567. package/test-projects/python-cli/ai-context/entrypoints.md +4 -0
  568. package/test-projects/python-cli/ai-context/files.json +184 -0
  569. package/test-projects/python-cli/ai-context/graph/knowledge-graph.json +83 -0
  570. package/test-projects/python-cli/ai-context/graph/module-graph.json +31 -0
  571. package/test-projects/python-cli/ai-context/graph/symbol-graph.json +358 -0
  572. package/test-projects/python-cli/ai-context/graph/symbol-references.json +11 -0
  573. package/test-projects/python-cli/ai-context/index-state.json +259 -0
  574. package/test-projects/python-cli/ai-context/index.db +0 -0
  575. package/test-projects/python-cli/ai-context/modules.json +21 -0
  576. package/test-projects/python-cli/ai-context/project.json +15 -0
  577. package/test-projects/python-cli/ai-context/repo_map.json +367 -0
  578. package/test-projects/python-cli/ai-context/repo_map.md +93 -0
  579. package/test-projects/python-cli/ai-context/schema.json +5 -0
  580. package/test-projects/python-cli/ai-context/summary.md +14 -0
  581. package/test-projects/python-cli/ai-context/symbols.json +1 -0
  582. package/test-projects/python-cli/ai-context/tech_stack.md +32 -0
  583. package/test-projects/python-cli/ai-context/tools.json +10 -0
  584. package/test-projects/python-cli/cli/__init__.py +1 -0
  585. package/test-projects/python-cli/cli/add_command.py +6 -0
  586. package/test-projects/python-cli/cli/list_command.py +7 -0
  587. package/test-projects/python-cli/cli/remove_command.py +6 -0
  588. package/test-projects/python-cli/main.py +34 -0
  589. package/test-projects/python-cli/models/__init__.py +2 -0
  590. package/test-projects/python-cli/models/task.py +19 -0
  591. package/test-projects/python-cli/models/task_repository.py +44 -0
  592. package/test-projects/rails-app/.ai-dev/ai_context.md +94 -0
  593. package/test-projects/rails-app/.ai-dev/ai_rules.md +47 -0
  594. package/test-projects/rails-app/.ai-dev/architecture.md +49 -0
  595. package/test-projects/rails-app/.ai-dev/cache.json +193 -0
  596. package/test-projects/rails-app/.ai-dev/context/features/app.json +24 -0
  597. package/test-projects/rails-app/.ai-dev/context/features/config.json +13 -0
  598. package/test-projects/rails-app/.ai-dev/context/flows/application.json +9 -0
  599. package/test-projects/rails-app/.ai-dev/context/flows/application_.json +9 -0
  600. package/test-projects/rails-app/.ai-dev/context/flows/comments.json +11 -0
  601. package/test-projects/rails-app/.ai-dev/context/flows/comments_.json +11 -0
  602. package/test-projects/rails-app/.ai-dev/context/flows/posts.json +11 -0
  603. package/test-projects/rails-app/.ai-dev/context/flows/posts_.json +11 -0
  604. package/test-projects/rails-app/.ai-dev/context/flows/routes.json +9 -0
  605. package/test-projects/rails-app/.ai-dev/context/flows/users.json +11 -0
  606. package/test-projects/rails-app/.ai-dev/context/flows/users_.json +11 -0
  607. package/test-projects/rails-app/.ai-dev/conventions.md +51 -0
  608. package/test-projects/rails-app/.ai-dev/dependencies.json +6 -0
  609. package/test-projects/rails-app/.ai-dev/entrypoints.md +4 -0
  610. package/test-projects/rails-app/.ai-dev/files.json +239 -0
  611. package/test-projects/rails-app/.ai-dev/graph/knowledge-graph.json +130 -0
  612. package/test-projects/rails-app/.ai-dev/graph/module-graph.json +27 -0
  613. package/test-projects/rails-app/.ai-dev/graph/symbol-graph.json +5 -0
  614. package/test-projects/rails-app/.ai-dev/graph/symbol-references.json +1 -0
  615. package/test-projects/rails-app/.ai-dev/index-state.json +336 -0
  616. package/test-projects/rails-app/.ai-dev/index.db +0 -0
  617. package/test-projects/rails-app/.ai-dev/modules.json +26 -0
  618. package/test-projects/rails-app/.ai-dev/project.json +22 -0
  619. package/test-projects/rails-app/.ai-dev/repo_map.json +486 -0
  620. package/test-projects/rails-app/.ai-dev/repo_map.md +117 -0
  621. package/test-projects/rails-app/.ai-dev/schema.json +5 -0
  622. package/test-projects/rails-app/.ai-dev/summary.md +13 -0
  623. package/test-projects/rails-app/.ai-dev/symbols.json +1 -0
  624. package/test-projects/rails-app/.ai-dev/tech_stack.md +32 -0
  625. package/test-projects/rails-app/.ai-dev/tools.json +10 -0
  626. package/test-projects/rails-app/Gemfile +38 -0
  627. package/test-projects/rails-app/README.md +140 -0
  628. package/test-projects/rails-app/Rakefile +8 -0
  629. package/test-projects/rails-app/ai-context/ai_context.md +94 -0
  630. package/test-projects/rails-app/ai-context/ai_rules.md +47 -0
  631. package/test-projects/rails-app/ai-context/architecture.md +49 -0
  632. package/test-projects/rails-app/ai-context/cache.json +193 -0
  633. package/test-projects/rails-app/ai-context/context/features/app.json +24 -0
  634. package/test-projects/rails-app/ai-context/context/features/config.json +13 -0
  635. package/test-projects/rails-app/ai-context/context/flows/application.json +9 -0
  636. package/test-projects/rails-app/ai-context/context/flows/application_.json +9 -0
  637. package/test-projects/rails-app/ai-context/context/flows/comments.json +11 -0
  638. package/test-projects/rails-app/ai-context/context/flows/comments_.json +11 -0
  639. package/test-projects/rails-app/ai-context/context/flows/posts.json +11 -0
  640. package/test-projects/rails-app/ai-context/context/flows/posts_.json +11 -0
  641. package/test-projects/rails-app/ai-context/context/flows/routes.json +9 -0
  642. package/test-projects/rails-app/ai-context/context/flows/users.json +11 -0
  643. package/test-projects/rails-app/ai-context/context/flows/users_.json +11 -0
  644. package/test-projects/rails-app/ai-context/conventions.md +51 -0
  645. package/test-projects/rails-app/ai-context/dependencies.json +6 -0
  646. package/test-projects/rails-app/ai-context/entrypoints.md +4 -0
  647. package/test-projects/rails-app/ai-context/files.json +239 -0
  648. package/test-projects/rails-app/ai-context/graph/knowledge-graph.json +130 -0
  649. package/test-projects/rails-app/ai-context/graph/module-graph.json +27 -0
  650. package/test-projects/rails-app/ai-context/graph/symbol-graph.json +5 -0
  651. package/test-projects/rails-app/ai-context/graph/symbol-references.json +1 -0
  652. package/test-projects/rails-app/ai-context/index-state.json +336 -0
  653. package/test-projects/rails-app/ai-context/index.db +0 -0
  654. package/test-projects/rails-app/ai-context/modules.json +26 -0
  655. package/test-projects/rails-app/ai-context/project.json +22 -0
  656. package/test-projects/rails-app/ai-context/repo_map.json +486 -0
  657. package/test-projects/rails-app/ai-context/repo_map.md +117 -0
  658. package/test-projects/rails-app/ai-context/schema.json +5 -0
  659. package/test-projects/rails-app/ai-context/summary.md +13 -0
  660. package/test-projects/rails-app/ai-context/symbols.json +1 -0
  661. package/test-projects/rails-app/ai-context/tech_stack.md +32 -0
  662. package/test-projects/rails-app/ai-context/tools.json +10 -0
  663. package/test-projects/rails-app/app/controllers/api/comments_controller.rb +75 -0
  664. package/test-projects/rails-app/app/controllers/api/posts_controller.rb +68 -0
  665. package/test-projects/rails-app/app/controllers/api/users_controller.rb +54 -0
  666. package/test-projects/rails-app/app/controllers/application_controller.rb +31 -0
  667. package/test-projects/rails-app/app/models/comment.rb +34 -0
  668. package/test-projects/rails-app/app/models/post.rb +36 -0
  669. package/test-projects/rails-app/app/models/user.rb +28 -0
  670. package/test-projects/rails-app/app/services/post_service.rb +92 -0
  671. package/test-projects/rails-app/app/services/user_service.rb +76 -0
  672. package/test-projects/rails-app/config/application.rb +27 -0
  673. package/test-projects/rails-app/config/environment.rb +7 -0
  674. package/test-projects/rails-app/config/routes.rb +15 -0
  675. package/test-projects/react-app/.ai-dev/ai_context.md +96 -0
  676. package/test-projects/react-app/.ai-dev/ai_rules.md +49 -0
  677. package/test-projects/react-app/.ai-dev/architecture.md +39 -0
  678. package/test-projects/react-app/.ai-dev/cache.json +153 -0
  679. package/test-projects/react-app/.ai-dev/context/features/src.json +18 -0
  680. package/test-projects/react-app/.ai-dev/context/flows/UsersPage.json +14 -0
  681. package/test-projects/react-app/.ai-dev/context/flows/dashboard.json +9 -0
  682. package/test-projects/react-app/.ai-dev/context/flows/login.json +9 -0
  683. package/test-projects/react-app/.ai-dev/context/flows/users.json +9 -0
  684. package/test-projects/react-app/.ai-dev/dependencies.json +128 -0
  685. package/test-projects/react-app/.ai-dev/entrypoints.md +4 -0
  686. package/test-projects/react-app/.ai-dev/files.json +189 -0
  687. package/test-projects/react-app/.ai-dev/graph/knowledge-graph.json +112 -0
  688. package/test-projects/react-app/.ai-dev/graph/module-graph.json +31 -0
  689. package/test-projects/react-app/.ai-dev/graph/symbol-graph.json +868 -0
  690. package/test-projects/react-app/.ai-dev/graph/symbol-references.json +31 -0
  691. package/test-projects/react-app/.ai-dev/index-state.json +266 -0
  692. package/test-projects/react-app/.ai-dev/index.db +0 -0
  693. package/test-projects/react-app/.ai-dev/modules.json +17 -0
  694. package/test-projects/react-app/.ai-dev/project.json +16 -0
  695. package/test-projects/react-app/.ai-dev/repo_map.json +391 -0
  696. package/test-projects/react-app/.ai-dev/repo_map.md +94 -0
  697. package/test-projects/react-app/.ai-dev/schema.json +5 -0
  698. package/test-projects/react-app/.ai-dev/summary.md +13 -0
  699. package/test-projects/react-app/.ai-dev/symbols.json +1 -0
  700. package/test-projects/react-app/.ai-dev/tech_stack.md +39 -0
  701. package/test-projects/react-app/.ai-dev/tools.json +10 -0
  702. package/test-projects/react-app/ai-context/ai_context.md +96 -0
  703. package/test-projects/react-app/ai-context/ai_rules.md +49 -0
  704. package/test-projects/react-app/ai-context/architecture.md +39 -0
  705. package/test-projects/react-app/ai-context/cache.json +153 -0
  706. package/test-projects/react-app/ai-context/context/features/src.json +18 -0
  707. package/test-projects/react-app/ai-context/context/flows/UsersPage.json +14 -0
  708. package/test-projects/react-app/ai-context/context/flows/dashboard.json +9 -0
  709. package/test-projects/react-app/ai-context/context/flows/login.json +9 -0
  710. package/test-projects/react-app/ai-context/context/flows/users.json +9 -0
  711. package/test-projects/react-app/ai-context/conventions.md +52 -0
  712. package/test-projects/react-app/ai-context/dependencies.json +128 -0
  713. package/test-projects/react-app/ai-context/entrypoints.md +4 -0
  714. package/test-projects/react-app/ai-context/files.json +189 -0
  715. package/test-projects/react-app/ai-context/graph/knowledge-graph.json +112 -0
  716. package/test-projects/react-app/ai-context/graph/module-graph.json +31 -0
  717. package/test-projects/react-app/ai-context/graph/symbol-graph.json +868 -0
  718. package/test-projects/react-app/ai-context/graph/symbol-references.json +31 -0
  719. package/test-projects/react-app/ai-context/index-state.json +266 -0
  720. package/test-projects/react-app/ai-context/index.db +0 -0
  721. package/test-projects/react-app/ai-context/modules.json +17 -0
  722. package/test-projects/react-app/ai-context/project.json +16 -0
  723. package/test-projects/react-app/ai-context/repo_map.json +391 -0
  724. package/test-projects/react-app/ai-context/repo_map.md +94 -0
  725. package/test-projects/react-app/ai-context/schema.json +5 -0
  726. package/test-projects/react-app/ai-context/summary.md +13 -0
  727. package/test-projects/react-app/ai-context/symbols.json +1 -0
  728. package/test-projects/react-app/ai-context/tech_stack.md +39 -0
  729. package/test-projects/react-app/ai-context/tools.json +10 -0
  730. package/test-projects/react-app/package.json +16 -0
  731. package/test-projects/react-app/src/App.tsx +21 -0
  732. package/test-projects/react-app/src/context/AuthContext.tsx +41 -0
  733. package/test-projects/react-app/src/hooks/useAuth.ts +10 -0
  734. package/test-projects/react-app/src/main.tsx +10 -0
  735. package/test-projects/react-app/src/pages/DashboardPage.tsx +17 -0
  736. package/test-projects/react-app/src/pages/LoginPage.tsx +41 -0
  737. package/test-projects/react-app/src/pages/UsersPage.tsx +36 -0
  738. package/test-projects/react-app/src/services/userService.ts +37 -0
  739. package/test-projects/salesforce-cli/.ai-dev/ai_context.md +89 -0
  740. package/test-projects/salesforce-cli/.ai-dev/ai_rules.md +47 -0
  741. package/test-projects/salesforce-cli/.ai-dev/architecture.md +39 -0
  742. package/test-projects/salesforce-cli/.ai-dev/cache.json +125 -0
  743. package/test-projects/salesforce-cli/.ai-dev/context/features/force-app.json +14 -0
  744. package/test-projects/salesforce-cli/.ai-dev/context/flows/account.json +9 -0
  745. package/test-projects/salesforce-cli/.ai-dev/context/flows/opportunity.json +9 -0
  746. package/test-projects/salesforce-cli/.ai-dev/conventions.md +51 -0
  747. package/test-projects/salesforce-cli/.ai-dev/dependencies.json +6 -0
  748. package/test-projects/salesforce-cli/.ai-dev/entrypoints.md +4 -0
  749. package/test-projects/salesforce-cli/.ai-dev/files.json +154 -0
  750. package/test-projects/salesforce-cli/.ai-dev/graph/knowledge-graph.json +64 -0
  751. package/test-projects/salesforce-cli/.ai-dev/graph/module-graph.json +13 -0
  752. package/test-projects/salesforce-cli/.ai-dev/graph/symbol-graph.json +148 -0
  753. package/test-projects/salesforce-cli/.ai-dev/graph/symbol-references.json +1 -0
  754. package/test-projects/salesforce-cli/.ai-dev/index-state.json +217 -0
  755. package/test-projects/salesforce-cli/.ai-dev/index.db +0 -0
  756. package/test-projects/salesforce-cli/.ai-dev/modules.json +12 -0
  757. package/test-projects/salesforce-cli/.ai-dev/project.json +14 -0
  758. package/test-projects/salesforce-cli/.ai-dev/repo_map.json +328 -0
  759. package/test-projects/salesforce-cli/.ai-dev/repo_map.md +80 -0
  760. package/test-projects/salesforce-cli/.ai-dev/schema.json +5 -0
  761. package/test-projects/salesforce-cli/.ai-dev/summary.md +13 -0
  762. package/test-projects/salesforce-cli/.ai-dev/symbols.json +1 -0
  763. package/test-projects/salesforce-cli/.ai-dev/tech_stack.md +31 -0
  764. package/test-projects/salesforce-cli/.ai-dev/tools.json +10 -0
  765. package/test-projects/salesforce-cli/.forceignore +27 -0
  766. package/test-projects/salesforce-cli/ai-context/ai_context.md +89 -0
  767. package/test-projects/salesforce-cli/ai-context/ai_rules.md +47 -0
  768. package/test-projects/salesforce-cli/ai-context/architecture.md +39 -0
  769. package/test-projects/salesforce-cli/ai-context/cache.json +125 -0
  770. package/test-projects/salesforce-cli/ai-context/context/features/force-app.json +14 -0
  771. package/test-projects/salesforce-cli/ai-context/context/flows/account.json +9 -0
  772. package/test-projects/salesforce-cli/ai-context/context/flows/opportunity.json +9 -0
  773. package/test-projects/salesforce-cli/ai-context/conventions.md +51 -0
  774. package/test-projects/salesforce-cli/ai-context/dependencies.json +6 -0
  775. package/test-projects/salesforce-cli/ai-context/entrypoints.md +4 -0
  776. package/test-projects/salesforce-cli/ai-context/files.json +154 -0
  777. package/test-projects/salesforce-cli/ai-context/graph/knowledge-graph.json +64 -0
  778. package/test-projects/salesforce-cli/ai-context/graph/module-graph.json +13 -0
  779. package/test-projects/salesforce-cli/ai-context/graph/symbol-graph.json +148 -0
  780. package/test-projects/salesforce-cli/ai-context/graph/symbol-references.json +1 -0
  781. package/test-projects/salesforce-cli/ai-context/index-state.json +217 -0
  782. package/test-projects/salesforce-cli/ai-context/index.db +0 -0
  783. package/test-projects/salesforce-cli/ai-context/modules.json +12 -0
  784. package/test-projects/salesforce-cli/ai-context/project.json +14 -0
  785. package/test-projects/salesforce-cli/ai-context/repo_map.json +328 -0
  786. package/test-projects/salesforce-cli/ai-context/repo_map.md +80 -0
  787. package/test-projects/salesforce-cli/ai-context/schema.json +5 -0
  788. package/test-projects/salesforce-cli/ai-context/summary.md +13 -0
  789. package/test-projects/salesforce-cli/ai-context/symbols.json +1 -0
  790. package/test-projects/salesforce-cli/ai-context/tech_stack.md +31 -0
  791. package/test-projects/salesforce-cli/ai-context/tools.json +10 -0
  792. package/test-projects/salesforce-cli/force-app/main/default/classes/AccountController.cls +24 -0
  793. package/test-projects/salesforce-cli/force-app/main/default/classes/OpportunityController.cls +25 -0
  794. package/test-projects/salesforce-cli/force-app/main/default/objects/Project__c.object.xml +45 -0
  795. package/test-projects/salesforce-cli/force-app/main/default/triggers/AccountTrigger.trigger +33 -0
  796. package/test-projects/salesforce-cli/sfdx-project.json +11 -0
  797. package/test-projects/spring-boot-app/.ai-dev/ai_context.md +91 -0
  798. package/test-projects/spring-boot-app/.ai-dev/ai_rules.md +48 -0
  799. package/test-projects/spring-boot-app/.ai-dev/architecture.md +39 -0
  800. package/test-projects/spring-boot-app/.ai-dev/cache.json +173 -0
  801. package/test-projects/spring-boot-app/.ai-dev/context/features/src.json +26 -0
  802. package/test-projects/spring-boot-app/.ai-dev/context/flows/PostController.json +19 -0
  803. package/test-projects/spring-boot-app/.ai-dev/context/flows/UserController.json +19 -0
  804. package/test-projects/spring-boot-app/.ai-dev/context/flows/comment.json +11 -0
  805. package/test-projects/spring-boot-app/.ai-dev/context/flows/post.json +14 -0
  806. package/test-projects/spring-boot-app/.ai-dev/context/flows/user.json +14 -0
  807. package/test-projects/spring-boot-app/.ai-dev/conventions.md +52 -0
  808. package/test-projects/spring-boot-app/.ai-dev/dependencies.json +326 -0
  809. package/test-projects/spring-boot-app/.ai-dev/entrypoints.md +4 -0
  810. package/test-projects/spring-boot-app/.ai-dev/files.json +214 -0
  811. package/test-projects/spring-boot-app/.ai-dev/graph/knowledge-graph.json +231 -0
  812. package/test-projects/spring-boot-app/.ai-dev/graph/module-graph.json +22 -0
  813. package/test-projects/spring-boot-app/.ai-dev/graph/symbol-graph.json +794 -0
  814. package/test-projects/spring-boot-app/.ai-dev/graph/symbol-references.json +70 -0
  815. package/test-projects/spring-boot-app/.ai-dev/index-state.json +301 -0
  816. package/test-projects/spring-boot-app/.ai-dev/index.db +0 -0
  817. package/test-projects/spring-boot-app/.ai-dev/modules.json +21 -0
  818. package/test-projects/spring-boot-app/.ai-dev/project.json +17 -0
  819. package/test-projects/spring-boot-app/.ai-dev/repo_map.json +461 -0
  820. package/test-projects/spring-boot-app/.ai-dev/repo_map.md +109 -0
  821. package/test-projects/spring-boot-app/.ai-dev/schema.json +5 -0
  822. package/test-projects/spring-boot-app/.ai-dev/summary.md +12 -0
  823. package/test-projects/spring-boot-app/.ai-dev/symbols.json +1 -0
  824. package/test-projects/spring-boot-app/.ai-dev/tech_stack.md +32 -0
  825. package/test-projects/spring-boot-app/.ai-dev/tools.json +10 -0
  826. package/test-projects/spring-boot-app/.classpath +57 -0
  827. package/test-projects/spring-boot-app/.factorypath +69 -0
  828. package/test-projects/spring-boot-app/.project +34 -0
  829. package/test-projects/spring-boot-app/.settings/org.eclipse.core.resources.prefs +4 -0
  830. package/test-projects/spring-boot-app/.settings/org.eclipse.jdt.apt.core.prefs +4 -0
  831. package/test-projects/spring-boot-app/.settings/org.eclipse.jdt.core.prefs +10 -0
  832. package/test-projects/spring-boot-app/.settings/org.eclipse.m2e.core.prefs +4 -0
  833. package/test-projects/spring-boot-app/README.md +122 -0
  834. package/test-projects/spring-boot-app/ai-context/ai_context.md +91 -0
  835. package/test-projects/spring-boot-app/ai-context/ai_rules.md +48 -0
  836. package/test-projects/spring-boot-app/ai-context/architecture.md +39 -0
  837. package/test-projects/spring-boot-app/ai-context/cache.json +173 -0
  838. package/test-projects/spring-boot-app/ai-context/context/features/src.json +26 -0
  839. package/test-projects/spring-boot-app/ai-context/context/flows/PostController.json +19 -0
  840. package/test-projects/spring-boot-app/ai-context/context/flows/UserController.json +19 -0
  841. package/test-projects/spring-boot-app/ai-context/context/flows/comment.json +11 -0
  842. package/test-projects/spring-boot-app/ai-context/context/flows/post.json +14 -0
  843. package/test-projects/spring-boot-app/ai-context/context/flows/user.json +14 -0
  844. package/test-projects/spring-boot-app/ai-context/conventions.md +52 -0
  845. package/test-projects/spring-boot-app/ai-context/dependencies.json +326 -0
  846. package/test-projects/spring-boot-app/ai-context/entrypoints.md +4 -0
  847. package/test-projects/spring-boot-app/ai-context/files.json +214 -0
  848. package/test-projects/spring-boot-app/ai-context/graph/knowledge-graph.json +231 -0
  849. package/test-projects/spring-boot-app/ai-context/graph/module-graph.json +22 -0
  850. package/test-projects/spring-boot-app/ai-context/graph/symbol-graph.json +794 -0
  851. package/test-projects/spring-boot-app/ai-context/graph/symbol-references.json +70 -0
  852. package/test-projects/spring-boot-app/ai-context/index-state.json +301 -0
  853. package/test-projects/spring-boot-app/ai-context/index.db +0 -0
  854. package/test-projects/spring-boot-app/ai-context/modules.json +21 -0
  855. package/test-projects/spring-boot-app/ai-context/project.json +17 -0
  856. package/test-projects/spring-boot-app/ai-context/repo_map.json +461 -0
  857. package/test-projects/spring-boot-app/ai-context/repo_map.md +109 -0
  858. package/test-projects/spring-boot-app/ai-context/schema.json +5 -0
  859. package/test-projects/spring-boot-app/ai-context/summary.md +12 -0
  860. package/test-projects/spring-boot-app/ai-context/symbols.json +1 -0
  861. package/test-projects/spring-boot-app/ai-context/tech_stack.md +32 -0
  862. package/test-projects/spring-boot-app/ai-context/tools.json +10 -0
  863. package/test-projects/spring-boot-app/pom.xml +79 -0
  864. package/test-projects/spring-boot-app/src/main/java/com/example/demo/DemoApplication.java +12 -0
  865. package/test-projects/spring-boot-app/src/main/java/com/example/demo/controllers/CommentController.java +89 -0
  866. package/test-projects/spring-boot-app/src/main/java/com/example/demo/controllers/PostController.java +92 -0
  867. package/test-projects/spring-boot-app/src/main/java/com/example/demo/controllers/UserController.java +84 -0
  868. package/test-projects/spring-boot-app/src/main/java/com/example/demo/models/Comment.java +38 -0
  869. package/test-projects/spring-boot-app/src/main/java/com/example/demo/models/Post.java +56 -0
  870. package/test-projects/spring-boot-app/src/main/java/com/example/demo/models/User.java +44 -0
  871. package/test-projects/spring-boot-app/src/main/java/com/example/demo/repositories/CommentRepository.java +21 -0
  872. package/test-projects/spring-boot-app/src/main/java/com/example/demo/repositories/PostRepository.java +18 -0
  873. package/test-projects/spring-boot-app/src/main/java/com/example/demo/repositories/UserRepository.java +15 -0
  874. package/test-projects/spring-boot-app/src/main/java/com/example/demo/services/PostService.java +83 -0
  875. package/test-projects/spring-boot-app/src/main/java/com/example/demo/services/UserService.java +62 -0
  876. package/test-projects/spring-boot-app/src/main/resources/application.properties +22 -0
  877. package/test-projects/spring-boot-app/target/classes/com/example/demo/DemoApplication.class +0 -0
  878. package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/CommentController$CommentCreateRequest.class +0 -0
  879. package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/CommentController$CommentUpdateRequest.class +0 -0
  880. package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/CommentController.class +0 -0
  881. package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/PostController$PostCreateRequest.class +0 -0
  882. package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/PostController$PostUpdateRequest.class +0 -0
  883. package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/PostController.class +0 -0
  884. package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/UserController$UserCreateRequest.class +0 -0
  885. package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/UserController$UserUpdateRequest.class +0 -0
  886. package/test-projects/spring-boot-app/target/classes/com/example/demo/controllers/UserController.class +0 -0
  887. package/test-projects/spring-boot-app/target/classes/com/example/demo/models/Comment.class +0 -0
  888. package/test-projects/spring-boot-app/target/classes/com/example/demo/models/Post.class +0 -0
  889. package/test-projects/spring-boot-app/target/classes/com/example/demo/models/User.class +0 -0
  890. package/test-projects/spring-boot-app/target/classes/com/example/demo/repositories/CommentRepository.class +0 -0
  891. package/test-projects/spring-boot-app/target/classes/com/example/demo/repositories/PostRepository.class +0 -0
  892. package/test-projects/spring-boot-app/target/classes/com/example/demo/repositories/UserRepository.class +0 -0
  893. package/test-projects/spring-boot-app/target/classes/com/example/demo/services/PostService.class +0 -0
  894. package/test-projects/spring-boot-app/target/classes/com/example/demo/services/UserService.class +0 -0
  895. package/test_adapters.mjs +87 -0
  896. package/tests/e2e/README.md +85 -0
  897. package/tests/e2e/run-e2e.sh +88 -0
  898. package/tests/phase2-fixes.test.ts +200 -0
  899. package/tests/semanticContexts.test.ts +23 -25
  900. package/ai/cache.json +0 -329
  901. package/ai/dependencies.json +0 -307
  902. package/ai/files.json +0 -1253
  903. package/ai/graph/module-graph.json +0 -119
  904. package/ai/graph/symbol-graph.json +0 -52738
  905. package/ai/graph/symbol-references.json +0 -1810
  906. package/ai/hierarchy.json +0 -28
  907. package/ai/index-state.json +0 -931
  908. package/ai/index.db +0 -0
  909. package/ai/modules.json +0 -73
  910. package/ai/repo-map.json +0 -833
  911. package/ai/repo_map.json +0 -833
  912. package/ai/repo_map.md +0 -211
  913. package/ai/summary.md +0 -23
  914. /package/{ai → .ai-dev}/ccp/jira-123/context.json +0 -0
  915. /package/{ai → .ai-dev}/context/repo.json +0 -0
  916. /package/{ai → .ai-dev}/context/utils.json +0 -0
  917. /package/{ai → .ai-dev}/embeddings.json +0 -0
  918. /package/{ai → .ai-dev}/git/commit-activity.json +0 -0
  919. /package/{ai → .ai-dev}/git/recent-features.json +0 -0
  920. /package/{ai → .ai-dev}/git/recent-files.json +0 -0
  921. /package/{ai → .ai-dev}/git/recent-flows.json +0 -0
  922. /package/{ai/symbols.json → ai-context/git/recent-features.json} +0 -0
  923. /package/{ai → test-projects/react-app/.ai-dev}/conventions.md +0 -0
@@ -0,0 +1,1448 @@
1
+ {
2
+ "symbols": [
3
+ {
4
+ "id": "app/__init__.py#create_app",
5
+ "name": "create_app",
6
+ "type": "function",
7
+ "file": "app/__init__.py",
8
+ "line": 14,
9
+ "export": true
10
+ },
11
+ {
12
+ "id": "app/api/routes.py#api_get_posts",
13
+ "name": "api_get_posts",
14
+ "type": "function",
15
+ "file": "app/api/routes.py",
16
+ "line": 11,
17
+ "export": true
18
+ },
19
+ {
20
+ "id": "app/api/routes.py#api_get_post",
21
+ "name": "api_get_post",
22
+ "type": "function",
23
+ "file": "app/api/routes.py",
24
+ "line": 62,
25
+ "export": true
26
+ },
27
+ {
28
+ "id": "app/api/routes.py#api_get_categories",
29
+ "name": "api_get_categories",
30
+ "type": "function",
31
+ "file": "app/api/routes.py",
32
+ "line": 87,
33
+ "export": true
34
+ },
35
+ {
36
+ "id": "app/api/routes.py#api_get_tags",
37
+ "name": "api_get_tags",
38
+ "type": "function",
39
+ "file": "app/api/routes.py",
40
+ "line": 107,
41
+ "export": true
42
+ },
43
+ {
44
+ "id": "app/auth/forms.py#LoginForm",
45
+ "name": "LoginForm",
46
+ "type": "class",
47
+ "file": "app/auth/forms.py",
48
+ "line": 9,
49
+ "export": true
50
+ },
51
+ {
52
+ "id": "app/auth/forms.py#RegistrationForm",
53
+ "name": "RegistrationForm",
54
+ "type": "class",
55
+ "file": "app/auth/forms.py",
56
+ "line": 18,
57
+ "export": true
58
+ },
59
+ {
60
+ "id": "app/auth/forms.py#validate_username",
61
+ "name": "validate_username",
62
+ "type": "function",
63
+ "file": "app/auth/forms.py",
64
+ "line": 42,
65
+ "export": true
66
+ },
67
+ {
68
+ "id": "app/auth/forms.py#validate_email",
69
+ "name": "validate_email",
70
+ "type": "function",
71
+ "file": "app/auth/forms.py",
72
+ "line": 48,
73
+ "export": true
74
+ },
75
+ {
76
+ "id": "app/auth/routes.py#login",
77
+ "name": "login",
78
+ "type": "function",
79
+ "file": "app/auth/routes.py",
80
+ "line": 14,
81
+ "export": true
82
+ },
83
+ {
84
+ "id": "app/auth/routes.py#logout",
85
+ "name": "logout",
86
+ "type": "function",
87
+ "file": "app/auth/routes.py",
88
+ "line": 36,
89
+ "export": true
90
+ },
91
+ {
92
+ "id": "app/auth/routes.py#register",
93
+ "name": "register",
94
+ "type": "function",
95
+ "file": "app/auth/routes.py",
96
+ "line": 43,
97
+ "export": true
98
+ },
99
+ {
100
+ "id": "app/auth/routes.py#profile",
101
+ "name": "profile",
102
+ "type": "function",
103
+ "file": "app/auth/routes.py",
104
+ "line": 66,
105
+ "export": true
106
+ },
107
+ {
108
+ "id": "app/blog/forms.py#PostForm",
109
+ "name": "PostForm",
110
+ "type": "class",
111
+ "file": "app/blog/forms.py",
112
+ "line": 8,
113
+ "export": true
114
+ },
115
+ {
116
+ "id": "app/blog/forms.py#__init__",
117
+ "name": "__init__",
118
+ "type": "function",
119
+ "file": "app/blog/forms.py",
120
+ "line": 19,
121
+ "export": true
122
+ },
123
+ {
124
+ "id": "app/blog/forms.py#CommentForm",
125
+ "name": "CommentForm",
126
+ "type": "class",
127
+ "file": "app/blog/forms.py",
128
+ "line": 29,
129
+ "export": true
130
+ },
131
+ {
132
+ "id": "app/blog/routes.py#generate_slug",
133
+ "name": "generate_slug",
134
+ "type": "function",
135
+ "file": "app/blog/routes.py",
136
+ "line": 12,
137
+ "export": true
138
+ },
139
+ {
140
+ "id": "app/blog/routes.py#create_post",
141
+ "name": "create_post",
142
+ "type": "function",
143
+ "file": "app/blog/routes.py",
144
+ "line": 23,
145
+ "export": true
146
+ },
147
+ {
148
+ "id": "app/blog/routes.py#edit_post",
149
+ "name": "edit_post",
150
+ "type": "function",
151
+ "file": "app/blog/routes.py",
152
+ "line": 65,
153
+ "export": true
154
+ },
155
+ {
156
+ "id": "app/blog/routes.py#delete_post",
157
+ "name": "delete_post",
158
+ "type": "function",
159
+ "file": "app/blog/routes.py",
160
+ "line": 95,
161
+ "export": true
162
+ },
163
+ {
164
+ "id": "app/blog/routes.py#post",
165
+ "name": "post",
166
+ "type": "function",
167
+ "file": "app/blog/routes.py",
168
+ "line": 110,
169
+ "export": true
170
+ },
171
+ {
172
+ "id": "app/blog/routes.py#add_comment",
173
+ "name": "add_comment",
174
+ "type": "function",
175
+ "file": "app/blog/routes.py",
176
+ "line": 127,
177
+ "export": true
178
+ },
179
+ {
180
+ "id": "app/main/routes.py#index",
181
+ "name": "index",
182
+ "type": "function",
183
+ "file": "app/main/routes.py",
184
+ "line": 11,
185
+ "export": true
186
+ },
187
+ {
188
+ "id": "app/main/routes.py#about",
189
+ "name": "about",
190
+ "type": "function",
191
+ "file": "app/main/routes.py",
192
+ "line": 25,
193
+ "export": true
194
+ },
195
+ {
196
+ "id": "app/main/routes.py#post",
197
+ "name": "post",
198
+ "type": "function",
199
+ "file": "app/main/routes.py",
200
+ "line": 31,
201
+ "export": true
202
+ },
203
+ {
204
+ "id": "app/main/routes.py#category",
205
+ "name": "category",
206
+ "type": "function",
207
+ "file": "app/main/routes.py",
208
+ "line": 39,
209
+ "export": true
210
+ },
211
+ {
212
+ "id": "app/main/routes.py#tag",
213
+ "name": "tag",
214
+ "type": "function",
215
+ "file": "app/main/routes.py",
216
+ "line": 54,
217
+ "export": true
218
+ },
219
+ {
220
+ "id": "app/main/routes.py#search",
221
+ "name": "search",
222
+ "type": "function",
223
+ "file": "app/main/routes.py",
224
+ "line": 69,
225
+ "export": true
226
+ },
227
+ {
228
+ "id": "app/models.py#User",
229
+ "name": "User",
230
+ "type": "class",
231
+ "file": "app/models.py",
232
+ "line": 9,
233
+ "export": true
234
+ },
235
+ {
236
+ "id": "app/models.py#set_password",
237
+ "name": "set_password",
238
+ "type": "function",
239
+ "file": "app/models.py",
240
+ "line": 36,
241
+ "export": true
242
+ },
243
+ {
244
+ "id": "app/models.py#check_password",
245
+ "name": "check_password",
246
+ "type": "function",
247
+ "file": "app/models.py",
248
+ "line": 40,
249
+ "export": true
250
+ },
251
+ {
252
+ "id": "app/models.py#update_last_seen",
253
+ "name": "update_last_seen",
254
+ "type": "function",
255
+ "file": "app/models.py",
256
+ "line": 44,
257
+ "export": true
258
+ },
259
+ {
260
+ "id": "app/models.py#__repr__",
261
+ "name": "__repr__",
262
+ "type": "function",
263
+ "file": "app/models.py",
264
+ "line": 49,
265
+ "export": true
266
+ },
267
+ {
268
+ "id": "app/models.py#Post",
269
+ "name": "Post",
270
+ "type": "class",
271
+ "file": "app/models.py",
272
+ "line": 53,
273
+ "export": true
274
+ },
275
+ {
276
+ "id": "app/models.py#__repr__",
277
+ "name": "__repr__",
278
+ "type": "function",
279
+ "file": "app/models.py",
280
+ "line": 83,
281
+ "export": true
282
+ },
283
+ {
284
+ "id": "app/models.py#publish",
285
+ "name": "publish",
286
+ "type": "function",
287
+ "file": "app/models.py",
288
+ "line": 86,
289
+ "export": true
290
+ },
291
+ {
292
+ "id": "app/models.py#unpublish",
293
+ "name": "unpublish",
294
+ "type": "function",
295
+ "file": "app/models.py",
296
+ "line": 92,
297
+ "export": true
298
+ },
299
+ {
300
+ "id": "app/models.py#increment_view",
301
+ "name": "increment_view",
302
+ "type": "function",
303
+ "file": "app/models.py",
304
+ "line": 98,
305
+ "export": true
306
+ },
307
+ {
308
+ "id": "app/models.py#Comment",
309
+ "name": "Comment",
310
+ "type": "class",
311
+ "file": "app/models.py",
312
+ "line": 104,
313
+ "export": true
314
+ },
315
+ {
316
+ "id": "app/models.py#__repr__",
317
+ "name": "__repr__",
318
+ "type": "function",
319
+ "file": "app/models.py",
320
+ "line": 130,
321
+ "export": true
322
+ },
323
+ {
324
+ "id": "app/models.py#Category",
325
+ "name": "Category",
326
+ "type": "class",
327
+ "file": "app/models.py",
328
+ "line": 134,
329
+ "export": true
330
+ },
331
+ {
332
+ "id": "app/models.py#__repr__",
333
+ "name": "__repr__",
334
+ "type": "function",
335
+ "file": "app/models.py",
336
+ "line": 148,
337
+ "export": true
338
+ },
339
+ {
340
+ "id": "app/models.py#Tag",
341
+ "name": "Tag",
342
+ "type": "class",
343
+ "file": "app/models.py",
344
+ "line": 152,
345
+ "export": true
346
+ },
347
+ {
348
+ "id": "app/models.py#__repr__",
349
+ "name": "__repr__",
350
+ "type": "function",
351
+ "file": "app/models.py",
352
+ "line": 162,
353
+ "export": true
354
+ },
355
+ {
356
+ "id": "app/models.py#load_user",
357
+ "name": "load_user",
358
+ "type": "function",
359
+ "file": "app/models.py",
360
+ "line": 175,
361
+ "export": true
362
+ },
363
+ {
364
+ "id": "config.py#Config",
365
+ "name": "Config",
366
+ "type": "class",
367
+ "file": "config.py",
368
+ "line": 10,
369
+ "export": true
370
+ },
371
+ {
372
+ "id": "config.py#SECRET_KEY",
373
+ "name": "SECRET_KEY",
374
+ "type": "const",
375
+ "file": "config.py",
376
+ "line": 13
377
+ },
378
+ {
379
+ "id": "config.py#SQLALCHEMY_DATABASE_URI",
380
+ "name": "SQLALCHEMY_DATABASE_URI",
381
+ "type": "const",
382
+ "file": "config.py",
383
+ "line": 14
384
+ },
385
+ {
386
+ "id": "config.py#SQLALCHEMY_TRACK_MODIFICATIONS",
387
+ "name": "SQLALCHEMY_TRACK_MODIFICATIONS",
388
+ "type": "const",
389
+ "file": "config.py",
390
+ "line": 17
391
+ },
392
+ {
393
+ "id": "config.py#MAIL_SERVER",
394
+ "name": "MAIL_SERVER",
395
+ "type": "const",
396
+ "file": "config.py",
397
+ "line": 20
398
+ },
399
+ {
400
+ "id": "config.py#MAIL_PORT",
401
+ "name": "MAIL_PORT",
402
+ "type": "const",
403
+ "file": "config.py",
404
+ "line": 21
405
+ },
406
+ {
407
+ "id": "config.py#MAIL_USE_TLS",
408
+ "name": "MAIL_USE_TLS",
409
+ "type": "const",
410
+ "file": "config.py",
411
+ "line": 22
412
+ },
413
+ {
414
+ "id": "config.py#MAIL_USERNAME",
415
+ "name": "MAIL_USERNAME",
416
+ "type": "const",
417
+ "file": "config.py",
418
+ "line": 27
419
+ },
420
+ {
421
+ "id": "config.py#MAIL_PASSWORD",
422
+ "name": "MAIL_PASSWORD",
423
+ "type": "const",
424
+ "file": "config.py",
425
+ "line": 28
426
+ },
427
+ {
428
+ "id": "config.py#POSTS_PER_PAGE",
429
+ "name": "POSTS_PER_PAGE",
430
+ "type": "const",
431
+ "file": "config.py",
432
+ "line": 31
433
+ },
434
+ {
435
+ "id": "config.py#init_app",
436
+ "name": "init_app",
437
+ "type": "function",
438
+ "file": "config.py",
439
+ "line": 34,
440
+ "export": true
441
+ },
442
+ {
443
+ "id": "config.py#DevelopmentConfig",
444
+ "name": "DevelopmentConfig",
445
+ "type": "class",
446
+ "file": "config.py",
447
+ "line": 39,
448
+ "export": true
449
+ },
450
+ {
451
+ "id": "config.py#DEBUG",
452
+ "name": "DEBUG",
453
+ "type": "const",
454
+ "file": "config.py",
455
+ "line": 42
456
+ },
457
+ {
458
+ "id": "config.py#TestingConfig",
459
+ "name": "TestingConfig",
460
+ "type": "class",
461
+ "file": "config.py",
462
+ "line": 45,
463
+ "export": true
464
+ },
465
+ {
466
+ "id": "config.py#TESTING",
467
+ "name": "TESTING",
468
+ "type": "const",
469
+ "file": "config.py",
470
+ "line": 48
471
+ },
472
+ {
473
+ "id": "config.py#SQLALCHEMY_DATABASE_URI",
474
+ "name": "SQLALCHEMY_DATABASE_URI",
475
+ "type": "const",
476
+ "file": "config.py",
477
+ "line": 49
478
+ },
479
+ {
480
+ "id": "config.py#WTF_CSRF_ENABLED",
481
+ "name": "WTF_CSRF_ENABLED",
482
+ "type": "const",
483
+ "file": "config.py",
484
+ "line": 50
485
+ },
486
+ {
487
+ "id": "config.py#ProductionConfig",
488
+ "name": "ProductionConfig",
489
+ "type": "class",
490
+ "file": "config.py",
491
+ "line": 53,
492
+ "export": true
493
+ },
494
+ {
495
+ "id": "config.py#DEBUG",
496
+ "name": "DEBUG",
497
+ "type": "const",
498
+ "file": "config.py",
499
+ "line": 56
500
+ }
501
+ ],
502
+ "relationships": [
503
+ {
504
+ "symbolId": "app/__init__.py#create_app",
505
+ "targetId": "config.py#Config",
506
+ "type": "imports"
507
+ },
508
+ {
509
+ "symbolId": "app/api/routes.py#api_get_posts",
510
+ "targetId": "app/models.py#User",
511
+ "type": "imports"
512
+ },
513
+ {
514
+ "symbolId": "app/api/routes.py#api_get_post",
515
+ "targetId": "app/models.py#User",
516
+ "type": "imports"
517
+ },
518
+ {
519
+ "symbolId": "app/api/routes.py#api_get_categories",
520
+ "targetId": "app/models.py#User",
521
+ "type": "imports"
522
+ },
523
+ {
524
+ "symbolId": "app/api/routes.py#api_get_tags",
525
+ "targetId": "app/models.py#User",
526
+ "type": "imports"
527
+ },
528
+ {
529
+ "symbolId": "app/auth/forms.py#LoginForm",
530
+ "targetId": "app/models.py#User",
531
+ "type": "imports"
532
+ },
533
+ {
534
+ "symbolId": "app/auth/forms.py#RegistrationForm",
535
+ "targetId": "app/models.py#User",
536
+ "type": "imports"
537
+ },
538
+ {
539
+ "symbolId": "app/auth/forms.py#validate_username",
540
+ "targetId": "app/models.py#User",
541
+ "type": "imports"
542
+ },
543
+ {
544
+ "symbolId": "app/auth/forms.py#validate_email",
545
+ "targetId": "app/models.py#User",
546
+ "type": "imports"
547
+ },
548
+ {
549
+ "symbolId": "app/auth/routes.py#login",
550
+ "targetId": "app/models.py#User",
551
+ "type": "imports"
552
+ },
553
+ {
554
+ "symbolId": "app/auth/routes.py#logout",
555
+ "targetId": "app/models.py#User",
556
+ "type": "imports"
557
+ },
558
+ {
559
+ "symbolId": "app/auth/routes.py#register",
560
+ "targetId": "app/models.py#User",
561
+ "type": "imports"
562
+ },
563
+ {
564
+ "symbolId": "app/auth/routes.py#profile",
565
+ "targetId": "app/models.py#User",
566
+ "type": "imports"
567
+ },
568
+ {
569
+ "symbolId": "app/auth/routes.py#login",
570
+ "targetId": "app/auth/forms.py#LoginForm",
571
+ "type": "imports"
572
+ },
573
+ {
574
+ "symbolId": "app/auth/routes.py#logout",
575
+ "targetId": "app/auth/forms.py#LoginForm",
576
+ "type": "imports"
577
+ },
578
+ {
579
+ "symbolId": "app/auth/routes.py#register",
580
+ "targetId": "app/auth/forms.py#LoginForm",
581
+ "type": "imports"
582
+ },
583
+ {
584
+ "symbolId": "app/auth/routes.py#profile",
585
+ "targetId": "app/auth/forms.py#LoginForm",
586
+ "type": "imports"
587
+ },
588
+ {
589
+ "symbolId": "app/blog/routes.py#generate_slug",
590
+ "targetId": "app/models.py#User",
591
+ "type": "imports"
592
+ },
593
+ {
594
+ "symbolId": "app/blog/routes.py#create_post",
595
+ "targetId": "app/models.py#User",
596
+ "type": "imports"
597
+ },
598
+ {
599
+ "symbolId": "app/blog/routes.py#edit_post",
600
+ "targetId": "app/models.py#User",
601
+ "type": "imports"
602
+ },
603
+ {
604
+ "symbolId": "app/blog/routes.py#delete_post",
605
+ "targetId": "app/models.py#User",
606
+ "type": "imports"
607
+ },
608
+ {
609
+ "symbolId": "app/blog/routes.py#post",
610
+ "targetId": "app/models.py#User",
611
+ "type": "imports"
612
+ },
613
+ {
614
+ "symbolId": "app/blog/routes.py#add_comment",
615
+ "targetId": "app/models.py#User",
616
+ "type": "imports"
617
+ },
618
+ {
619
+ "symbolId": "app/blog/routes.py#generate_slug",
620
+ "targetId": "app/blog/forms.py#PostForm",
621
+ "type": "imports"
622
+ },
623
+ {
624
+ "symbolId": "app/blog/routes.py#create_post",
625
+ "targetId": "app/blog/forms.py#PostForm",
626
+ "type": "imports"
627
+ },
628
+ {
629
+ "symbolId": "app/blog/routes.py#edit_post",
630
+ "targetId": "app/blog/forms.py#PostForm",
631
+ "type": "imports"
632
+ },
633
+ {
634
+ "symbolId": "app/blog/routes.py#delete_post",
635
+ "targetId": "app/blog/forms.py#PostForm",
636
+ "type": "imports"
637
+ },
638
+ {
639
+ "symbolId": "app/blog/routes.py#post",
640
+ "targetId": "app/blog/forms.py#PostForm",
641
+ "type": "imports"
642
+ },
643
+ {
644
+ "symbolId": "app/blog/routes.py#add_comment",
645
+ "targetId": "app/blog/forms.py#PostForm",
646
+ "type": "imports"
647
+ },
648
+ {
649
+ "symbolId": "app/main/routes.py#index",
650
+ "targetId": "app/models.py#User",
651
+ "type": "imports"
652
+ },
653
+ {
654
+ "symbolId": "app/main/routes.py#about",
655
+ "targetId": "app/models.py#User",
656
+ "type": "imports"
657
+ },
658
+ {
659
+ "symbolId": "app/main/routes.py#post",
660
+ "targetId": "app/models.py#User",
661
+ "type": "imports"
662
+ },
663
+ {
664
+ "symbolId": "app/main/routes.py#category",
665
+ "targetId": "app/models.py#User",
666
+ "type": "imports"
667
+ },
668
+ {
669
+ "symbolId": "app/main/routes.py#tag",
670
+ "targetId": "app/models.py#User",
671
+ "type": "imports"
672
+ },
673
+ {
674
+ "symbolId": "app/main/routes.py#search",
675
+ "targetId": "app/models.py#User",
676
+ "type": "imports"
677
+ },
678
+ {
679
+ "symbolId": "app/__init__.py#create_app",
680
+ "targetId": "app/__init__.py#create_app",
681
+ "type": "exports"
682
+ },
683
+ {
684
+ "symbolId": "app/api/routes.py#api_get_posts",
685
+ "targetId": "app/api/routes.py#api_get_posts",
686
+ "type": "exports"
687
+ },
688
+ {
689
+ "symbolId": "app/api/routes.py#api_get_post",
690
+ "targetId": "app/api/routes.py#api_get_post",
691
+ "type": "exports"
692
+ },
693
+ {
694
+ "symbolId": "app/api/routes.py#api_get_categories",
695
+ "targetId": "app/api/routes.py#api_get_categories",
696
+ "type": "exports"
697
+ },
698
+ {
699
+ "symbolId": "app/api/routes.py#api_get_tags",
700
+ "targetId": "app/api/routes.py#api_get_tags",
701
+ "type": "exports"
702
+ },
703
+ {
704
+ "symbolId": "app/auth/forms.py#LoginForm",
705
+ "targetId": "app/auth/forms.py#LoginForm",
706
+ "type": "exports"
707
+ },
708
+ {
709
+ "symbolId": "app/auth/forms.py#RegistrationForm",
710
+ "targetId": "app/auth/forms.py#RegistrationForm",
711
+ "type": "exports"
712
+ },
713
+ {
714
+ "symbolId": "app/auth/forms.py#validate_username",
715
+ "targetId": "app/auth/forms.py#validate_username",
716
+ "type": "exports"
717
+ },
718
+ {
719
+ "symbolId": "app/auth/forms.py#validate_email",
720
+ "targetId": "app/auth/forms.py#validate_email",
721
+ "type": "exports"
722
+ },
723
+ {
724
+ "symbolId": "app/auth/routes.py#login",
725
+ "targetId": "app/auth/routes.py#login",
726
+ "type": "exports"
727
+ },
728
+ {
729
+ "symbolId": "app/auth/routes.py#logout",
730
+ "targetId": "app/auth/routes.py#logout",
731
+ "type": "exports"
732
+ },
733
+ {
734
+ "symbolId": "app/auth/routes.py#register",
735
+ "targetId": "app/auth/routes.py#register",
736
+ "type": "exports"
737
+ },
738
+ {
739
+ "symbolId": "app/auth/routes.py#profile",
740
+ "targetId": "app/auth/routes.py#profile",
741
+ "type": "exports"
742
+ },
743
+ {
744
+ "symbolId": "app/blog/forms.py#PostForm",
745
+ "targetId": "app/blog/forms.py#PostForm",
746
+ "type": "exports"
747
+ },
748
+ {
749
+ "symbolId": "app/blog/forms.py#__init__",
750
+ "targetId": "app/blog/forms.py#__init__",
751
+ "type": "exports"
752
+ },
753
+ {
754
+ "symbolId": "app/blog/forms.py#CommentForm",
755
+ "targetId": "app/blog/forms.py#CommentForm",
756
+ "type": "exports"
757
+ },
758
+ {
759
+ "symbolId": "app/blog/routes.py#generate_slug",
760
+ "targetId": "app/blog/routes.py#generate_slug",
761
+ "type": "exports"
762
+ },
763
+ {
764
+ "symbolId": "app/blog/routes.py#create_post",
765
+ "targetId": "app/blog/routes.py#create_post",
766
+ "type": "exports"
767
+ },
768
+ {
769
+ "symbolId": "app/blog/routes.py#edit_post",
770
+ "targetId": "app/blog/routes.py#edit_post",
771
+ "type": "exports"
772
+ },
773
+ {
774
+ "symbolId": "app/blog/routes.py#delete_post",
775
+ "targetId": "app/blog/routes.py#delete_post",
776
+ "type": "exports"
777
+ },
778
+ {
779
+ "symbolId": "app/blog/routes.py#post",
780
+ "targetId": "app/blog/routes.py#post",
781
+ "type": "exports"
782
+ },
783
+ {
784
+ "symbolId": "app/blog/routes.py#add_comment",
785
+ "targetId": "app/blog/routes.py#add_comment",
786
+ "type": "exports"
787
+ },
788
+ {
789
+ "symbolId": "app/main/routes.py#index",
790
+ "targetId": "app/main/routes.py#index",
791
+ "type": "exports"
792
+ },
793
+ {
794
+ "symbolId": "app/main/routes.py#about",
795
+ "targetId": "app/main/routes.py#about",
796
+ "type": "exports"
797
+ },
798
+ {
799
+ "symbolId": "app/main/routes.py#post",
800
+ "targetId": "app/main/routes.py#post",
801
+ "type": "exports"
802
+ },
803
+ {
804
+ "symbolId": "app/main/routes.py#category",
805
+ "targetId": "app/main/routes.py#category",
806
+ "type": "exports"
807
+ },
808
+ {
809
+ "symbolId": "app/main/routes.py#tag",
810
+ "targetId": "app/main/routes.py#tag",
811
+ "type": "exports"
812
+ },
813
+ {
814
+ "symbolId": "app/main/routes.py#search",
815
+ "targetId": "app/main/routes.py#search",
816
+ "type": "exports"
817
+ },
818
+ {
819
+ "symbolId": "app/models.py#User",
820
+ "targetId": "app/models.py#User",
821
+ "type": "exports"
822
+ },
823
+ {
824
+ "symbolId": "app/models.py#set_password",
825
+ "targetId": "app/models.py#set_password",
826
+ "type": "exports"
827
+ },
828
+ {
829
+ "symbolId": "app/models.py#check_password",
830
+ "targetId": "app/models.py#check_password",
831
+ "type": "exports"
832
+ },
833
+ {
834
+ "symbolId": "app/models.py#update_last_seen",
835
+ "targetId": "app/models.py#update_last_seen",
836
+ "type": "exports"
837
+ },
838
+ {
839
+ "symbolId": "app/models.py#__repr__",
840
+ "targetId": "app/models.py#__repr__",
841
+ "type": "exports"
842
+ },
843
+ {
844
+ "symbolId": "app/models.py#Post",
845
+ "targetId": "app/models.py#Post",
846
+ "type": "exports"
847
+ },
848
+ {
849
+ "symbolId": "app/models.py#__repr__",
850
+ "targetId": "app/models.py#__repr__",
851
+ "type": "exports"
852
+ },
853
+ {
854
+ "symbolId": "app/models.py#publish",
855
+ "targetId": "app/models.py#publish",
856
+ "type": "exports"
857
+ },
858
+ {
859
+ "symbolId": "app/models.py#unpublish",
860
+ "targetId": "app/models.py#unpublish",
861
+ "type": "exports"
862
+ },
863
+ {
864
+ "symbolId": "app/models.py#increment_view",
865
+ "targetId": "app/models.py#increment_view",
866
+ "type": "exports"
867
+ },
868
+ {
869
+ "symbolId": "app/models.py#Comment",
870
+ "targetId": "app/models.py#Comment",
871
+ "type": "exports"
872
+ },
873
+ {
874
+ "symbolId": "app/models.py#__repr__",
875
+ "targetId": "app/models.py#__repr__",
876
+ "type": "exports"
877
+ },
878
+ {
879
+ "symbolId": "app/models.py#Category",
880
+ "targetId": "app/models.py#Category",
881
+ "type": "exports"
882
+ },
883
+ {
884
+ "symbolId": "app/models.py#__repr__",
885
+ "targetId": "app/models.py#__repr__",
886
+ "type": "exports"
887
+ },
888
+ {
889
+ "symbolId": "app/models.py#Tag",
890
+ "targetId": "app/models.py#Tag",
891
+ "type": "exports"
892
+ },
893
+ {
894
+ "symbolId": "app/models.py#__repr__",
895
+ "targetId": "app/models.py#__repr__",
896
+ "type": "exports"
897
+ },
898
+ {
899
+ "symbolId": "app/models.py#load_user",
900
+ "targetId": "app/models.py#load_user",
901
+ "type": "exports"
902
+ },
903
+ {
904
+ "symbolId": "config.py#Config",
905
+ "targetId": "config.py#Config",
906
+ "type": "exports"
907
+ },
908
+ {
909
+ "symbolId": "config.py#init_app",
910
+ "targetId": "config.py#init_app",
911
+ "type": "exports"
912
+ },
913
+ {
914
+ "symbolId": "config.py#DevelopmentConfig",
915
+ "targetId": "config.py#DevelopmentConfig",
916
+ "type": "exports"
917
+ },
918
+ {
919
+ "symbolId": "config.py#TestingConfig",
920
+ "targetId": "config.py#TestingConfig",
921
+ "type": "exports"
922
+ },
923
+ {
924
+ "symbolId": "config.py#ProductionConfig",
925
+ "targetId": "config.py#ProductionConfig",
926
+ "type": "exports"
927
+ }
928
+ ],
929
+ "bySymbol": {
930
+ "app/__init__.py#create_app": [
931
+ {
932
+ "symbolId": "app/__init__.py#create_app",
933
+ "targetId": "config.py#Config",
934
+ "type": "imports"
935
+ },
936
+ {
937
+ "symbolId": "app/__init__.py#create_app",
938
+ "targetId": "app/__init__.py#create_app",
939
+ "type": "exports"
940
+ }
941
+ ],
942
+ "app/api/routes.py#api_get_posts": [
943
+ {
944
+ "symbolId": "app/api/routes.py#api_get_posts",
945
+ "targetId": "app/models.py#User",
946
+ "type": "imports"
947
+ },
948
+ {
949
+ "symbolId": "app/api/routes.py#api_get_posts",
950
+ "targetId": "app/api/routes.py#api_get_posts",
951
+ "type": "exports"
952
+ }
953
+ ],
954
+ "app/api/routes.py#api_get_post": [
955
+ {
956
+ "symbolId": "app/api/routes.py#api_get_post",
957
+ "targetId": "app/models.py#User",
958
+ "type": "imports"
959
+ },
960
+ {
961
+ "symbolId": "app/api/routes.py#api_get_post",
962
+ "targetId": "app/api/routes.py#api_get_post",
963
+ "type": "exports"
964
+ }
965
+ ],
966
+ "app/api/routes.py#api_get_categories": [
967
+ {
968
+ "symbolId": "app/api/routes.py#api_get_categories",
969
+ "targetId": "app/models.py#User",
970
+ "type": "imports"
971
+ },
972
+ {
973
+ "symbolId": "app/api/routes.py#api_get_categories",
974
+ "targetId": "app/api/routes.py#api_get_categories",
975
+ "type": "exports"
976
+ }
977
+ ],
978
+ "app/api/routes.py#api_get_tags": [
979
+ {
980
+ "symbolId": "app/api/routes.py#api_get_tags",
981
+ "targetId": "app/models.py#User",
982
+ "type": "imports"
983
+ },
984
+ {
985
+ "symbolId": "app/api/routes.py#api_get_tags",
986
+ "targetId": "app/api/routes.py#api_get_tags",
987
+ "type": "exports"
988
+ }
989
+ ],
990
+ "app/auth/forms.py#LoginForm": [
991
+ {
992
+ "symbolId": "app/auth/forms.py#LoginForm",
993
+ "targetId": "app/models.py#User",
994
+ "type": "imports"
995
+ },
996
+ {
997
+ "symbolId": "app/auth/forms.py#LoginForm",
998
+ "targetId": "app/auth/forms.py#LoginForm",
999
+ "type": "exports"
1000
+ }
1001
+ ],
1002
+ "app/auth/forms.py#RegistrationForm": [
1003
+ {
1004
+ "symbolId": "app/auth/forms.py#RegistrationForm",
1005
+ "targetId": "app/models.py#User",
1006
+ "type": "imports"
1007
+ },
1008
+ {
1009
+ "symbolId": "app/auth/forms.py#RegistrationForm",
1010
+ "targetId": "app/auth/forms.py#RegistrationForm",
1011
+ "type": "exports"
1012
+ }
1013
+ ],
1014
+ "app/auth/forms.py#validate_username": [
1015
+ {
1016
+ "symbolId": "app/auth/forms.py#validate_username",
1017
+ "targetId": "app/models.py#User",
1018
+ "type": "imports"
1019
+ },
1020
+ {
1021
+ "symbolId": "app/auth/forms.py#validate_username",
1022
+ "targetId": "app/auth/forms.py#validate_username",
1023
+ "type": "exports"
1024
+ }
1025
+ ],
1026
+ "app/auth/forms.py#validate_email": [
1027
+ {
1028
+ "symbolId": "app/auth/forms.py#validate_email",
1029
+ "targetId": "app/models.py#User",
1030
+ "type": "imports"
1031
+ },
1032
+ {
1033
+ "symbolId": "app/auth/forms.py#validate_email",
1034
+ "targetId": "app/auth/forms.py#validate_email",
1035
+ "type": "exports"
1036
+ }
1037
+ ],
1038
+ "app/auth/routes.py#login": [
1039
+ {
1040
+ "symbolId": "app/auth/routes.py#login",
1041
+ "targetId": "app/models.py#User",
1042
+ "type": "imports"
1043
+ },
1044
+ {
1045
+ "symbolId": "app/auth/routes.py#login",
1046
+ "targetId": "app/auth/forms.py#LoginForm",
1047
+ "type": "imports"
1048
+ },
1049
+ {
1050
+ "symbolId": "app/auth/routes.py#login",
1051
+ "targetId": "app/auth/routes.py#login",
1052
+ "type": "exports"
1053
+ }
1054
+ ],
1055
+ "app/auth/routes.py#logout": [
1056
+ {
1057
+ "symbolId": "app/auth/routes.py#logout",
1058
+ "targetId": "app/models.py#User",
1059
+ "type": "imports"
1060
+ },
1061
+ {
1062
+ "symbolId": "app/auth/routes.py#logout",
1063
+ "targetId": "app/auth/forms.py#LoginForm",
1064
+ "type": "imports"
1065
+ },
1066
+ {
1067
+ "symbolId": "app/auth/routes.py#logout",
1068
+ "targetId": "app/auth/routes.py#logout",
1069
+ "type": "exports"
1070
+ }
1071
+ ],
1072
+ "app/auth/routes.py#register": [
1073
+ {
1074
+ "symbolId": "app/auth/routes.py#register",
1075
+ "targetId": "app/models.py#User",
1076
+ "type": "imports"
1077
+ },
1078
+ {
1079
+ "symbolId": "app/auth/routes.py#register",
1080
+ "targetId": "app/auth/forms.py#LoginForm",
1081
+ "type": "imports"
1082
+ },
1083
+ {
1084
+ "symbolId": "app/auth/routes.py#register",
1085
+ "targetId": "app/auth/routes.py#register",
1086
+ "type": "exports"
1087
+ }
1088
+ ],
1089
+ "app/auth/routes.py#profile": [
1090
+ {
1091
+ "symbolId": "app/auth/routes.py#profile",
1092
+ "targetId": "app/models.py#User",
1093
+ "type": "imports"
1094
+ },
1095
+ {
1096
+ "symbolId": "app/auth/routes.py#profile",
1097
+ "targetId": "app/auth/forms.py#LoginForm",
1098
+ "type": "imports"
1099
+ },
1100
+ {
1101
+ "symbolId": "app/auth/routes.py#profile",
1102
+ "targetId": "app/auth/routes.py#profile",
1103
+ "type": "exports"
1104
+ }
1105
+ ],
1106
+ "app/blog/routes.py#generate_slug": [
1107
+ {
1108
+ "symbolId": "app/blog/routes.py#generate_slug",
1109
+ "targetId": "app/models.py#User",
1110
+ "type": "imports"
1111
+ },
1112
+ {
1113
+ "symbolId": "app/blog/routes.py#generate_slug",
1114
+ "targetId": "app/blog/forms.py#PostForm",
1115
+ "type": "imports"
1116
+ },
1117
+ {
1118
+ "symbolId": "app/blog/routes.py#generate_slug",
1119
+ "targetId": "app/blog/routes.py#generate_slug",
1120
+ "type": "exports"
1121
+ }
1122
+ ],
1123
+ "app/blog/routes.py#create_post": [
1124
+ {
1125
+ "symbolId": "app/blog/routes.py#create_post",
1126
+ "targetId": "app/models.py#User",
1127
+ "type": "imports"
1128
+ },
1129
+ {
1130
+ "symbolId": "app/blog/routes.py#create_post",
1131
+ "targetId": "app/blog/forms.py#PostForm",
1132
+ "type": "imports"
1133
+ },
1134
+ {
1135
+ "symbolId": "app/blog/routes.py#create_post",
1136
+ "targetId": "app/blog/routes.py#create_post",
1137
+ "type": "exports"
1138
+ }
1139
+ ],
1140
+ "app/blog/routes.py#edit_post": [
1141
+ {
1142
+ "symbolId": "app/blog/routes.py#edit_post",
1143
+ "targetId": "app/models.py#User",
1144
+ "type": "imports"
1145
+ },
1146
+ {
1147
+ "symbolId": "app/blog/routes.py#edit_post",
1148
+ "targetId": "app/blog/forms.py#PostForm",
1149
+ "type": "imports"
1150
+ },
1151
+ {
1152
+ "symbolId": "app/blog/routes.py#edit_post",
1153
+ "targetId": "app/blog/routes.py#edit_post",
1154
+ "type": "exports"
1155
+ }
1156
+ ],
1157
+ "app/blog/routes.py#delete_post": [
1158
+ {
1159
+ "symbolId": "app/blog/routes.py#delete_post",
1160
+ "targetId": "app/models.py#User",
1161
+ "type": "imports"
1162
+ },
1163
+ {
1164
+ "symbolId": "app/blog/routes.py#delete_post",
1165
+ "targetId": "app/blog/forms.py#PostForm",
1166
+ "type": "imports"
1167
+ },
1168
+ {
1169
+ "symbolId": "app/blog/routes.py#delete_post",
1170
+ "targetId": "app/blog/routes.py#delete_post",
1171
+ "type": "exports"
1172
+ }
1173
+ ],
1174
+ "app/blog/routes.py#post": [
1175
+ {
1176
+ "symbolId": "app/blog/routes.py#post",
1177
+ "targetId": "app/models.py#User",
1178
+ "type": "imports"
1179
+ },
1180
+ {
1181
+ "symbolId": "app/blog/routes.py#post",
1182
+ "targetId": "app/blog/forms.py#PostForm",
1183
+ "type": "imports"
1184
+ },
1185
+ {
1186
+ "symbolId": "app/blog/routes.py#post",
1187
+ "targetId": "app/blog/routes.py#post",
1188
+ "type": "exports"
1189
+ }
1190
+ ],
1191
+ "app/blog/routes.py#add_comment": [
1192
+ {
1193
+ "symbolId": "app/blog/routes.py#add_comment",
1194
+ "targetId": "app/models.py#User",
1195
+ "type": "imports"
1196
+ },
1197
+ {
1198
+ "symbolId": "app/blog/routes.py#add_comment",
1199
+ "targetId": "app/blog/forms.py#PostForm",
1200
+ "type": "imports"
1201
+ },
1202
+ {
1203
+ "symbolId": "app/blog/routes.py#add_comment",
1204
+ "targetId": "app/blog/routes.py#add_comment",
1205
+ "type": "exports"
1206
+ }
1207
+ ],
1208
+ "app/main/routes.py#index": [
1209
+ {
1210
+ "symbolId": "app/main/routes.py#index",
1211
+ "targetId": "app/models.py#User",
1212
+ "type": "imports"
1213
+ },
1214
+ {
1215
+ "symbolId": "app/main/routes.py#index",
1216
+ "targetId": "app/main/routes.py#index",
1217
+ "type": "exports"
1218
+ }
1219
+ ],
1220
+ "app/main/routes.py#about": [
1221
+ {
1222
+ "symbolId": "app/main/routes.py#about",
1223
+ "targetId": "app/models.py#User",
1224
+ "type": "imports"
1225
+ },
1226
+ {
1227
+ "symbolId": "app/main/routes.py#about",
1228
+ "targetId": "app/main/routes.py#about",
1229
+ "type": "exports"
1230
+ }
1231
+ ],
1232
+ "app/main/routes.py#post": [
1233
+ {
1234
+ "symbolId": "app/main/routes.py#post",
1235
+ "targetId": "app/models.py#User",
1236
+ "type": "imports"
1237
+ },
1238
+ {
1239
+ "symbolId": "app/main/routes.py#post",
1240
+ "targetId": "app/main/routes.py#post",
1241
+ "type": "exports"
1242
+ }
1243
+ ],
1244
+ "app/main/routes.py#category": [
1245
+ {
1246
+ "symbolId": "app/main/routes.py#category",
1247
+ "targetId": "app/models.py#User",
1248
+ "type": "imports"
1249
+ },
1250
+ {
1251
+ "symbolId": "app/main/routes.py#category",
1252
+ "targetId": "app/main/routes.py#category",
1253
+ "type": "exports"
1254
+ }
1255
+ ],
1256
+ "app/main/routes.py#tag": [
1257
+ {
1258
+ "symbolId": "app/main/routes.py#tag",
1259
+ "targetId": "app/models.py#User",
1260
+ "type": "imports"
1261
+ },
1262
+ {
1263
+ "symbolId": "app/main/routes.py#tag",
1264
+ "targetId": "app/main/routes.py#tag",
1265
+ "type": "exports"
1266
+ }
1267
+ ],
1268
+ "app/main/routes.py#search": [
1269
+ {
1270
+ "symbolId": "app/main/routes.py#search",
1271
+ "targetId": "app/models.py#User",
1272
+ "type": "imports"
1273
+ },
1274
+ {
1275
+ "symbolId": "app/main/routes.py#search",
1276
+ "targetId": "app/main/routes.py#search",
1277
+ "type": "exports"
1278
+ }
1279
+ ],
1280
+ "app/blog/forms.py#PostForm": [
1281
+ {
1282
+ "symbolId": "app/blog/forms.py#PostForm",
1283
+ "targetId": "app/blog/forms.py#PostForm",
1284
+ "type": "exports"
1285
+ }
1286
+ ],
1287
+ "app/blog/forms.py#__init__": [
1288
+ {
1289
+ "symbolId": "app/blog/forms.py#__init__",
1290
+ "targetId": "app/blog/forms.py#__init__",
1291
+ "type": "exports"
1292
+ }
1293
+ ],
1294
+ "app/blog/forms.py#CommentForm": [
1295
+ {
1296
+ "symbolId": "app/blog/forms.py#CommentForm",
1297
+ "targetId": "app/blog/forms.py#CommentForm",
1298
+ "type": "exports"
1299
+ }
1300
+ ],
1301
+ "app/models.py#User": [
1302
+ {
1303
+ "symbolId": "app/models.py#User",
1304
+ "targetId": "app/models.py#User",
1305
+ "type": "exports"
1306
+ }
1307
+ ],
1308
+ "app/models.py#set_password": [
1309
+ {
1310
+ "symbolId": "app/models.py#set_password",
1311
+ "targetId": "app/models.py#set_password",
1312
+ "type": "exports"
1313
+ }
1314
+ ],
1315
+ "app/models.py#check_password": [
1316
+ {
1317
+ "symbolId": "app/models.py#check_password",
1318
+ "targetId": "app/models.py#check_password",
1319
+ "type": "exports"
1320
+ }
1321
+ ],
1322
+ "app/models.py#update_last_seen": [
1323
+ {
1324
+ "symbolId": "app/models.py#update_last_seen",
1325
+ "targetId": "app/models.py#update_last_seen",
1326
+ "type": "exports"
1327
+ }
1328
+ ],
1329
+ "app/models.py#__repr__": [
1330
+ {
1331
+ "symbolId": "app/models.py#__repr__",
1332
+ "targetId": "app/models.py#__repr__",
1333
+ "type": "exports"
1334
+ },
1335
+ {
1336
+ "symbolId": "app/models.py#__repr__",
1337
+ "targetId": "app/models.py#__repr__",
1338
+ "type": "exports"
1339
+ },
1340
+ {
1341
+ "symbolId": "app/models.py#__repr__",
1342
+ "targetId": "app/models.py#__repr__",
1343
+ "type": "exports"
1344
+ },
1345
+ {
1346
+ "symbolId": "app/models.py#__repr__",
1347
+ "targetId": "app/models.py#__repr__",
1348
+ "type": "exports"
1349
+ },
1350
+ {
1351
+ "symbolId": "app/models.py#__repr__",
1352
+ "targetId": "app/models.py#__repr__",
1353
+ "type": "exports"
1354
+ }
1355
+ ],
1356
+ "app/models.py#Post": [
1357
+ {
1358
+ "symbolId": "app/models.py#Post",
1359
+ "targetId": "app/models.py#Post",
1360
+ "type": "exports"
1361
+ }
1362
+ ],
1363
+ "app/models.py#publish": [
1364
+ {
1365
+ "symbolId": "app/models.py#publish",
1366
+ "targetId": "app/models.py#publish",
1367
+ "type": "exports"
1368
+ }
1369
+ ],
1370
+ "app/models.py#unpublish": [
1371
+ {
1372
+ "symbolId": "app/models.py#unpublish",
1373
+ "targetId": "app/models.py#unpublish",
1374
+ "type": "exports"
1375
+ }
1376
+ ],
1377
+ "app/models.py#increment_view": [
1378
+ {
1379
+ "symbolId": "app/models.py#increment_view",
1380
+ "targetId": "app/models.py#increment_view",
1381
+ "type": "exports"
1382
+ }
1383
+ ],
1384
+ "app/models.py#Comment": [
1385
+ {
1386
+ "symbolId": "app/models.py#Comment",
1387
+ "targetId": "app/models.py#Comment",
1388
+ "type": "exports"
1389
+ }
1390
+ ],
1391
+ "app/models.py#Category": [
1392
+ {
1393
+ "symbolId": "app/models.py#Category",
1394
+ "targetId": "app/models.py#Category",
1395
+ "type": "exports"
1396
+ }
1397
+ ],
1398
+ "app/models.py#Tag": [
1399
+ {
1400
+ "symbolId": "app/models.py#Tag",
1401
+ "targetId": "app/models.py#Tag",
1402
+ "type": "exports"
1403
+ }
1404
+ ],
1405
+ "app/models.py#load_user": [
1406
+ {
1407
+ "symbolId": "app/models.py#load_user",
1408
+ "targetId": "app/models.py#load_user",
1409
+ "type": "exports"
1410
+ }
1411
+ ],
1412
+ "config.py#Config": [
1413
+ {
1414
+ "symbolId": "config.py#Config",
1415
+ "targetId": "config.py#Config",
1416
+ "type": "exports"
1417
+ }
1418
+ ],
1419
+ "config.py#init_app": [
1420
+ {
1421
+ "symbolId": "config.py#init_app",
1422
+ "targetId": "config.py#init_app",
1423
+ "type": "exports"
1424
+ }
1425
+ ],
1426
+ "config.py#DevelopmentConfig": [
1427
+ {
1428
+ "symbolId": "config.py#DevelopmentConfig",
1429
+ "targetId": "config.py#DevelopmentConfig",
1430
+ "type": "exports"
1431
+ }
1432
+ ],
1433
+ "config.py#TestingConfig": [
1434
+ {
1435
+ "symbolId": "config.py#TestingConfig",
1436
+ "targetId": "config.py#TestingConfig",
1437
+ "type": "exports"
1438
+ }
1439
+ ],
1440
+ "config.py#ProductionConfig": [
1441
+ {
1442
+ "symbolId": "config.py#ProductionConfig",
1443
+ "targetId": "config.py#ProductionConfig",
1444
+ "type": "exports"
1445
+ }
1446
+ ]
1447
+ }
1448
+ }