@ai-coders/context 0.3.1 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (514) hide show
  1. package/README.md +269 -29
  2. package/dist/fragments/compose.d.ts +30 -0
  3. package/dist/fragments/compose.d.ts.map +1 -0
  4. package/dist/fragments/compose.js +274 -0
  5. package/dist/fragments/compose.js.map +1 -0
  6. package/dist/fragments/extractors/index.d.ts +26 -0
  7. package/dist/fragments/extractors/index.d.ts.map +1 -0
  8. package/dist/fragments/extractors/index.js +58 -0
  9. package/dist/fragments/extractors/index.js.map +1 -0
  10. package/dist/fragments/extractors/module.d.ts +12 -0
  11. package/dist/fragments/extractors/module.d.ts.map +1 -0
  12. package/dist/fragments/extractors/module.js +302 -0
  13. package/dist/fragments/extractors/module.js.map +1 -0
  14. package/dist/fragments/extractors/project.d.ts +12 -0
  15. package/dist/fragments/extractors/project.d.ts.map +1 -0
  16. package/dist/fragments/extractors/project.js +274 -0
  17. package/dist/fragments/extractors/project.js.map +1 -0
  18. package/dist/fragments/extractors/semantic.d.ts +12 -0
  19. package/dist/fragments/extractors/semantic.d.ts.map +1 -0
  20. package/dist/fragments/extractors/semantic.js +329 -0
  21. package/dist/fragments/extractors/semantic.js.map +1 -0
  22. package/dist/fragments/index.d.ts +47 -0
  23. package/dist/fragments/index.d.ts.map +1 -0
  24. package/dist/fragments/index.js +75 -0
  25. package/dist/fragments/index.js.map +1 -0
  26. package/dist/fragments/query.d.ts +101 -0
  27. package/dist/fragments/query.d.ts.map +1 -0
  28. package/dist/fragments/query.js +200 -0
  29. package/dist/fragments/query.js.map +1 -0
  30. package/dist/fragments/render/compact.d.ts +15 -0
  31. package/dist/fragments/render/compact.d.ts.map +1 -0
  32. package/dist/fragments/render/compact.js +209 -0
  33. package/dist/fragments/render/compact.js.map +1 -0
  34. package/dist/fragments/render/index.d.ts +17 -0
  35. package/dist/fragments/render/index.d.ts.map +1 -0
  36. package/dist/fragments/render/index.js +40 -0
  37. package/dist/fragments/render/index.js.map +1 -0
  38. package/dist/fragments/render/json.d.ts +9 -0
  39. package/dist/fragments/render/json.d.ts.map +1 -0
  40. package/dist/fragments/render/json.js +44 -0
  41. package/dist/fragments/render/json.js.map +1 -0
  42. package/dist/fragments/render/markdown.d.ts +9 -0
  43. package/dist/fragments/render/markdown.d.ts.map +1 -0
  44. package/dist/fragments/render/markdown.js +291 -0
  45. package/dist/fragments/render/markdown.js.map +1 -0
  46. package/dist/fragments/store.d.ts +49 -0
  47. package/dist/fragments/store.d.ts.map +1 -0
  48. package/dist/fragments/store.js +161 -0
  49. package/dist/fragments/store.js.map +1 -0
  50. package/dist/fragments/types.d.ts +241 -0
  51. package/dist/fragments/types.d.ts.map +1 -0
  52. package/dist/fragments/types.js +8 -0
  53. package/dist/fragments/types.js.map +1 -0
  54. package/dist/generators/agents/agentConfig.d.ts.map +1 -1
  55. package/dist/generators/agents/agentConfig.js +42 -0
  56. package/dist/generators/agents/agentConfig.js.map +1 -1
  57. package/dist/generators/agents/agentGenerator.d.ts +8 -2
  58. package/dist/generators/agents/agentGenerator.d.ts.map +1 -1
  59. package/dist/generators/agents/agentGenerator.js +112 -54
  60. package/dist/generators/agents/agentGenerator.js.map +1 -1
  61. package/dist/generators/agents/agentTypes.d.ts +1 -1
  62. package/dist/generators/agents/agentTypes.d.ts.map +1 -1
  63. package/dist/generators/agents/agentTypes.js +4 -1
  64. package/dist/generators/agents/agentTypes.js.map +1 -1
  65. package/dist/generators/agents/templates/indexTemplate.d.ts.map +1 -1
  66. package/dist/generators/agents/templates/indexTemplate.js +2 -1
  67. package/dist/generators/agents/templates/indexTemplate.js.map +1 -1
  68. package/dist/generators/agents/templates/playbookTemplate.d.ts +3 -2
  69. package/dist/generators/agents/templates/playbookTemplate.d.ts.map +1 -1
  70. package/dist/generators/agents/templates/playbookTemplate.js +144 -10
  71. package/dist/generators/agents/templates/playbookTemplate.js.map +1 -1
  72. package/dist/generators/agents/templates/types.d.ts +9 -1
  73. package/dist/generators/agents/templates/types.d.ts.map +1 -1
  74. package/dist/generators/documentation/documentationGenerator.d.ts +5 -1
  75. package/dist/generators/documentation/documentationGenerator.d.ts.map +1 -1
  76. package/dist/generators/documentation/documentationGenerator.js +106 -18
  77. package/dist/generators/documentation/documentationGenerator.js.map +1 -1
  78. package/dist/generators/documentation/guideRegistry.d.ts.map +1 -1
  79. package/dist/generators/documentation/guideRegistry.js +0 -8
  80. package/dist/generators/documentation/guideRegistry.js.map +1 -1
  81. package/dist/generators/documentation/templates/apiReferenceTemplate.d.ts +2 -0
  82. package/dist/generators/documentation/templates/apiReferenceTemplate.d.ts.map +1 -0
  83. package/dist/generators/documentation/templates/apiReferenceTemplate.js +469 -0
  84. package/dist/generators/documentation/templates/apiReferenceTemplate.js.map +1 -0
  85. package/dist/generators/documentation/templates/architectureTemplate.d.ts.map +1 -1
  86. package/dist/generators/documentation/templates/architectureTemplate.js +175 -41
  87. package/dist/generators/documentation/templates/architectureTemplate.js.map +1 -1
  88. package/dist/generators/documentation/templates/common.d.ts +28 -1
  89. package/dist/generators/documentation/templates/common.d.ts.map +1 -1
  90. package/dist/generators/documentation/templates/common.js +130 -10
  91. package/dist/generators/documentation/templates/common.js.map +1 -1
  92. package/dist/generators/documentation/templates/dataFlowTemplate.d.ts.map +1 -1
  93. package/dist/generators/documentation/templates/dataFlowTemplate.js +98 -33
  94. package/dist/generators/documentation/templates/dataFlowTemplate.js.map +1 -1
  95. package/dist/generators/documentation/templates/developmentWorkflowTemplate.d.ts.map +1 -1
  96. package/dist/generators/documentation/templates/developmentWorkflowTemplate.js +2 -34
  97. package/dist/generators/documentation/templates/developmentWorkflowTemplate.js.map +1 -1
  98. package/dist/generators/documentation/templates/glossaryTemplate.d.ts +1 -1
  99. package/dist/generators/documentation/templates/glossaryTemplate.d.ts.map +1 -1
  100. package/dist/generators/documentation/templates/glossaryTemplate.js +51 -37
  101. package/dist/generators/documentation/templates/glossaryTemplate.js.map +1 -1
  102. package/dist/generators/documentation/templates/index.d.ts +4 -0
  103. package/dist/generators/documentation/templates/index.d.ts.map +1 -1
  104. package/dist/generators/documentation/templates/index.js +9 -1
  105. package/dist/generators/documentation/templates/index.js.map +1 -1
  106. package/dist/generators/documentation/templates/indexTemplate.d.ts.map +1 -1
  107. package/dist/generators/documentation/templates/indexTemplate.js +1 -32
  108. package/dist/generators/documentation/templates/indexTemplate.js.map +1 -1
  109. package/dist/generators/documentation/templates/migrationTemplate.d.ts +2 -0
  110. package/dist/generators/documentation/templates/migrationTemplate.d.ts.map +1 -0
  111. package/dist/generators/documentation/templates/migrationTemplate.js +400 -0
  112. package/dist/generators/documentation/templates/migrationTemplate.js.map +1 -0
  113. package/dist/generators/documentation/templates/onboardingTemplate.d.ts +2 -0
  114. package/dist/generators/documentation/templates/onboardingTemplate.d.ts.map +1 -0
  115. package/dist/generators/documentation/templates/onboardingTemplate.js +409 -0
  116. package/dist/generators/documentation/templates/onboardingTemplate.js.map +1 -0
  117. package/dist/generators/documentation/templates/projectOverviewTemplate.d.ts.map +1 -1
  118. package/dist/generators/documentation/templates/projectOverviewTemplate.js +97 -38
  119. package/dist/generators/documentation/templates/projectOverviewTemplate.js.map +1 -1
  120. package/dist/generators/documentation/templates/securityTemplate.d.ts.map +1 -1
  121. package/dist/generators/documentation/templates/securityTemplate.js +1 -32
  122. package/dist/generators/documentation/templates/securityTemplate.js.map +1 -1
  123. package/dist/generators/documentation/templates/testingTemplate.d.ts.map +1 -1
  124. package/dist/generators/documentation/templates/testingTemplate.js +1 -33
  125. package/dist/generators/documentation/templates/testingTemplate.js.map +1 -1
  126. package/dist/generators/documentation/templates/toolingTemplate.d.ts.map +1 -1
  127. package/dist/generators/documentation/templates/toolingTemplate.js +2 -33
  128. package/dist/generators/documentation/templates/toolingTemplate.js.map +1 -1
  129. package/dist/generators/documentation/templates/troubleshootingTemplate.d.ts +2 -0
  130. package/dist/generators/documentation/templates/troubleshootingTemplate.d.ts.map +1 -0
  131. package/dist/generators/documentation/templates/troubleshootingTemplate.js +270 -0
  132. package/dist/generators/documentation/templates/troubleshootingTemplate.js.map +1 -0
  133. package/dist/generators/documentation/templates/types.d.ts +2 -1
  134. package/dist/generators/documentation/templates/types.d.ts.map +1 -1
  135. package/dist/generators/plans/planGenerator.d.ts +4 -0
  136. package/dist/generators/plans/planGenerator.d.ts.map +1 -1
  137. package/dist/generators/plans/planGenerator.js +30 -2
  138. package/dist/generators/plans/planGenerator.js.map +1 -1
  139. package/dist/generators/plans/templates/indexTemplate.d.ts.map +1 -1
  140. package/dist/generators/plans/templates/indexTemplate.js +5 -13
  141. package/dist/generators/plans/templates/indexTemplate.js.map +1 -1
  142. package/dist/generators/plans/templates/planTemplate.d.ts.map +1 -1
  143. package/dist/generators/plans/templates/planTemplate.js +123 -30
  144. package/dist/generators/plans/templates/planTemplate.js.map +1 -1
  145. package/dist/generators/plans/templates/types.d.ts +10 -0
  146. package/dist/generators/plans/templates/types.d.ts.map +1 -1
  147. package/dist/generators/shared/generatorUtils.d.ts +1 -1
  148. package/dist/generators/shared/generatorUtils.d.ts.map +1 -1
  149. package/dist/generators/shared/generatorUtils.js +7 -10
  150. package/dist/generators/shared/generatorUtils.js.map +1 -1
  151. package/dist/index.d.ts +2 -2
  152. package/dist/index.d.ts.map +1 -1
  153. package/dist/index.js +459 -1073
  154. package/dist/index.js.map +1 -1
  155. package/dist/prompts/defaults.d.ts +2 -2
  156. package/dist/prompts/defaults.d.ts.map +1 -1
  157. package/dist/prompts/defaults.js +26 -56
  158. package/dist/prompts/defaults.js.map +1 -1
  159. package/dist/services/ai/agentEvents.d.ts +45 -0
  160. package/dist/services/ai/agentEvents.d.ts.map +1 -0
  161. package/dist/services/ai/agentEvents.js +61 -0
  162. package/dist/services/ai/agentEvents.js.map +1 -0
  163. package/dist/services/ai/agents/documentationAgent.d.ts +53 -0
  164. package/dist/services/ai/agents/documentationAgent.d.ts.map +1 -0
  165. package/dist/services/ai/agents/documentationAgent.js +243 -0
  166. package/dist/services/ai/agents/documentationAgent.js.map +1 -0
  167. package/dist/services/ai/agents/index.d.ts +7 -0
  168. package/dist/services/ai/agents/index.d.ts.map +1 -0
  169. package/dist/services/ai/agents/index.js +10 -0
  170. package/dist/services/ai/agents/index.js.map +1 -0
  171. package/dist/services/ai/agents/planAgent.d.ts +68 -0
  172. package/dist/services/ai/agents/planAgent.d.ts.map +1 -0
  173. package/dist/services/ai/agents/planAgent.js +389 -0
  174. package/dist/services/ai/agents/planAgent.js.map +1 -0
  175. package/dist/services/ai/agents/playbookAgent.d.ts +54 -0
  176. package/dist/services/ai/agents/playbookAgent.d.ts.map +1 -0
  177. package/dist/services/ai/agents/playbookAgent.js +265 -0
  178. package/dist/services/ai/agents/playbookAgent.js.map +1 -0
  179. package/dist/services/ai/aiSdkClient.d.ts +67 -0
  180. package/dist/services/ai/aiSdkClient.d.ts.map +1 -0
  181. package/dist/services/ai/aiSdkClient.js +143 -0
  182. package/dist/services/ai/aiSdkClient.js.map +1 -0
  183. package/dist/services/ai/index.d.ts +7 -0
  184. package/dist/services/ai/index.d.ts.map +1 -0
  185. package/dist/services/ai/index.js +49 -0
  186. package/dist/services/ai/index.js.map +1 -0
  187. package/dist/services/ai/providerFactory.d.ts +35 -0
  188. package/dist/services/ai/providerFactory.d.ts.map +1 -0
  189. package/dist/services/ai/providerFactory.js +107 -0
  190. package/dist/services/ai/providerFactory.js.map +1 -0
  191. package/dist/services/ai/schemas.d.ts +331 -0
  192. package/dist/services/ai/schemas.d.ts.map +1 -0
  193. package/dist/services/ai/schemas.js +236 -0
  194. package/dist/services/ai/schemas.js.map +1 -0
  195. package/dist/services/ai/tools/analyzeSymbolsTool.d.ts +33 -0
  196. package/dist/services/ai/tools/analyzeSymbolsTool.d.ts.map +1 -0
  197. package/dist/services/ai/tools/analyzeSymbolsTool.js +57 -0
  198. package/dist/services/ai/tools/analyzeSymbolsTool.js.map +1 -0
  199. package/dist/services/ai/tools/checkScaffoldingTool.d.ts +18 -0
  200. package/dist/services/ai/tools/checkScaffoldingTool.d.ts.map +1 -0
  201. package/dist/services/ai/tools/checkScaffoldingTool.js +86 -0
  202. package/dist/services/ai/tools/checkScaffoldingTool.js.map +1 -0
  203. package/dist/services/ai/tools/fillScaffoldingTool.d.ts +38 -0
  204. package/dist/services/ai/tools/fillScaffoldingTool.d.ts.map +1 -0
  205. package/dist/services/ai/tools/fillScaffoldingTool.js +259 -0
  206. package/dist/services/ai/tools/fillScaffoldingTool.js.map +1 -0
  207. package/dist/services/ai/tools/getFileStructureTool.d.ts +29 -0
  208. package/dist/services/ai/tools/getFileStructureTool.d.ts.map +1 -0
  209. package/dist/services/ai/tools/getFileStructureTool.js +48 -0
  210. package/dist/services/ai/tools/getFileStructureTool.js.map +1 -0
  211. package/dist/services/ai/tools/index.d.ts +20 -0
  212. package/dist/services/ai/tools/index.d.ts.map +1 -0
  213. package/dist/services/ai/tools/index.js +62 -0
  214. package/dist/services/ai/tools/index.js.map +1 -0
  215. package/dist/services/ai/tools/initializeContextTool.d.ts +25 -0
  216. package/dist/services/ai/tools/initializeContextTool.d.ts.map +1 -0
  217. package/dist/services/ai/tools/initializeContextTool.js +121 -0
  218. package/dist/services/ai/tools/initializeContextTool.js.map +1 -0
  219. package/dist/services/ai/tools/listFilesTool.d.ts +18 -0
  220. package/dist/services/ai/tools/listFilesTool.d.ts.map +1 -0
  221. package/dist/services/ai/tools/listFilesTool.js +34 -0
  222. package/dist/services/ai/tools/listFilesTool.js.map +1 -0
  223. package/dist/services/ai/tools/readFileTool.d.ts +17 -0
  224. package/dist/services/ai/tools/readFileTool.d.ts.map +1 -0
  225. package/dist/services/ai/tools/readFileTool.js +63 -0
  226. package/dist/services/ai/tools/readFileTool.js.map +1 -0
  227. package/dist/services/ai/tools/scaffoldPlanTool.d.ts +19 -0
  228. package/dist/services/ai/tools/scaffoldPlanTool.d.ts.map +1 -0
  229. package/dist/services/ai/tools/scaffoldPlanTool.js +81 -0
  230. package/dist/services/ai/tools/scaffoldPlanTool.js.map +1 -0
  231. package/dist/services/ai/tools/searchCodeTool.d.ts +25 -0
  232. package/dist/services/ai/tools/searchCodeTool.d.ts.map +1 -0
  233. package/dist/services/ai/tools/searchCodeTool.js +96 -0
  234. package/dist/services/ai/tools/searchCodeTool.js.map +1 -0
  235. package/dist/services/baseLLMClient.d.ts +3 -3
  236. package/dist/services/baseLLMClient.d.ts.map +1 -1
  237. package/dist/services/baseLLMClient.js +44 -5
  238. package/dist/services/baseLLMClient.js.map +1 -1
  239. package/dist/services/fill/fillService.d.ts +11 -5
  240. package/dist/services/fill/fillService.d.ts.map +1 -1
  241. package/dist/services/fill/fillService.js +152 -88
  242. package/dist/services/fill/fillService.js.map +1 -1
  243. package/dist/services/init/initService.d.ts +3 -2
  244. package/dist/services/init/initService.d.ts.map +1 -1
  245. package/dist/services/init/initService.js +54 -19
  246. package/dist/services/init/initService.js.map +1 -1
  247. package/dist/services/llmClientFactory.d.ts +37 -9
  248. package/dist/services/llmClientFactory.d.ts.map +1 -1
  249. package/dist/services/llmClientFactory.js +54 -94
  250. package/dist/services/llmClientFactory.js.map +1 -1
  251. package/dist/services/mcp/index.d.ts +2 -0
  252. package/dist/services/mcp/index.d.ts.map +1 -0
  253. package/dist/services/mcp/index.js +7 -0
  254. package/dist/services/mcp/index.js.map +1 -0
  255. package/dist/services/mcp/mcpServer.d.ts +45 -0
  256. package/dist/services/mcp/mcpServer.d.ts.map +1 -0
  257. package/dist/services/mcp/mcpServer.js +371 -0
  258. package/dist/services/mcp/mcpServer.js.map +1 -0
  259. package/dist/services/openRouterClient.d.ts +0 -3
  260. package/dist/services/openRouterClient.d.ts.map +1 -1
  261. package/dist/services/openRouterClient.js +2 -49
  262. package/dist/services/openRouterClient.js.map +1 -1
  263. package/dist/services/passthrough/commandRouter.d.ts +53 -0
  264. package/dist/services/passthrough/commandRouter.d.ts.map +1 -0
  265. package/dist/services/passthrough/commandRouter.js +349 -0
  266. package/dist/services/passthrough/commandRouter.js.map +1 -0
  267. package/dist/services/passthrough/index.d.ts +7 -0
  268. package/dist/services/passthrough/index.d.ts.map +1 -0
  269. package/dist/services/passthrough/index.js +23 -0
  270. package/dist/services/passthrough/index.js.map +1 -0
  271. package/dist/services/passthrough/protocol.d.ts +269 -0
  272. package/dist/services/passthrough/protocol.d.ts.map +1 -0
  273. package/dist/services/passthrough/protocol.js +151 -0
  274. package/dist/services/passthrough/protocol.js.map +1 -0
  275. package/dist/services/passthrough/stdinReader.d.ts +42 -0
  276. package/dist/services/passthrough/stdinReader.d.ts.map +1 -0
  277. package/dist/services/passthrough/stdinReader.js +111 -0
  278. package/dist/services/passthrough/stdinReader.js.map +1 -0
  279. package/dist/services/plan/planService.d.ts +5 -5
  280. package/dist/services/plan/planService.d.ts.map +1 -1
  281. package/dist/services/plan/planService.js +52 -53
  282. package/dist/services/plan/planService.js.map +1 -1
  283. package/dist/services/semantic/codebaseAnalyzer.d.ts +40 -0
  284. package/dist/services/semantic/codebaseAnalyzer.d.ts.map +1 -0
  285. package/dist/services/semantic/codebaseAnalyzer.js +540 -0
  286. package/dist/services/semantic/codebaseAnalyzer.js.map +1 -0
  287. package/dist/services/semantic/contextBuilder.d.ts +79 -0
  288. package/dist/services/semantic/contextBuilder.d.ts.map +1 -0
  289. package/dist/services/semantic/contextBuilder.js +538 -0
  290. package/dist/services/semantic/contextBuilder.js.map +1 -0
  291. package/dist/services/semantic/index.d.ts +12 -0
  292. package/dist/services/semantic/index.d.ts.map +1 -0
  293. package/dist/services/semantic/index.js +33 -0
  294. package/dist/services/semantic/index.js.map +1 -0
  295. package/dist/services/semantic/lsp/index.d.ts +2 -0
  296. package/dist/services/semantic/lsp/index.d.ts.map +1 -0
  297. package/dist/services/semantic/lsp/index.js +6 -0
  298. package/dist/services/semantic/lsp/index.js.map +1 -0
  299. package/dist/services/semantic/lsp/lspLayer.d.ts +32 -0
  300. package/dist/services/semantic/lsp/lspLayer.d.ts.map +1 -0
  301. package/dist/services/semantic/lsp/lspLayer.js +378 -0
  302. package/dist/services/semantic/lsp/lspLayer.js.map +1 -0
  303. package/dist/services/semantic/treeSitter/index.d.ts +2 -0
  304. package/dist/services/semantic/treeSitter/index.d.ts.map +1 -0
  305. package/dist/services/semantic/treeSitter/index.js +6 -0
  306. package/dist/services/semantic/treeSitter/index.js.map +1 -0
  307. package/dist/services/semantic/treeSitter/treeSitterLayer.d.ts +37 -0
  308. package/dist/services/semantic/treeSitter/treeSitterLayer.d.ts.map +1 -0
  309. package/dist/services/semantic/treeSitter/treeSitterLayer.js +518 -0
  310. package/dist/services/semantic/treeSitter/treeSitterLayer.js.map +1 -0
  311. package/dist/services/semantic/types.d.ts +122 -0
  312. package/dist/services/semantic/types.d.ts.map +1 -0
  313. package/dist/services/semantic/types.js +31 -0
  314. package/dist/services/semantic/types.js.map +1 -0
  315. package/dist/services/serve/index.d.ts +2 -0
  316. package/dist/services/serve/index.d.ts.map +1 -0
  317. package/dist/services/serve/index.js +6 -0
  318. package/dist/services/serve/index.js.map +1 -0
  319. package/dist/services/serve/serveService.d.ts +38 -0
  320. package/dist/services/serve/serveService.d.ts.map +1 -0
  321. package/dist/services/serve/serveService.js +99 -0
  322. package/dist/services/serve/serveService.js.map +1 -0
  323. package/dist/services/shared/llmConfig.d.ts +19 -3
  324. package/dist/services/shared/llmConfig.d.ts.map +1 -1
  325. package/dist/services/shared/llmConfig.js +44 -57
  326. package/dist/services/shared/llmConfig.js.map +1 -1
  327. package/dist/services/sync/index.d.ts +6 -0
  328. package/dist/services/sync/index.d.ts.map +1 -0
  329. package/dist/services/sync/index.js +16 -0
  330. package/dist/services/sync/index.js.map +1 -0
  331. package/dist/services/sync/markdownReferenceHandler.d.ts +3 -0
  332. package/dist/services/sync/markdownReferenceHandler.d.ts.map +1 -0
  333. package/dist/services/sync/markdownReferenceHandler.js +133 -0
  334. package/dist/services/sync/markdownReferenceHandler.js.map +1 -0
  335. package/dist/services/sync/presets.d.ts +6 -0
  336. package/dist/services/sync/presets.d.ts.map +1 -0
  337. package/dist/services/sync/presets.js +49 -0
  338. package/dist/services/sync/presets.js.map +1 -0
  339. package/dist/services/sync/symlinkHandler.d.ts +7 -0
  340. package/dist/services/sync/symlinkHandler.d.ts.map +1 -0
  341. package/dist/services/sync/symlinkHandler.js +129 -0
  342. package/dist/services/sync/symlinkHandler.js.map +1 -0
  343. package/dist/services/sync/syncService.d.ts +15 -0
  344. package/dist/services/sync/syncService.d.ts.map +1 -0
  345. package/dist/services/sync/syncService.js +222 -0
  346. package/dist/services/sync/syncService.js.map +1 -0
  347. package/dist/services/sync/types.d.ts +62 -0
  348. package/dist/services/sync/types.d.ts.map +1 -0
  349. package/dist/services/sync/types.js +3 -0
  350. package/dist/services/sync/types.js.map +1 -0
  351. package/dist/types.d.ts +8 -2
  352. package/dist/types.d.ts.map +1 -1
  353. package/dist/utils/cliUI.d.ts +33 -0
  354. package/dist/utils/cliUI.d.ts.map +1 -1
  355. package/dist/utils/cliUI.js +157 -107
  356. package/dist/utils/cliUI.js.map +1 -1
  357. package/dist/utils/contentSanitizer.d.ts +42 -0
  358. package/dist/utils/contentSanitizer.d.ts.map +1 -0
  359. package/dist/utils/contentSanitizer.js +238 -0
  360. package/dist/utils/contentSanitizer.js.map +1 -0
  361. package/dist/utils/fileMapper.d.ts +1 -1
  362. package/dist/utils/fileMapper.d.ts.map +1 -1
  363. package/dist/utils/fileMapper.js +40 -19
  364. package/dist/utils/fileMapper.js.map +1 -1
  365. package/dist/utils/gitService.d.ts.map +1 -1
  366. package/dist/utils/gitService.js +12 -14
  367. package/dist/utils/gitService.js.map +1 -1
  368. package/dist/utils/i18n.d.ts +96 -43
  369. package/dist/utils/i18n.d.ts.map +1 -1
  370. package/dist/utils/i18n.js +194 -88
  371. package/dist/utils/i18n.js.map +1 -1
  372. package/dist/utils/prompts/configSummary.d.ts +7 -0
  373. package/dist/utils/prompts/configSummary.d.ts.map +1 -0
  374. package/dist/utils/prompts/configSummary.js +63 -0
  375. package/dist/utils/prompts/configSummary.js.map +1 -0
  376. package/dist/utils/prompts/index.d.ts +22 -0
  377. package/dist/utils/prompts/index.d.ts.map +1 -0
  378. package/dist/utils/prompts/index.js +122 -0
  379. package/dist/utils/prompts/index.js.map +1 -0
  380. package/dist/utils/prompts/llmPrompts.d.ts +11 -0
  381. package/dist/utils/prompts/llmPrompts.d.ts.map +1 -0
  382. package/dist/utils/prompts/llmPrompts.js +96 -0
  383. package/dist/utils/prompts/llmPrompts.js.map +1 -0
  384. package/dist/utils/prompts/smartDefaults.d.ts +15 -0
  385. package/dist/utils/prompts/smartDefaults.d.ts.map +1 -0
  386. package/dist/utils/prompts/smartDefaults.js +105 -0
  387. package/dist/utils/prompts/smartDefaults.js.map +1 -0
  388. package/dist/utils/prompts/types.d.ts +38 -0
  389. package/dist/utils/prompts/types.d.ts.map +1 -0
  390. package/dist/utils/prompts/types.js +3 -0
  391. package/dist/utils/prompts/types.js.map +1 -0
  392. package/dist/utils/theme.d.ts +66 -0
  393. package/dist/utils/theme.d.ts.map +1 -0
  394. package/dist/utils/theme.js +93 -0
  395. package/dist/utils/theme.js.map +1 -0
  396. package/dist/version.d.ts +8 -0
  397. package/dist/version.d.ts.map +1 -0
  398. package/dist/version.js +15 -0
  399. package/dist/version.js.map +1 -0
  400. package/package.json +18 -11
  401. package/prompts/update_plan_prompt.md +4 -5
  402. package/prompts/update_scaffold_prompt.md +14 -35
  403. package/dist/commands/shared/agents.d.ts +0 -2
  404. package/dist/commands/shared/agents.d.ts.map +0 -1
  405. package/dist/commands/shared/agents.js +0 -15
  406. package/dist/commands/shared/agents.js.map +0 -1
  407. package/dist/commands/shared/selection.d.ts +0 -12
  408. package/dist/commands/shared/selection.d.ts.map +0 -1
  409. package/dist/commands/shared/selection.js +0 -95
  410. package/dist/commands/shared/selection.js.map +0 -1
  411. package/dist/generators/agents/contextUtils.d.ts +0 -8
  412. package/dist/generators/agents/contextUtils.d.ts.map +0 -1
  413. package/dist/generators/agents/contextUtils.js +0 -15
  414. package/dist/generators/agents/contextUtils.js.map +0 -1
  415. package/dist/generators/agents/promptFormatter.d.ts +0 -9
  416. package/dist/generators/agents/promptFormatter.d.ts.map +0 -1
  417. package/dist/generators/agents/promptFormatter.js +0 -84
  418. package/dist/generators/agents/promptFormatter.js.map +0 -1
  419. package/dist/generators/analyzers/codebaseAnalyzer.d.ts +0 -45
  420. package/dist/generators/analyzers/codebaseAnalyzer.d.ts.map +0 -1
  421. package/dist/generators/analyzers/codebaseAnalyzer.js +0 -293
  422. package/dist/generators/analyzers/codebaseAnalyzer.js.map +0 -1
  423. package/dist/generators/analyzers/index.d.ts +0 -3
  424. package/dist/generators/analyzers/index.d.ts.map +0 -1
  425. package/dist/generators/analyzers/index.js +0 -6
  426. package/dist/generators/analyzers/index.js.map +0 -1
  427. package/dist/generators/documentation/documentationTemplates.d.ts +0 -21
  428. package/dist/generators/documentation/documentationTemplates.d.ts.map +0 -1
  429. package/dist/generators/documentation/documentationTemplates.js +0 -359
  430. package/dist/generators/documentation/documentationTemplates.js.map +0 -1
  431. package/dist/generators/documentation/documentationTypes.d.ts +0 -11
  432. package/dist/generators/documentation/documentationTypes.d.ts.map +0 -1
  433. package/dist/generators/documentation/documentationTypes.js +0 -22
  434. package/dist/generators/documentation/documentationTypes.js.map +0 -1
  435. package/dist/generators/documentation/documentationUtils.d.ts +0 -7
  436. package/dist/generators/documentation/documentationUtils.d.ts.map +0 -1
  437. package/dist/generators/documentation/documentationUtils.js +0 -28
  438. package/dist/generators/documentation/documentationUtils.js.map +0 -1
  439. package/dist/generators/documentation/incrementalDocumentationGenerator.d.ts +0 -33
  440. package/dist/generators/documentation/incrementalDocumentationGenerator.d.ts.map +0 -1
  441. package/dist/generators/documentation/incrementalDocumentationGenerator.js +0 -400
  442. package/dist/generators/documentation/incrementalDocumentationGenerator.js.map +0 -1
  443. package/dist/generators/documentation/templates/frontMatter.d.ts +0 -11
  444. package/dist/generators/documentation/templates/frontMatter.d.ts.map +0 -1
  445. package/dist/generators/documentation/templates/frontMatter.js +0 -29
  446. package/dist/generators/documentation/templates/frontMatter.js.map +0 -1
  447. package/dist/generators/documentation/templates.d.ts +0 -31
  448. package/dist/generators/documentation/templates.d.ts.map +0 -1
  449. package/dist/generators/documentation/templates.js +0 -566
  450. package/dist/generators/documentation/templates.js.map +0 -1
  451. package/dist/generators/guidelines/agentIntegration.d.ts +0 -43
  452. package/dist/generators/guidelines/agentIntegration.d.ts.map +0 -1
  453. package/dist/generators/guidelines/agentIntegration.js +0 -157
  454. package/dist/generators/guidelines/agentIntegration.js.map +0 -1
  455. package/dist/generators/guidelines/guidelineTypes.d.ts +0 -40
  456. package/dist/generators/guidelines/guidelineTypes.d.ts.map +0 -1
  457. package/dist/generators/guidelines/guidelineTypes.js +0 -144
  458. package/dist/generators/guidelines/guidelineTypes.js.map +0 -1
  459. package/dist/generators/guidelines/guidelinesAnalyzer.d.ts +0 -30
  460. package/dist/generators/guidelines/guidelinesAnalyzer.d.ts.map +0 -1
  461. package/dist/generators/guidelines/guidelinesAnalyzer.js +0 -263
  462. package/dist/generators/guidelines/guidelinesAnalyzer.js.map +0 -1
  463. package/dist/generators/guidelines/guidelinesGenerator.d.ts +0 -30
  464. package/dist/generators/guidelines/guidelinesGenerator.d.ts.map +0 -1
  465. package/dist/generators/guidelines/guidelinesGenerator.js +0 -249
  466. package/dist/generators/guidelines/guidelinesGenerator.js.map +0 -1
  467. package/dist/generators/guidelines/guidelinesTemplates.d.ts +0 -23
  468. package/dist/generators/guidelines/guidelinesTemplates.d.ts.map +0 -1
  469. package/dist/generators/guidelines/guidelinesTemplates.js +0 -304
  470. package/dist/generators/guidelines/guidelinesTemplates.js.map +0 -1
  471. package/dist/generators/guidelines/index.d.ts +0 -6
  472. package/dist/generators/guidelines/index.d.ts.map +0 -1
  473. package/dist/generators/guidelines/index.js +0 -16
  474. package/dist/generators/guidelines/index.js.map +0 -1
  475. package/dist/generators/moduleGrouper.d.ts +0 -14
  476. package/dist/generators/moduleGrouper.d.ts.map +0 -1
  477. package/dist/generators/moduleGrouper.js +0 -82
  478. package/dist/generators/moduleGrouper.js.map +0 -1
  479. package/dist/generators/projectAnalyzer.d.ts +0 -14
  480. package/dist/generators/projectAnalyzer.d.ts.map +0 -1
  481. package/dist/generators/projectAnalyzer.js +0 -217
  482. package/dist/generators/projectAnalyzer.js.map +0 -1
  483. package/dist/services/anthropicClient.d.ts +0 -12
  484. package/dist/services/anthropicClient.d.ts.map +0 -1
  485. package/dist/services/anthropicClient.js +0 -98
  486. package/dist/services/anthropicClient.js.map +0 -1
  487. package/dist/services/changeAnalyzer.d.ts +0 -44
  488. package/dist/services/changeAnalyzer.d.ts.map +0 -1
  489. package/dist/services/changeAnalyzer.js +0 -344
  490. package/dist/services/changeAnalyzer.js.map +0 -1
  491. package/dist/services/geminiClient.d.ts +0 -12
  492. package/dist/services/geminiClient.d.ts.map +0 -1
  493. package/dist/services/geminiClient.js +0 -96
  494. package/dist/services/geminiClient.js.map +0 -1
  495. package/dist/services/grokClient.d.ts +0 -12
  496. package/dist/services/grokClient.d.ts.map +0 -1
  497. package/dist/services/grokClient.js +0 -101
  498. package/dist/services/grokClient.js.map +0 -1
  499. package/dist/services/openaiClient.d.ts +0 -12
  500. package/dist/services/openaiClient.d.ts.map +0 -1
  501. package/dist/services/openaiClient.js +0 -98
  502. package/dist/services/openaiClient.js.map +0 -1
  503. package/dist/utils/interactiveMode.d.ts +0 -21
  504. package/dist/utils/interactiveMode.d.ts.map +0 -1
  505. package/dist/utils/interactiveMode.js +0 -737
  506. package/dist/utils/interactiveMode.js.map +0 -1
  507. package/dist/utils/pricing.d.ts +0 -14
  508. package/dist/utils/pricing.d.ts.map +0 -1
  509. package/dist/utils/pricing.js +0 -115
  510. package/dist/utils/pricing.js.map +0 -1
  511. package/dist/utils/tokenEstimator.d.ts +0 -28
  512. package/dist/utils/tokenEstimator.d.ts.map +0 -1
  513. package/dist/utils/tokenEstimator.js +0 -134
  514. package/dist/utils/tokenEstimator.js.map +0 -1
@@ -0,0 +1,409 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.renderOnboarding = renderOnboarding;
4
+ function renderOnboarding() {
5
+ return `# Onboarding Guide
6
+
7
+ Welcome to the team! This guide will help you get set up and productive quickly.
8
+
9
+ ## Onboarding Checklist
10
+
11
+ ### Day 1: Access & Accounts
12
+ - [ ] **Email account** - Verify access to team email
13
+ - [ ] **Chat/Communication**
14
+ - [ ] Slack/Teams workspace invitation
15
+ - [ ] Join relevant channels: #engineering, #team-name, #general
16
+ - [ ] **Code repository access**
17
+ - [ ] GitHub/GitLab account added to organization
18
+ - [ ] SSH key configured for git operations
19
+ - [ ] Clone main repository
20
+ - [ ] **Issue tracking**
21
+ - [ ] Jira/GitHub Issues access
22
+ - [ ] Assigned to team project/board
23
+ - [ ] **Documentation access**
24
+ - [ ] Wiki/Confluence access
25
+ - [ ] Shared drive access (Google Drive, Notion, etc.)
26
+ - [ ] **Meeting invites**
27
+ - [ ] Added to recurring team meetings
28
+ - [ ] Calendar access configured
29
+
30
+ ### Day 1-2: Development Environment
31
+ - [ ] **Install required software**
32
+ - [ ] Node.js (version: TODO: specify version)
33
+ - [ ] npm/yarn package manager
34
+ - [ ] Git (latest stable version)
35
+ - [ ] Code editor/IDE (VS Code, WebStorm, etc.)
36
+ - [ ] Docker Desktop (if applicable)
37
+ - [ ] Database client (if applicable)
38
+ - [ ] **Configure development environment**
39
+ \`\`\`bash
40
+ # Clone repository
41
+ git clone git@github.com:org/repo.git
42
+ cd repo
43
+
44
+ # Copy environment configuration
45
+ cp .env.example .env
46
+ # Edit .env with local settings
47
+
48
+ # Install dependencies
49
+ npm install
50
+
51
+ # Run database migrations (if applicable)
52
+ npm run migrate
53
+
54
+ # Start development server
55
+ npm run dev
56
+ \`\`\`
57
+ - [ ] **Verify environment setup**
58
+ - [ ] Application runs locally
59
+ - [ ] Tests pass: \`npm test\`
60
+ - [ ] Linting works: \`npm run lint\`
61
+ - [ ] Can access local application in browser
62
+ - [ ] **Editor configuration**
63
+ - [ ] Install recommended VS Code extensions (see .vscode/extensions.json)
64
+ - [ ] Configure code formatting (Prettier, ESLint)
65
+ - [ ] Set up debugger configuration
66
+
67
+ ### Day 2-3: Project Understanding
68
+ - [ ] **Read core documentation**
69
+ - [ ] [Project Overview](./project-overview.md)
70
+ - [ ] [Architecture Notes](./architecture.md)
71
+ - [ ] [Development Workflow](./development-workflow.md)
72
+ - [ ] [Testing Strategy](./testing.md)
73
+ - [ ] **Understand the codebase**
74
+ - [ ] Explore project structure
75
+ - [ ] Review main application entry points
76
+ - [ ] Understand key modules and their responsibilities
77
+ - [ ] Read recent pull requests to see code review standards
78
+ - [ ] **Meet the team**
79
+ - [ ] 1:1 with manager
80
+ - [ ] Meet team members
81
+ - [ ] Meet cross-functional partners (Product, Design, QA)
82
+ - [ ] Understand team roles and responsibilities
83
+
84
+ ### Week 1: First Contributions
85
+ - [ ] **Start with good first issues**
86
+ - [ ] Find issues tagged "good-first-issue" or similar
87
+ - [ ] Complete 1-2 small bug fixes or documentation updates
88
+ - [ ] Go through code review process
89
+ - [ ] Get first PR merged
90
+ - [ ] **Learn the workflow**
91
+ - [ ] Create feature branch
92
+ - [ ] Make changes and write tests
93
+ - [ ] Submit pull request
94
+ - [ ] Address review feedback
95
+ - [ ] Merge and deploy (or see deployment process)
96
+ - [ ] **Set up productivity tools**
97
+ - [ ] Configure git aliases
98
+ - [ ] Set up any team-specific CLI tools
99
+ - [ ] Bookmark important dashboards/tools
100
+ - [ ] Join pair programming sessions
101
+
102
+ ### Week 2-4: Ramp Up
103
+ - [ ] **Take on larger tasks**
104
+ - [ ] Pick up medium complexity issues
105
+ - [ ] Work on feature development
106
+ - [ ] Participate in design discussions
107
+ - [ ] **Deepen knowledge**
108
+ - [ ] Understand deployment process
109
+ - [ ] Learn monitoring and debugging tools
110
+ - [ ] Review production architecture
111
+ - [ ] Shadow on-call engineer (if applicable)
112
+ - [ ] **Contribute to team processes**
113
+ - [ ] Attend sprint planning/standup
114
+ - [ ] Participate in retrospectives
115
+ - [ ] Update documentation as you learn
116
+
117
+ ### Month 2-3: Full Productivity
118
+ - [ ] **Own features end-to-end**
119
+ - [ ] Design, implement, test, and deploy features
120
+ - [ ] Participate in on-call rotation (if applicable)
121
+ - [ ] Help onboard newer team members
122
+ - [ ] **Identify improvements**
123
+ - [ ] Suggest process improvements
124
+ - [ ] Improve documentation
125
+ - [ ] Refactor problem areas
126
+
127
+ ---
128
+
129
+ ## Development Environment Setup
130
+
131
+ ### Prerequisites
132
+ **Operating System:**
133
+ - macOS 10.15+ or Linux (Ubuntu 20.04+)
134
+ - Windows 10/11 with WSL2 (Windows Subsystem for Linux)
135
+
136
+ **Required Tools:**
137
+ - **Node.js:** v18.0.0 or higher ([Download](https://nodejs.org/))
138
+ - **npm:** v9.0.0 or higher (comes with Node.js)
139
+ - **Git:** v2.30.0 or higher ([Download](https://git-scm.com/))
140
+ - **Docker:** (Optional) For running services locally
141
+
142
+ ### Step-by-Step Setup
143
+
144
+ #### 1. Install Node.js
145
+ \`\`\`bash
146
+ # macOS (using Homebrew)
147
+ brew install node@18
148
+
149
+ # Linux (using nvm)
150
+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
151
+ nvm install 18
152
+ nvm use 18
153
+
154
+ # Verify installation
155
+ node --version # Should show v18.x.x
156
+ npm --version # Should show v9.x.x
157
+ \`\`\`
158
+
159
+ #### 2. Configure Git
160
+ \`\`\`bash
161
+ # Set your identity
162
+ git config --global user.name "Your Name"
163
+ git config --global user.email "your.email@company.com"
164
+
165
+ # Set up SSH key for GitHub
166
+ ssh-keygen -t ed25519 -C "your.email@company.com"
167
+ # Follow prompts, then add key to GitHub:
168
+ # https://github.com/settings/keys
169
+
170
+ # Test SSH connection
171
+ ssh -T git@github.com
172
+ \`\`\`
173
+
174
+ #### 3. Clone and Setup Project
175
+ \`\`\`bash
176
+ # Clone repository
177
+ git clone git@github.com:org/repo.git
178
+ cd repo
179
+
180
+ # Install dependencies
181
+ npm install
182
+
183
+ # Copy environment template
184
+ cp .env.example .env
185
+
186
+ # Edit .env with your local settings
187
+ # Required variables:
188
+ # - DATABASE_URL (if using database)
189
+ # - API_KEY (if applicable)
190
+ # - Any other project-specific variables
191
+ \`\`\`
192
+
193
+ #### 4. Database Setup (if applicable)
194
+ \`\`\`bash
195
+ # Option 1: Docker (recommended)
196
+ docker-compose up -d db
197
+
198
+ # Option 2: Local installation
199
+ # Install PostgreSQL/MySQL/MongoDB locally
200
+ # Create database
201
+ createdb project_dev
202
+
203
+ # Run migrations
204
+ npm run migrate
205
+
206
+ # Seed database with sample data (optional)
207
+ npm run seed
208
+ \`\`\`
209
+
210
+ #### 5. Verify Setup
211
+ \`\`\`bash
212
+ # Run tests
213
+ npm test
214
+
215
+ # Start development server
216
+ npm run dev
217
+
218
+ # In another terminal, verify it's running
219
+ curl http://localhost:3000/health
220
+ # Or open http://localhost:3000 in browser
221
+ \`\`\`
222
+
223
+ ### Common Setup Issues
224
+
225
+ #### Port Already in Use
226
+ \`\`\`bash
227
+ # Find process using port 3000
228
+ lsof -ti:3000
229
+
230
+ # Kill the process
231
+ kill -9 $(lsof -ti:3000)
232
+
233
+ # Or use a different port
234
+ PORT=3001 npm run dev
235
+ \`\`\`
236
+
237
+ #### Database Connection Errors
238
+ - Verify database is running: \`docker ps\` or service status
239
+ - Check DATABASE_URL in .env file
240
+ - Ensure database exists: \`createdb project_dev\`
241
+ - Verify migrations ran: \`npm run migrate:status\`
242
+
243
+ #### Module Not Found Errors
244
+ \`\`\`bash
245
+ # Clear cache and reinstall
246
+ rm -rf node_modules package-lock.json
247
+ npm install
248
+ \`\`\`
249
+
250
+ ---
251
+
252
+ ## Required Access & Permissions
253
+
254
+ ### Accounts to Request
255
+ 1. **GitHub Organization** - Request from: TODO: Add contact
256
+ 2. **AWS/Cloud Access** - Request from: TODO: Add DevOps contact
257
+ 3. **Database Access** - Request from: TODO: Add DBA contact
258
+ 4. **Monitoring/APM Tools** - Request from: TODO: Add contact
259
+ 5. **CI/CD Pipeline** - Request from: TODO: Add DevOps contact
260
+ 6. **Issue Tracker (Jira/etc.)** - Request from: TODO: Add PM contact
261
+
262
+ ### Team Permissions
263
+ - **Repository:** Write access to main repo
264
+ - **Deployments:** Staging access (production access granted after 1-2 months)
265
+ - **Databases:** Read access to staging, read-only to production
266
+ - **Cloud Resources:** Developer role in non-production environments
267
+
268
+ ---
269
+
270
+ ## Team Communication
271
+
272
+ ### Chat Channels
273
+ - **#engineering** - General engineering discussions
274
+ - **#team-[name]** - Your team's channel
275
+ - **#deployments** - Deployment notifications
276
+ - **#incidents** - Production issues and incidents
277
+ - **#random** - Non-work related chat
278
+
279
+ ### Meetings
280
+ - **Daily Standup** - Every day at TODO: time
281
+ - **Sprint Planning** - TODO: frequency and day
282
+ - **Sprint Retrospective** - TODO: frequency and day
283
+ - **Team Sync** - TODO: frequency and day
284
+ - **1:1 with Manager** - Weekly (scheduled individually)
285
+
286
+ ### Communication Guidelines
287
+ - Use threads in Slack to keep conversations organized
288
+ - @mention people directly when you need their attention
289
+ - Use @here sparingly (only for time-sensitive team updates)
290
+ - Update your status when away or in focus time
291
+ - Default to public channels over DMs when possible
292
+
293
+ ---
294
+
295
+ ## Learning Resources
296
+
297
+ ### Project-Specific
298
+ - **Architecture Documentation** - [Link to architecture docs](./architecture.md)
299
+ - **API Documentation** - [Link to API docs](./api-reference.md)
300
+ - **Deployment Guide** - [Link to deployment docs](./deployment.md)
301
+ - **Troubleshooting** - [Link to troubleshooting guide](./troubleshooting.md)
302
+
303
+ ### Technical Skills
304
+ - **Node.js Best Practices** - [Link to guide or external resource]
305
+ - **TypeScript Handbook** - [TypeScript docs](https://www.typescriptlang.org/docs/)
306
+ - **Testing Guide** - [Link to testing strategy](./testing.md)
307
+ - **Security Guidelines** - [Link to security docs](./security.md)
308
+
309
+ ### Company/Team
310
+ - **Engineering Handbook** - TODO: Add link
311
+ - **Company Values** - TODO: Add link
312
+ - **Team Charter** - TODO: Add link
313
+
314
+ ### External Resources
315
+ - **JavaScript/TypeScript** - MDN Web Docs, TypeScript handbook
316
+ - **React** - Official React documentation (if applicable)
317
+ - **Database** - PostgreSQL/MySQL/MongoDB documentation
318
+ - **DevOps** - Docker, Kubernetes documentation (if applicable)
319
+
320
+ ---
321
+
322
+ ## First Tasks
323
+
324
+ ### Suggested First Issues
325
+ Look for issues tagged with:
326
+ - \`good-first-issue\` - Easy issues for newcomers
327
+ - \`documentation\` - Documentation improvements
328
+ - \`bug\` with low priority - Simple bug fixes
329
+ - \`refactoring\` - Code cleanup tasks
330
+
331
+ ### Starter Tasks Ideas
332
+ 1. **Fix a typo** in documentation or comments
333
+ 2. **Add tests** to increase coverage for existing code
334
+ 3. **Improve error messages** to be more helpful
335
+ 4. **Update dependencies** that have security patches
336
+ 5. **Add logging** to better understand system behavior
337
+
338
+ ---
339
+
340
+ ## Getting Help
341
+
342
+ ### When You're Stuck
343
+ 1. **Try to debug yourself** (15-30 minutes) - Check logs, search documentation
344
+ 2. **Search existing resources** - Check Slack history, documentation, issues
345
+ 3. **Ask your onboarding buddy** - Your assigned mentor for the first few weeks
346
+ 4. **Ask in team channel** - #team-[name] for team-specific questions
347
+ 5. **Ask in #engineering** - For broader technical questions
348
+
349
+ ### No Stupid Questions
350
+ - We were all new once - ask questions freely!
351
+ - Questions often uncover documentation gaps or process issues
352
+ - If you're confused, others probably are too
353
+ - Asking helps us improve onboarding for future team members
354
+
355
+ ### Escalation
356
+ - **Technical questions** - Ask in #engineering or tech leads
357
+ - **Access issues** - Ask IT or DevOps team
358
+ - **Process questions** - Ask your manager or team lead
359
+ - **Urgent production issues** - Follow incident response process
360
+
361
+ ---
362
+
363
+ ## Team Culture & Expectations
364
+
365
+ ### Work Hours
366
+ - **Core hours:** TODO: e.g., 10am-4pm (team's local timezone)
367
+ - **Flexibility:** Work when you're most productive
368
+ - **Availability:** Be responsive during core hours
369
+ - **Overtime:** Not expected regularly, communicate if overwhelmed
370
+
371
+ ### Code Review
372
+ - **Response time:** Aim to review within 24 hours
373
+ - **Constructive feedback:** Focus on code, not person
374
+ - **Questions welcome:** Ask questions in PR comments
375
+ - **Learn from reviews:** Reviews are learning opportunities both ways
376
+
377
+ ### Development Principles
378
+ - **Test your code:** Write tests for new functionality
379
+ - **Small PRs:** Keep changes focused and reviewable
380
+ - **Documentation:** Update docs when changing behavior
381
+ - **Security:** Think about security implications
382
+ - **Performance:** Consider performance impact of changes
383
+
384
+ ### Growth & Development
385
+ - **Learning time:** Dedicate time each week to learning
386
+ - **Pair programming:** Great way to learn and teach
387
+ - **Conference talks:** Share knowledge through internal or external talks
388
+ - **Side projects:** Explore new technologies and ideas
389
+ - **Career development:** Regular discussions with manager about growth
390
+
391
+ ---
392
+
393
+ ## Feedback & Questions
394
+
395
+ ### Onboarding Feedback
396
+ We're always improving! Please provide feedback on:
397
+ - What was confusing or missing?
398
+ - What was particularly helpful?
399
+ - Suggestions for improvement?
400
+
401
+ **Submit feedback:** TODO: Add link to feedback form or channel
402
+
403
+ ### Questions About This Guide
404
+ - Update this guide as you find gaps
405
+ - Ask in #engineering if something is unclear
406
+ - Your feedback helps future team members!
407
+ `;
408
+ }
409
+ //# sourceMappingURL=onboardingTemplate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"onboardingTemplate.js","sourceRoot":"","sources":["../../../../src/generators/documentation/templates/onboardingTemplate.ts"],"names":[],"mappings":";;AAAA,4CAoZC;AApZD,SAAgB,gBAAgB;IAC9B,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkZR,CAAC;AACF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"projectOverviewTemplate.d.ts","sourceRoot":"","sources":["../../../../src/generators/documentation/templates/projectOverviewTemplate.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAGvD,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,4BAA4B,GAAG,MAAM,CA+DnF"}
1
+ {"version":3,"file":"projectOverviewTemplate.d.ts","sourceRoot":"","sources":["../../../../src/generators/documentation/templates/projectOverviewTemplate.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAmDvD,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,4BAA4B,GAAG,MAAM,CAoDnF"}
@@ -1,31 +1,87 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
2
35
  Object.defineProperty(exports, "__esModule", { value: true });
3
36
  exports.renderProjectOverview = renderProjectOverview;
4
- const frontMatter_1 = require("./frontMatter");
37
+ const path = __importStar(require("path"));
5
38
  const common_1 = require("./common");
39
+ function renderEntryPointsSection(context) {
40
+ const { semantics, repoStructure } = context;
41
+ if (!semantics || !semantics.architecture.entryPoints.length) {
42
+ return '- *No entry points detected.*';
43
+ }
44
+ const repoRoot = repoStructure.rootPath;
45
+ return semantics.architecture.entryPoints.map(ep => {
46
+ const relPath = path.relative(repoRoot, ep);
47
+ return `- [\`${relPath}\`](${relPath})`;
48
+ }).join('\n');
49
+ }
50
+ function renderKeyExportsSection(context) {
51
+ const { semantics, repoStructure } = context;
52
+ if (!semantics) {
53
+ return '- *No key exports detected.*';
54
+ }
55
+ const repoRoot = repoStructure.rootPath;
56
+ // Get exported classes and interfaces
57
+ const classes = semantics.symbols.classes
58
+ .filter(s => s.exported);
59
+ const interfaces = semantics.symbols.interfaces
60
+ .filter(s => s.exported);
61
+ const lines = [];
62
+ if (classes.length > 0) {
63
+ lines.push('**Classes:**');
64
+ lines.push((0, common_1.buildSymbolList)(classes, repoRoot, false));
65
+ }
66
+ if (interfaces.length > 0) {
67
+ if (lines.length > 0)
68
+ lines.push('');
69
+ lines.push('**Interfaces:**');
70
+ lines.push((0, common_1.buildSymbolList)(interfaces, repoRoot, false));
71
+ }
72
+ if (lines.length === 0) {
73
+ return '- *No major exports detected.*';
74
+ }
75
+ return lines.join('\n');
76
+ }
6
77
  function renderProjectOverview(context) {
7
- const frontMatter = (0, frontMatter_1.createFrontMatter)({
8
- id: 'project-overview',
9
- goal: 'Explain why the project exists, who it serves, and how to get productive quickly.',
10
- requiredInputs: [
11
- 'Latest product or roadmap brief',
12
- 'Repository metadata (README highlights, package manifests)',
13
- 'List of stakeholders or domain experts for verification'
14
- ],
15
- successCriteria: [
16
- 'Quick Facts mirror current tooling, stack, and entry points',
17
- 'Directory map explains where primary capabilities live',
18
- 'Next steps point to authoritative specs or dashboards'
19
- ],
20
- relatedAgents: ['documentation-writer', 'architect-specialist']
21
- });
22
78
  const directoryList = (0, common_1.formatDirectoryList)(context, true);
23
79
  const languageSummary = context.primaryLanguages.length > 0
24
80
  ? context.primaryLanguages.map(lang => `- ${lang.extension} (${lang.count} files)`).join('\n')
25
81
  : '- Language mix pending analysis.';
26
- return `${frontMatter}
27
- <!-- ai-task:project-overview -->
28
- # Project Overview
82
+ const entryPointsSection = renderEntryPointsSection(context);
83
+ const keyExportsSection = renderKeyExportsSection(context);
84
+ return `# Project Overview
29
85
 
30
86
  > TODO: Summarize the problem this project solves and who benefits from it.
31
87
 
@@ -34,13 +90,30 @@ function renderProjectOverview(context) {
34
90
  - Primary languages detected:
35
91
  ${languageSummary}
36
92
 
37
- ## Directory Map
93
+ ## Entry Points
94
+ ${entryPointsSection}
95
+
96
+ ## Key Exports
97
+ ${keyExportsSection}
98
+
99
+ ## File Structure & Code Organization
38
100
  ${directoryList || '*Add a short description for each relevant directory.*'}
39
101
 
40
- ## Technology Signals
41
- - Highlight frameworks, runtimes, state management patterns, data layers, and cross-service communication patterns detected in the repository.
42
- - Note build tooling, linting, and formatting infrastructure they should be aware of.
43
- - Call out external services (APIs, queues, cloud resources) and their integration points.
102
+ ## Technology Stack Summary
103
+ - Outline primary runtimes, languages, and platforms in use.
104
+ - Note build tooling, linting, and formatting infrastructure the team relies on.
105
+
106
+ ## Core Framework Stack
107
+ - Document core frameworks per layer (backend, frontend, data, messaging).
108
+ - Mention architectural patterns enforced by these frameworks.
109
+
110
+ ## UI & Interaction Libraries
111
+ - List UI kits, CLI interaction helpers, or design system dependencies.
112
+ - Note theming, accessibility, or localization considerations contributors must follow.
113
+
114
+ ## Development Tools Overview
115
+ - Highlight essential CLIs, scripts, or developer environments.
116
+ - Link to [Tooling & Productivity Guide](./tooling.md) for deeper setup instructions.
44
117
 
45
118
  ## Getting Started Checklist
46
119
  1. Install dependencies with \`npm install\`.
@@ -49,20 +122,6 @@ ${directoryList || '*Add a short description for each relevant directory.*'}
49
122
 
50
123
  ## Next Steps
51
124
  Capture product positioning, key stakeholders, and links to external documentation or product specs here.
52
-
53
- ## AI Update Checklist
54
- 1. Review roadmap items or issues labelled “release” to confirm current goals.
55
- 2. Cross-check Quick Facts against \`package.json\` and environment docs.
56
- 3. Refresh the Directory Map to reflect new or retired modules; keep guidance actionable.
57
- 4. Link critical dashboards, specs, or runbooks used by the team.
58
- 5. Flag any details that require human confirmation (e.g., stakeholder ownership).
59
-
60
- ## Acceptable Sources
61
- - Recent commits, release notes, or ADRs describing high-level changes.
62
- - Product requirement documents linked from this repository.
63
- - Confirmed statements from maintainers or product leads.
64
-
65
- <!-- /ai-task -->
66
125
  `;
67
126
  }
68
127
  //# sourceMappingURL=projectOverviewTemplate.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"projectOverviewTemplate.js","sourceRoot":"","sources":["../../../../src/generators/documentation/templates/projectOverviewTemplate.ts"],"names":[],"mappings":";;AAIA,sDA+DC;AAnED,+CAAkD;AAElD,qCAA+C;AAE/C,SAAgB,qBAAqB,CAAC,OAAqC;IACzE,MAAM,WAAW,GAAG,IAAA,+BAAiB,EAAC;QACpC,EAAE,EAAE,kBAAkB;QACtB,IAAI,EAAE,mFAAmF;QACzF,cAAc,EAAE;YACd,iCAAiC;YACjC,4DAA4D;YAC5D,yDAAyD;SAC1D;QACD,eAAe,EAAE;YACf,6DAA6D;YAC7D,wDAAwD;YACxD,uDAAuD;SACxD;QACD,aAAa,EAAE,CAAC,sBAAsB,EAAE,sBAAsB,CAAC;KAChE,CAAC,CAAC;IAEH,MAAM,aAAa,GAAG,IAAA,4BAAmB,EAAC,OAAO,EAAE,IAAI,CAAC,CAAC;IACzD,MAAM,eAAe,GAAG,OAAO,CAAC,gBAAgB,CAAC,MAAM,GAAG,CAAC;QACzD,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,KAAK,IAAI,CAAC,SAAS,KAAK,IAAI,CAAC,KAAK,SAAS,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QAC9F,CAAC,CAAC,kCAAkC,CAAC;IAEvC,OAAO,GAAG,WAAW;;;;;;;iBAON,OAAO,CAAC,aAAa,CAAC,QAAQ;;EAE7C,eAAe;;;EAGf,aAAa,IAAI,wDAAwD;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4B1E,CAAC;AACF,CAAC"}
1
+ {"version":3,"file":"projectOverviewTemplate.js","sourceRoot":"","sources":["../../../../src/generators/documentation/templates/projectOverviewTemplate.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoDA,sDAoDC;AAxGD,2CAA6B;AAE7B,qCAAiF;AAEjF,SAAS,wBAAwB,CAAC,OAAqC;IACrE,MAAM,EAAE,SAAS,EAAE,aAAa,EAAE,GAAG,OAAO,CAAC;IAC7C,IAAI,CAAC,SAAS,IAAI,CAAC,SAAS,CAAC,YAAY,CAAC,WAAW,CAAC,MAAM,EAAE,CAAC;QAC7D,OAAO,+BAA+B,CAAC;IACzC,CAAC;IAED,MAAM,QAAQ,GAAG,aAAa,CAAC,QAAQ,CAAC;IACxC,OAAO,SAAS,CAAC,YAAY,CAAC,WAAW,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE;QACjD,MAAM,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC;QAC5C,OAAO,QAAQ,OAAO,OAAO,OAAO,GAAG,CAAC;IAC1C,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AAChB,CAAC;AAED,SAAS,uBAAuB,CAAC,OAAqC;IACpE,MAAM,EAAE,SAAS,EAAE,aAAa,EAAE,GAAG,OAAO,CAAC;IAC7C,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,OAAO,8BAA8B,CAAC;IACxC,CAAC;IAED,MAAM,QAAQ,GAAG,aAAa,CAAC,QAAQ,CAAC;IAExC,sCAAsC;IACtC,MAAM,OAAO,GAAG,SAAS,CAAC,OAAO,CAAC,OAAO;SACtC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC;IAE3B,MAAM,UAAU,GAAG,SAAS,CAAC,OAAO,CAAC,UAAU;SAC5C,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC;IAE3B,MAAM,KAAK,GAAa,EAAE,CAAC;IAE3B,IAAI,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACvB,KAAK,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC3B,KAAK,CAAC,IAAI,CAAC,IAAA,wBAAe,EAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,CAAC,CAAC,CAAC;IACxD,CAAC;IAED,IAAI,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QAC1B,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC;YAAE,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QACrC,KAAK,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QAC9B,KAAK,CAAC,IAAI,CAAC,IAAA,wBAAe,EAAC,UAAU,EAAE,QAAQ,EAAE,KAAK,CAAC,CAAC,CAAC;IAC3D,CAAC;IAED,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACvB,OAAO,gCAAgC,CAAC;IAC1C,CAAC;IAED,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AAC1B,CAAC;AAED,SAAgB,qBAAqB,CAAC,OAAqC;IAEzE,MAAM,aAAa,GAAG,IAAA,4BAAmB,EAAC,OAAO,EAAE,IAAI,CAAC,CAAC;IACzD,MAAM,eAAe,GAAG,OAAO,CAAC,gBAAgB,CAAC,MAAM,GAAG,CAAC;QACzD,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,KAAK,IAAI,CAAC,SAAS,KAAK,IAAI,CAAC,KAAK,SAAS,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QAC9F,CAAC,CAAC,kCAAkC,CAAC;IAEvC,MAAM,kBAAkB,GAAG,wBAAwB,CAAC,OAAO,CAAC,CAAC;IAC7D,MAAM,iBAAiB,GAAG,uBAAuB,CAAC,OAAO,CAAC,CAAC;IAE3D,OAAO;;;;;iBAKQ,OAAO,CAAC,aAAa,CAAC,QAAQ;;EAE7C,eAAe;;;EAGf,kBAAkB;;;EAGlB,iBAAiB;;;EAGjB,aAAa,IAAI,wDAAwD;;;;;;;;;;;;;;;;;;;;;;;;;CAyB1E,CAAC;AACF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"securityTemplate.d.ts","sourceRoot":"","sources":["../../../../src/generators/documentation/templates/securityTemplate.ts"],"names":[],"mappings":"AAEA,wBAAgB,cAAc,IAAI,MAAM,CAgDvC"}
1
+ {"version":3,"file":"securityTemplate.d.ts","sourceRoot":"","sources":["../../../../src/generators/documentation/templates/securityTemplate.ts"],"names":[],"mappings":"AAAA,wBAAgB,cAAc,IAAI,MAAM,CAiBvC"}
@@ -1,26 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.renderSecurity = renderSecurity;
4
- const frontMatter_1 = require("./frontMatter");
5
4
  function renderSecurity() {
6
- const frontMatter = (0, frontMatter_1.createFrontMatter)({
7
- id: 'security',
8
- goal: 'Document authentication, authorization, data protection, and compliance expectations.',
9
- requiredInputs: [
10
- 'AuthN/AuthZ implementation details',
11
- 'Secrets storage and rotation policies',
12
- 'Compliance frameworks or audit requirements'
13
- ],
14
- successCriteria: [
15
- 'Explains how users and services authenticate',
16
- 'Lists sensitive data classifications and storage locations',
17
- 'Provides clear escalation paths for security incidents'
18
- ],
19
- relatedAgents: ['security-auditor', 'code-reviewer']
20
- });
21
- return `${frontMatter}
22
- <!-- ai-task:security -->
23
- # Security & Compliance Notes
5
+ return `# Security & Compliance Notes
24
6
 
25
7
  Capture the policies and guardrails that keep this project secure and compliant.
26
8
 
@@ -35,19 +17,6 @@ Capture the policies and guardrails that keep this project secure and compliant.
35
17
 
36
18
  ## Incident Response
37
19
  - On-call contacts, escalation steps, and tooling for detection, triage, and post-incident analysis.
38
-
39
- ## AI Update Checklist
40
- 1. Confirm security libraries and infrastructure match current deployments.
41
- 2. Update secrets management details when storage or naming changes.
42
- 3. Reflect new compliance obligations or audit findings.
43
- 4. Ensure incident response procedures include current contacts and tooling.
44
-
45
- ## Acceptable Sources
46
- - Security architecture docs, runbooks, policy handbooks.
47
- - IAM/authorization configuration (code or infrastructure).
48
- - Compliance updates from security or legal teams.
49
-
50
- <!-- /ai-task -->
51
20
  `;
52
21
  }
53
22
  //# sourceMappingURL=securityTemplate.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"securityTemplate.js","sourceRoot":"","sources":["../../../../src/generators/documentation/templates/securityTemplate.ts"],"names":[],"mappings":";;AAEA,wCAgDC;AAlDD,+CAAkD;AAElD,SAAgB,cAAc;IAC5B,MAAM,WAAW,GAAG,IAAA,+BAAiB,EAAC;QACpC,EAAE,EAAE,UAAU;QACd,IAAI,EAAE,uFAAuF;QAC7F,cAAc,EAAE;YACd,oCAAoC;YACpC,uCAAuC;YACvC,6CAA6C;SAC9C;QACD,eAAe,EAAE;YACf,8CAA8C;YAC9C,4DAA4D;YAC5D,wDAAwD;SACzD;QACD,aAAa,EAAE,CAAC,kBAAkB,EAAE,eAAe,CAAC;KACrD,CAAC,CAAC;IAEH,OAAO,GAAG,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BtB,CAAC;AACF,CAAC"}
1
+ {"version":3,"file":"securityTemplate.js","sourceRoot":"","sources":["../../../../src/generators/documentation/templates/securityTemplate.ts"],"names":[],"mappings":";;AAAA,wCAiBC;AAjBD,SAAgB,cAAc;IAC5B,OAAO;;;;;;;;;;;;;;;CAeR,CAAC;AACF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"testingTemplate.d.ts","sourceRoot":"","sources":["../../../../src/generators/documentation/templates/testingTemplate.ts"],"names":[],"mappings":"AAEA,wBAAgB,qBAAqB,IAAI,MAAM,CAsD9C"}
1
+ {"version":3,"file":"testingTemplate.d.ts","sourceRoot":"","sources":["../../../../src/generators/documentation/templates/testingTemplate.ts"],"names":[],"mappings":"AAAA,wBAAgB,qBAAqB,IAAI,MAAM,CAsB9C"}