@autobe/agent 0.30.4 → 0.30.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/lib/constants/AutoBeSystemPromptConstant.d.ts +5 -4
  2. package/lib/constants/AutoBeSystemPromptConstant.js.map +1 -1
  3. package/lib/describe/image/orchestrateImageDescribeDraft.js +6 -6
  4. package/lib/describe/image/structures/IAutoBeImageDescribeDraftApplication.d.ts +12 -63
  5. package/lib/index.mjs +2918 -2842
  6. package/lib/index.mjs.map +1 -1
  7. package/lib/orchestrate/analyze/orchestrateAnalyzeExtractDecisions.js +8 -8
  8. package/lib/orchestrate/analyze/orchestrateAnalyzeScenario.js +36 -37
  9. package/lib/orchestrate/analyze/orchestrateAnalyzeScenario.js.map +1 -1
  10. package/lib/orchestrate/analyze/orchestrateAnalyzeScenarioReview.js +7 -7
  11. package/lib/orchestrate/analyze/orchestrateAnalyzeSectionCrossFileReview.js +55 -42
  12. package/lib/orchestrate/analyze/orchestrateAnalyzeSectionCrossFileReview.js.map +1 -1
  13. package/lib/orchestrate/analyze/orchestrateAnalyzeSectionReview.js +67 -54
  14. package/lib/orchestrate/analyze/orchestrateAnalyzeSectionReview.js.map +1 -1
  15. package/lib/orchestrate/analyze/orchestrateAnalyzeWriteSection.js +24 -25
  16. package/lib/orchestrate/analyze/orchestrateAnalyzeWriteSection.js.map +1 -1
  17. package/lib/orchestrate/analyze/orchestrateAnalyzeWriteSectionPatch.js +24 -25
  18. package/lib/orchestrate/analyze/orchestrateAnalyzeWriteSectionPatch.js.map +1 -1
  19. package/lib/orchestrate/analyze/orchestrateAnalyzeWriteUnit.js +30 -31
  20. package/lib/orchestrate/analyze/orchestrateAnalyzeWriteUnit.js.map +1 -1
  21. package/lib/orchestrate/analyze/structures/IAutoBeAnalyzeExtractDecisionsApplication.d.ts +14 -52
  22. package/lib/orchestrate/analyze/structures/IAutoBeAnalyzeScenarioApplication.d.ts +23 -96
  23. package/lib/orchestrate/analyze/structures/IAutoBeAnalyzeScenarioReviewApplication.d.ts +12 -40
  24. package/lib/orchestrate/analyze/structures/IAutoBeAnalyzeSectionCrossFileReviewApplication.d.ts +30 -88
  25. package/lib/orchestrate/analyze/structures/IAutoBeAnalyzeSectionReviewApplication.d.ts +35 -94
  26. package/lib/orchestrate/analyze/structures/IAutoBeAnalyzeWriteSectionApplication.d.ts +23 -93
  27. package/lib/orchestrate/analyze/structures/IAutoBeAnalyzeWriteUnitApplication.d.ts +15 -88
  28. package/lib/orchestrate/common/histories/transformPreviousAndLatestCorrectHistory.js +76 -31
  29. package/lib/orchestrate/common/histories/transformPreviousAndLatestCorrectHistory.js.map +1 -1
  30. package/lib/orchestrate/common/orchestrateCommonCorrectCasting.js +7 -7
  31. package/lib/orchestrate/common/structures/IAnalysisSectionEntry.d.ts +2 -8
  32. package/lib/orchestrate/common/structures/IAutoBeCommonCorrectCastingApplication.d.ts +8 -50
  33. package/lib/orchestrate/common/structures/IAutoBePreliminaryCollection.d.ts +1 -9
  34. package/lib/orchestrate/common/structures/IAutoBePreliminaryGetAnalysisSections.d.ts +4 -23
  35. package/lib/orchestrate/common/structures/IAutoBePreliminaryGetDatabaseSchemas.d.ts +3 -21
  36. package/lib/orchestrate/common/structures/IAutoBePreliminaryGetInterfaceOperations.d.ts +4 -22
  37. package/lib/orchestrate/common/structures/IAutoBePreliminaryGetInterfaceSchemas.d.ts +4 -22
  38. package/lib/orchestrate/common/structures/IAutoBePreliminaryGetPreviousAnalysisSections.d.ts +5 -17
  39. package/lib/orchestrate/common/structures/IAutoBePreliminaryGetPreviousDatabaseSchemas.d.ts +7 -76
  40. package/lib/orchestrate/common/structures/IAutoBePreliminaryGetPreviousInterfaceOperations.d.ts +6 -89
  41. package/lib/orchestrate/common/structures/IAutoBePreliminaryGetPreviousInterfaceSchemas.d.ts +7 -93
  42. package/lib/orchestrate/common/structures/IAutoBePreliminaryGetRealizeCollectors.d.ts +3 -22
  43. package/lib/orchestrate/common/structures/IAutoBePreliminaryGetRealizeTransformers.d.ts +3 -22
  44. package/lib/orchestrate/interface/orchestrateInterfaceAuthorization.js +114 -139
  45. package/lib/orchestrate/interface/orchestrateInterfaceAuthorization.js.map +1 -1
  46. package/lib/orchestrate/interface/orchestrateInterfaceEndpointReview.js +90 -91
  47. package/lib/orchestrate/interface/orchestrateInterfaceEndpointReview.js.map +1 -1
  48. package/lib/orchestrate/interface/orchestrateInterfaceEndpointWrite.js +58 -59
  49. package/lib/orchestrate/interface/orchestrateInterfaceEndpointWrite.js.map +1 -1
  50. package/lib/orchestrate/interface/orchestrateInterfaceGroup.js +58 -59
  51. package/lib/orchestrate/interface/orchestrateInterfaceGroup.js.map +1 -1
  52. package/lib/orchestrate/interface/orchestrateInterfaceOperation.js +108 -132
  53. package/lib/orchestrate/interface/orchestrateInterfaceOperation.js.map +1 -1
  54. package/lib/orchestrate/interface/orchestrateInterfaceOperationReview.js +72 -72
  55. package/lib/orchestrate/interface/orchestrateInterfacePrerequisite.js +76 -77
  56. package/lib/orchestrate/interface/orchestrateInterfacePrerequisite.js.map +1 -1
  57. package/lib/orchestrate/interface/orchestrateInterfaceSchemaCasting.js +130 -159
  58. package/lib/orchestrate/interface/orchestrateInterfaceSchemaCasting.js.map +1 -1
  59. package/lib/orchestrate/interface/orchestrateInterfaceSchemaComplement.js +126 -155
  60. package/lib/orchestrate/interface/orchestrateInterfaceSchemaComplement.js.map +1 -1
  61. package/lib/orchestrate/interface/orchestrateInterfaceSchemaRefine.js +114 -142
  62. package/lib/orchestrate/interface/orchestrateInterfaceSchemaRefine.js.map +1 -1
  63. package/lib/orchestrate/interface/orchestrateInterfaceSchemaRename.js +5 -5
  64. package/lib/orchestrate/interface/orchestrateInterfaceSchemaReview.js +100 -129
  65. package/lib/orchestrate/interface/orchestrateInterfaceSchemaReview.js.map +1 -1
  66. package/lib/orchestrate/interface/orchestrateInterfaceSchemaWrite.js +120 -149
  67. package/lib/orchestrate/interface/orchestrateInterfaceSchemaWrite.js.map +1 -1
  68. package/lib/orchestrate/interface/structures/IAutoBeInterfaceAuthorizationApplication.d.ts +10 -97
  69. package/lib/orchestrate/interface/structures/IAutoBeInterfaceEndpointReviewApplication.d.ts +14 -83
  70. package/lib/orchestrate/interface/structures/IAutoBeInterfaceEndpointWriteApplication.d.ts +12 -90
  71. package/lib/orchestrate/interface/structures/IAutoBeInterfaceGroupApplication.d.ts +12 -80
  72. package/lib/orchestrate/interface/structures/IAutoBeInterfaceOperationApplication.d.ts +21 -116
  73. package/lib/orchestrate/interface/structures/IAutoBeInterfaceOperationReviewApplication.d.ts +24 -112
  74. package/lib/orchestrate/interface/structures/IAutoBeInterfacePrerequisiteApplication.d.ts +11 -83
  75. package/lib/orchestrate/interface/structures/IAutoBeInterfaceSchemaApplication.d.ts +11 -76
  76. package/lib/orchestrate/interface/structures/IAutoBeInterfaceSchemaCastingApplication.d.ts +18 -96
  77. package/lib/orchestrate/interface/structures/IAutoBeInterfaceSchemaComplementApplication.d.ts +11 -76
  78. package/lib/orchestrate/interface/structures/IAutoBeInterfaceSchemaRefineApplication.d.ts +25 -107
  79. package/lib/orchestrate/interface/structures/IAutoBeInterfaceSchemaRenameApplication.d.ts +5 -31
  80. package/lib/orchestrate/interface/structures/IAutoBeInterfaceSchemaReviewApplication.d.ts +6 -42
  81. package/lib/orchestrate/prisma/orchestratePrismaAuthorization.js +41 -41
  82. package/lib/orchestrate/prisma/orchestratePrismaAuthorizationReview.js +62 -63
  83. package/lib/orchestrate/prisma/orchestratePrismaAuthorizationReview.js.map +1 -1
  84. package/lib/orchestrate/prisma/orchestratePrismaComponent.js +40 -41
  85. package/lib/orchestrate/prisma/orchestratePrismaComponent.js.map +1 -1
  86. package/lib/orchestrate/prisma/orchestratePrismaComponentReview.js +60 -61
  87. package/lib/orchestrate/prisma/orchestratePrismaComponentReview.js.map +1 -1
  88. package/lib/orchestrate/prisma/orchestratePrismaCorrect.js +112 -116
  89. package/lib/orchestrate/prisma/orchestratePrismaCorrect.js.map +1 -1
  90. package/lib/orchestrate/prisma/orchestratePrismaGroup.js +48 -49
  91. package/lib/orchestrate/prisma/orchestratePrismaGroup.js.map +1 -1
  92. package/lib/orchestrate/prisma/orchestratePrismaGroupReview.js +70 -71
  93. package/lib/orchestrate/prisma/orchestratePrismaGroupReview.js.map +1 -1
  94. package/lib/orchestrate/prisma/orchestratePrismaSchema.js +118 -122
  95. package/lib/orchestrate/prisma/orchestratePrismaSchema.js.map +1 -1
  96. package/lib/orchestrate/prisma/orchestratePrismaSchemaReview.js +126 -131
  97. package/lib/orchestrate/prisma/orchestratePrismaSchemaReview.js.map +1 -1
  98. package/lib/orchestrate/prisma/structures/IAutoBeDatabaseAuthorizationApplication.d.ts +22 -99
  99. package/lib/orchestrate/prisma/structures/IAutoBeDatabaseAuthorizationReviewApplication.d.ts +12 -109
  100. package/lib/orchestrate/prisma/structures/IAutoBeDatabaseComponentApplication.d.ts +14 -100
  101. package/lib/orchestrate/prisma/structures/IAutoBeDatabaseComponentReviewApplication.d.ts +15 -108
  102. package/lib/orchestrate/prisma/structures/IAutoBeDatabaseCorrectApplication.d.ts +24 -106
  103. package/lib/orchestrate/prisma/structures/IAutoBeDatabaseGroupApplication.d.ts +13 -76
  104. package/lib/orchestrate/prisma/structures/IAutoBeDatabaseGroupReviewApplication.d.ts +13 -111
  105. package/lib/orchestrate/prisma/structures/IAutoBeDatabaseSchemaApplication.d.ts +26 -97
  106. package/lib/orchestrate/prisma/structures/IAutoBeDatabaseSchemaReviewApplication.d.ts +16 -93
  107. package/lib/orchestrate/realize/histories/transformRealizeOperationCorrectHistory.js +1 -1
  108. package/lib/orchestrate/realize/histories/transformRealizeOperationCorrectHistory.js.map +1 -1
  109. package/lib/orchestrate/realize/histories/transformRealizeOperationWriteHistory.js +1 -1
  110. package/lib/orchestrate/realize/histories/transformRealizeOperationWriteHistory.js.map +1 -1
  111. package/lib/orchestrate/realize/histories/transformRealizeTransformerCorrectHistory.js +20 -2
  112. package/lib/orchestrate/realize/histories/transformRealizeTransformerCorrectHistory.js.map +1 -1
  113. package/lib/orchestrate/realize/histories/transformRealizeTransformerWriteHistory.js +22 -2
  114. package/lib/orchestrate/realize/histories/transformRealizeTransformerWriteHistory.js.map +1 -1
  115. package/lib/orchestrate/realize/internal/orchestrateRealizeCorrectCasting.js +7 -7
  116. package/lib/orchestrate/realize/internal/orchestrateRealizeCorrectOverall.js +86 -6
  117. package/lib/orchestrate/realize/internal/orchestrateRealizeCorrectOverall.js.map +1 -1
  118. package/lib/orchestrate/realize/orchestrateRealizeAuthorizationCorrect.js +38 -38
  119. package/lib/orchestrate/realize/orchestrateRealizeAuthorizationWrite.js +34 -34
  120. package/lib/orchestrate/realize/orchestrateRealizeCollectorCorrectOverall.js +38 -38
  121. package/lib/orchestrate/realize/orchestrateRealizeCollectorPlan.js +54 -54
  122. package/lib/orchestrate/realize/orchestrateRealizeCollectorWrite.js +36 -36
  123. package/lib/orchestrate/realize/orchestrateRealizeOperationCorrectOverall.js +44 -44
  124. package/lib/orchestrate/realize/orchestrateRealizeOperationWrite.js +42 -42
  125. package/lib/orchestrate/realize/orchestrateRealizeTransformerCorrectCasting.js +1 -0
  126. package/lib/orchestrate/realize/orchestrateRealizeTransformerCorrectCasting.js.map +1 -1
  127. package/lib/orchestrate/realize/orchestrateRealizeTransformerCorrectOverall.js +46 -46
  128. package/lib/orchestrate/realize/orchestrateRealizeTransformerPlan.js +36 -36
  129. package/lib/orchestrate/realize/orchestrateRealizeTransformerWrite.js +44 -44
  130. package/lib/orchestrate/realize/programmers/AutoBeRealizeTransformerProgrammer.d.ts +18 -0
  131. package/lib/orchestrate/realize/programmers/AutoBeRealizeTransformerProgrammer.js +167 -8
  132. package/lib/orchestrate/realize/programmers/AutoBeRealizeTransformerProgrammer.js.map +1 -1
  133. package/lib/orchestrate/realize/structures/IAutoBeRealizeAuthorizationCorrectApplication.d.ts +17 -71
  134. package/lib/orchestrate/realize/structures/IAutoBeRealizeAuthorizationWriteApplication.d.ts +32 -92
  135. package/lib/orchestrate/realize/structures/IAutoBeRealizeCollectorCorrectApplication.d.ts +32 -114
  136. package/lib/orchestrate/realize/structures/IAutoBeRealizeCollectorPlanApplication.d.ts +29 -106
  137. package/lib/orchestrate/realize/structures/IAutoBeRealizeCollectorWriteApplication.d.ts +38 -131
  138. package/lib/orchestrate/realize/structures/IAutoBeRealizeOperationCorrectApplication.d.ts +16 -71
  139. package/lib/orchestrate/realize/structures/IAutoBeRealizeOperationWriteApplication.d.ts +16 -73
  140. package/lib/orchestrate/realize/structures/IAutoBeRealizeTransformerCorrectApplication.d.ts +37 -155
  141. package/lib/orchestrate/realize/structures/IAutoBeRealizeTransformerPlanApplication.d.ts +25 -88
  142. package/lib/orchestrate/realize/structures/IAutoBeRealizeTransformerWriteApplication.d.ts +48 -181
  143. package/lib/orchestrate/realize/utils/generateTS2339Hints.d.ts +5 -3
  144. package/lib/orchestrate/realize/utils/generateTS2339Hints.js +37 -19
  145. package/lib/orchestrate/realize/utils/generateTS2339Hints.js.map +1 -1
  146. package/lib/orchestrate/test/histories/transformTestOperationWriteHistory.js +2 -2
  147. package/lib/orchestrate/test/orchestrateTestScenario.js +22 -22
  148. package/lib/orchestrate/test/orchestrateTestScenarioReview.js +22 -22
  149. package/package.json +5 -5
  150. package/src/constants/AutoBeSystemPromptConstant.ts +5 -4
  151. package/src/describe/image/structures/IAutoBeImageDescribeDraftApplication.ts +12 -63
  152. package/src/orchestrate/analyze/structures/IAutoBeAnalyzeExtractDecisionsApplication.ts +14 -52
  153. package/src/orchestrate/analyze/structures/IAutoBeAnalyzeScenarioApplication.ts +23 -96
  154. package/src/orchestrate/analyze/structures/IAutoBeAnalyzeScenarioReviewApplication.ts +12 -40
  155. package/src/orchestrate/analyze/structures/IAutoBeAnalyzeSectionCrossFileReviewApplication.ts +30 -88
  156. package/src/orchestrate/analyze/structures/IAutoBeAnalyzeSectionReviewApplication.ts +35 -94
  157. package/src/orchestrate/analyze/structures/IAutoBeAnalyzeWriteSectionApplication.ts +23 -93
  158. package/src/orchestrate/analyze/structures/IAutoBeAnalyzeWriteUnitApplication.ts +15 -88
  159. package/src/orchestrate/common/histories/transformPreviousAndLatestCorrectHistory.ts +92 -31
  160. package/src/orchestrate/common/structures/IAnalysisSectionEntry.ts +2 -8
  161. package/src/orchestrate/common/structures/IAutoBeCommonCorrectCastingApplication.ts +8 -50
  162. package/src/orchestrate/common/structures/IAutoBePreliminaryCollection.ts +1 -9
  163. package/src/orchestrate/common/structures/IAutoBePreliminaryGetAnalysisSections.ts +4 -23
  164. package/src/orchestrate/common/structures/IAutoBePreliminaryGetDatabaseSchemas.ts +3 -21
  165. package/src/orchestrate/common/structures/IAutoBePreliminaryGetInterfaceOperations.ts +4 -22
  166. package/src/orchestrate/common/structures/IAutoBePreliminaryGetInterfaceSchemas.ts +4 -22
  167. package/src/orchestrate/common/structures/IAutoBePreliminaryGetPreviousAnalysisSections.ts +5 -17
  168. package/src/orchestrate/common/structures/IAutoBePreliminaryGetPreviousDatabaseSchemas.ts +7 -76
  169. package/src/orchestrate/common/structures/IAutoBePreliminaryGetPreviousInterfaceOperations.ts +6 -89
  170. package/src/orchestrate/common/structures/IAutoBePreliminaryGetPreviousInterfaceSchemas.ts +7 -93
  171. package/src/orchestrate/common/structures/IAutoBePreliminaryGetRealizeCollectors.ts +3 -22
  172. package/src/orchestrate/common/structures/IAutoBePreliminaryGetRealizeTransformers.ts +3 -22
  173. package/src/orchestrate/interface/structures/IAutoBeInterfaceAuthorizationApplication.ts +10 -97
  174. package/src/orchestrate/interface/structures/IAutoBeInterfaceEndpointReviewApplication.ts +14 -83
  175. package/src/orchestrate/interface/structures/IAutoBeInterfaceEndpointWriteApplication.ts +12 -90
  176. package/src/orchestrate/interface/structures/IAutoBeInterfaceGroupApplication.ts +12 -80
  177. package/src/orchestrate/interface/structures/IAutoBeInterfaceOperationApplication.ts +21 -116
  178. package/src/orchestrate/interface/structures/IAutoBeInterfaceOperationReviewApplication.ts +24 -112
  179. package/src/orchestrate/interface/structures/IAutoBeInterfacePrerequisiteApplication.ts +11 -83
  180. package/src/orchestrate/interface/structures/IAutoBeInterfaceSchemaApplication.ts +11 -76
  181. package/src/orchestrate/interface/structures/IAutoBeInterfaceSchemaCastingApplication.ts +18 -96
  182. package/src/orchestrate/interface/structures/IAutoBeInterfaceSchemaComplementApplication.ts +11 -76
  183. package/src/orchestrate/interface/structures/IAutoBeInterfaceSchemaRefineApplication.ts +25 -107
  184. package/src/orchestrate/interface/structures/IAutoBeInterfaceSchemaRenameApplication.ts +5 -31
  185. package/src/orchestrate/interface/structures/IAutoBeInterfaceSchemaReviewApplication.ts +6 -42
  186. package/src/orchestrate/prisma/structures/IAutoBeDatabaseAuthorizationApplication.ts +22 -99
  187. package/src/orchestrate/prisma/structures/IAutoBeDatabaseAuthorizationReviewApplication.ts +12 -109
  188. package/src/orchestrate/prisma/structures/IAutoBeDatabaseComponentApplication.ts +14 -100
  189. package/src/orchestrate/prisma/structures/IAutoBeDatabaseComponentReviewApplication.ts +15 -108
  190. package/src/orchestrate/prisma/structures/IAutoBeDatabaseCorrectApplication.ts +24 -106
  191. package/src/orchestrate/prisma/structures/IAutoBeDatabaseGroupApplication.ts +13 -76
  192. package/src/orchestrate/prisma/structures/IAutoBeDatabaseGroupReviewApplication.ts +13 -111
  193. package/src/orchestrate/prisma/structures/IAutoBeDatabaseSchemaApplication.ts +26 -97
  194. package/src/orchestrate/prisma/structures/IAutoBeDatabaseSchemaReviewApplication.ts +16 -93
  195. package/src/orchestrate/realize/histories/transformRealizeTransformerCorrectHistory.ts +21 -1
  196. package/src/orchestrate/realize/histories/transformRealizeTransformerWriteHistory.ts +26 -4
  197. package/src/orchestrate/realize/internal/orchestrateRealizeCorrectOverall.ts +125 -9
  198. package/src/orchestrate/realize/orchestrateRealizeTransformerCorrectCasting.ts +1 -0
  199. package/src/orchestrate/realize/programmers/AutoBeRealizeTransformerProgrammer.ts +210 -7
  200. package/src/orchestrate/realize/structures/IAutoBeRealizeAuthorizationCorrectApplication.ts +17 -71
  201. package/src/orchestrate/realize/structures/IAutoBeRealizeAuthorizationWriteApplication.ts +32 -92
  202. package/src/orchestrate/realize/structures/IAutoBeRealizeCollectorCorrectApplication.ts +32 -114
  203. package/src/orchestrate/realize/structures/IAutoBeRealizeCollectorPlanApplication.ts +29 -106
  204. package/src/orchestrate/realize/structures/IAutoBeRealizeCollectorWriteApplication.ts +38 -131
  205. package/src/orchestrate/realize/structures/IAutoBeRealizeOperationCorrectApplication.ts +16 -71
  206. package/src/orchestrate/realize/structures/IAutoBeRealizeOperationWriteApplication.ts +16 -73
  207. package/src/orchestrate/realize/structures/IAutoBeRealizeTransformerCorrectApplication.ts +37 -155
  208. package/src/orchestrate/realize/structures/IAutoBeRealizeTransformerPlanApplication.ts +25 -88
  209. package/src/orchestrate/realize/structures/IAutoBeRealizeTransformerWriteApplication.ts +48 -181
  210. package/src/orchestrate/realize/utils/generateTS2339Hints.ts +39 -19
@@ -1 +1 @@
1
- {"version":3,"file":"orchestrateInterfaceSchemaWrite.js","sourceRoot":"","sources":["../../../src/orchestrate/interface/orchestrateInterfaceSchemaWrite.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OACV;QACvD,QAAQ,EAAE;YACR,OAAO,EAAE,QAAQ;SAClB;KACF,EACF,CAAC;IACF,IACE,qDAAyB,CAAC,YAAY,CAAC;QACrC,UAAU,EAAE,KAAK,CAAC,UAAU;QAC5B,QAAQ,EAAE,KAAK,CAAC,QAAQ;KACzB,CAAC,KAAK,IAAI;QAIP,WAAW,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,KAAK,+BAG1C,CAAC,UAAU,CAAC,MACd,CAAC,IAAI,GAAG,mCAAmC,CAAC;IAC/C,iEAA+B,CAAC,cAAc,CAAC;QAC7C,WAAW;QACX,WAAW;KACZ,CAAC,CAAC;IAEH,OAAO;QACL,QAAQ,EAAE,OAAO;QACjB,IAAI,EAAE,MAAM;QACZ,WAAW;QACX,OAAO,EAAE;YACP,OAAO,EAAE,CAAO,IAAI,EAAE,EAAE;gBACtB,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,KAAK,UAAU;oBAAE,MAAM,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;YACxE,CAAC,CAAA;SAC0C;KAC9C,CAAC;AACJ,CAAC;AAED,MAAM,MAAM,GAAG,iBAA6C,CAAC"}
1
+ {"version":3,"file":"orchestrateInterfaceSchemaWrite.js","sourceRoot":"","sources":["../../../src/orchestrate/interface/orchestrateInterfaceSchemaWrite.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OACV;QACvD,QAAQ,EAAE;YACR,OAAO,EAAE,QAAQ;SAClB;KACF,EACF,CAAC;IACF,IACE,qDAAyB,CAAC,YAAY,CAAC;QACrC,UAAU,EAAE,KAAK,CAAC,UAAU;QAC5B,QAAQ,EAAE,KAAK,CAAC,QAAQ;KACzB,CAAC,KAAK,IAAI;QAIP,WAAW,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,KAAK,+BAG1C,CAAC,UAAU,CAAC,MACd,CAAC,IAAI,GAAG,mCAAmC,CAAC;IAC/C,iEAA+B,CAAC,cAAc,CAAC;QAC7C,WAAW;QACX,WAAW;KACZ,CAAC,CAAC;IAEH,OAAO;QACL,QAAQ,EAAE,OAAO;QACjB,IAAI,EAAE,MAAM;QACZ,WAAW;QACX,OAAO,EAAE;YACP,OAAO,EAAE,CAAO,IAAI,EAAE,EAAE;gBACtB,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,KAAK,UAAU;oBAAE,MAAM,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;YACxE,CAAC,CAAA;SAC0C;KAC9C,CAAC;AACJ,CAAC;AAED,MAAM,MAAM,GAAG,iBAA6C,CAAC"}
@@ -5,118 +5,31 @@ import { IAutoBePreliminaryGetDatabaseSchemas } from "../../common/structures/IA
5
5
  import { IAutoBePreliminaryGetPreviousAnalysisSections } from "../../common/structures/IAutoBePreliminaryGetPreviousAnalysisSections";
6
6
  import { IAutoBePreliminaryGetPreviousDatabaseSchemas } from "../../common/structures/IAutoBePreliminaryGetPreviousDatabaseSchemas";
7
7
  export interface IAutoBeInterfaceAuthorizationApplication {
8
- /**
9
- * Process authorization operations generation task or preliminary data
10
- * requests.
11
- *
12
- * Generates authorization operations for the given roles and ensures the
13
- * interface reflects correct permissions and access levels.
14
- *
15
- * @param props Request containing either preliminary data request or complete
16
- * task
17
- */
8
+ /** Process task or retrieve preliminary data. */
18
9
  process(props: IAutoBeInterfaceAuthorizationApplication.IProps): void;
19
10
  }
20
11
  export declare namespace IAutoBeInterfaceAuthorizationApplication {
21
12
  interface IProps {
22
13
  /**
23
- * Think before you act.
24
- *
25
- * Before requesting preliminary data or completing your task, reflect on
26
- * your current state and explain your reasoning:
27
- *
28
- * For preliminary requests (getAnalysisSections, getDatabaseSchemas, etc.):
29
- *
30
- * - What critical information is missing that you don't already have?
31
- * - Why do you need it specifically right now?
32
- * - Be brief - state the gap, don't list everything you have.
33
- *
34
- * For completion (complete):
35
- *
36
- * - What key assets did you acquire?
37
- * - What did you accomplish?
38
- * - Why is it sufficient to complete?
39
- * - Summarize - don't enumerate every single item.
40
- *
41
- * This reflection helps you avoid duplicate requests and premature
42
- * completion.
14
+ * Reasoning about your current state: what's missing (preliminary) or what
15
+ * you accomplished (completion).
43
16
  */
44
17
  thinking: string;
45
18
  /**
46
- * Type discriminator for the request.
47
- *
48
- * Determines which action to perform: preliminary data retrieval
49
- * (getAnalysisSections, getPreviousAnalysisSections, getDatabaseSchemas,
50
- * getPreviousDatabaseSchemas) or final authorization operations generation
51
- * (complete). When preliminary returns empty array, that type is removed
52
- * from the union, physically preventing repeated calls.
19
+ * Action to perform. Exhausted preliminary types are removed from the
20
+ * union.
53
21
  */
54
22
  request: IComplete | IAutoBePreliminaryGetAnalysisSections | IAutoBePreliminaryGetDatabaseSchemas | IAutoBePreliminaryGetPreviousAnalysisSections | IAutoBePreliminaryGetPreviousDatabaseSchemas;
55
23
  }
56
- /**
57
- * Request to generate authorization operations.
58
- *
59
- * Executes authorization operations generation to define the authorization
60
- * requirements for the given roles. Ensures operations reflect correct
61
- * permissions and access levels for each role.
62
- */
24
+ /** Request to generate authorization operations. */
63
25
  interface IComplete {
64
- /**
65
- * Type discriminator for the request.
66
- *
67
- * Determines which action to perform: preliminary data retrieval or actual
68
- * task execution. Value "complete" indicates this is the final task
69
- * execution request.
70
- */
26
+ /** Type discriminator for completion request. */
71
27
  type: "complete";
72
- /**
73
- * Analysis of the actor's authentication requirements and schema context.
74
- *
75
- * Documents the agent's understanding of the actor type
76
- * (guest/member/admin), what authentication fields exist in the database
77
- * schema, what additional authentication features are supported by the
78
- * schema, and what operations are appropriate for this actor kind.
79
- */
28
+ /** Analysis of the actor's authentication requirements and schema context. */
80
29
  analysis: string;
81
- /**
82
- * Rationale for the authorization operation design decisions.
83
- *
84
- * Explains why specific operations were included or excluded, how the actor
85
- * kind influenced the essential operations selection (e.g., why guests
86
- * don't have login), what schema fields enabled additional operations, and
87
- * why certain authentication patterns were chosen.
88
- */
30
+ /** Rationale for authorization operation design decisions. */
89
31
  rationale: string;
90
- /**
91
- * Array of API operations to generate authorization operation for.
92
- *
93
- * Each operation in this array must include:
94
- *
95
- * - Specification: Detailed API specification with clear purpose and
96
- * functionality
97
- * - Path: Resource-centric URL path (e.g., "/resources/{resourceId}")
98
- * - Method: HTTP method (get, post, put, delete, patch)
99
- * - Description: Extremely detailed multi-paragraph description referencing
100
- * database schema comments
101
- * - Summary: Concise one-sentence summary of the endpoint
102
- * - Parameters: Array of all necessary parameters with descriptions and
103
- * schema definitions
104
- * - RequestBody: For POST/PUT/PATCH methods, with typeName referencing
105
- * components.schemas
106
- * - ResponseBody: With typeName referencing appropriate response type
107
- *
108
- * All operations must follow strict quality standards:
109
- *
110
- * 1. Detailed descriptions referencing database schema comments
111
- * 2. Accurate parameter definitions matching path parameters
112
- * 3. Appropriate request/response body type references
113
- * 4. Consistent patterns for CRUD operations
114
- *
115
- * For list retrievals (typically PATCH), include pagination, search, and
116
- * sorting. For detail retrieval (GET), return a single resource. For
117
- * creation (POST), use .ICreate request body. For modification (PUT), use
118
- * .IUpdate request body.
119
- */
32
+ /** Array of API operations to generate for authorization. */
120
33
  operations: AutoBeOpenApi.IOperation[] & tags.MinItems<1>;
121
34
  }
122
35
  }
@@ -6,109 +6,40 @@ import { IAutoBePreliminaryGetPreviousDatabaseSchemas } from "../../common/struc
6
6
  import { IAutoBePreliminaryGetPreviousInterfaceOperations } from "../../common/structures/IAutoBePreliminaryGetPreviousInterfaceOperations";
7
7
  export interface IAutoBeInterfaceEndpointReviewApplication {
8
8
  /**
9
- * Process endpoint review task or preliminary data requests.
10
- *
11
- * Reviews and validates generated endpoints to ensure they meet quality
12
- * standards. The review process examines endpoint design, identifies issues
13
- * such as duplicates or inconsistencies, and applies corrections through
14
- * revision operations (keep, create, update, or erase).
15
- *
16
- * **Critical**: Every endpoint in the provided list MUST receive a revision
17
- * decision. No omissions are allowed - use "keep" to explicitly approve
18
- * endpoints that need no changes.
19
- *
20
- * @param props Request containing either preliminary data request or endpoint
21
- * review completion
9
+ * Process task or retrieve preliminary data. Every endpoint MUST receive a
10
+ * revision decision.
22
11
  */
23
12
  process(props: IAutoBeInterfaceEndpointReviewApplication.IProps): void;
24
13
  }
25
14
  export declare namespace IAutoBeInterfaceEndpointReviewApplication {
26
15
  interface IProps {
27
16
  /**
28
- * Think before you act.
29
- *
30
- * Before requesting preliminary data or completing your task, reflect on
31
- * your current state and explain your reasoning:
32
- *
33
- * For preliminary requests (getAnalysisSections, getDatabaseSchemas, etc.):
34
- *
35
- * - What critical information is missing that you don't already have?
36
- * - Why do you need it specifically right now?
37
- * - Be brief - state the gap, don't list everything you have.
38
- *
39
- * For completion (complete):
40
- *
41
- * - What key assets did you acquire?
42
- * - What did you accomplish?
43
- * - Why is it sufficient to complete?
44
- * - Summarize - don't enumerate every single item.
45
- *
46
- * This reflection helps you avoid duplicate requests and premature
47
- * completion.
17
+ * Reasoning about your current state: what's missing (preliminary) or what
18
+ * you accomplished (completion).
48
19
  */
49
20
  thinking: string;
50
21
  /**
51
- * Type discriminator for the request.
52
- *
53
- * Determines which action to perform: preliminary data retrieval
54
- * (getAnalysisSections, getDatabaseSchemas, getPreviousAnalysisSections,
55
- * getPreviousDatabaseSchemas, getPreviousInterfaceOperations) or completion
56
- * of the review with all modifications (complete). When preliminary returns
57
- * empty array, that type is removed from the union, physically preventing
58
- * repeated calls.
22
+ * Action to perform. Exhausted preliminary types are removed from the
23
+ * union.
59
24
  */
60
25
  request: IComplete | IAutoBePreliminaryGetAnalysisSections | IAutoBePreliminaryGetDatabaseSchemas | IAutoBePreliminaryGetPreviousAnalysisSections | IAutoBePreliminaryGetPreviousDatabaseSchemas | IAutoBePreliminaryGetPreviousInterfaceOperations;
61
26
  }
62
27
  /**
63
- * Request to complete the endpoint review process.
64
- *
65
- * Finalizes the review by submitting revision decisions for ALL endpoints.
66
- * Every endpoint in the provided list must have exactly one revision:
67
- *
68
- * - **keep**: Approve endpoint as-is (explicitly confirm it's correct)
69
- * - **create**: Add a new endpoint that was missing
70
- * - **update**: Fix an incorrectly structured endpoint
71
- * - **erase**: Remove an invalid or duplicate endpoint
72
- *
73
- * The revisions ensure the final API structure is consistent, free of
74
- * duplicates, properly designed, and aligned with RESTful conventions.
28
+ * Complete endpoint review with revision decisions (keep/create/update/erase)
29
+ * for ALL endpoints.
75
30
  */
76
31
  interface IComplete {
77
- /**
78
- * Type discriminator for the request.
79
- *
80
- * Determines which action to perform: preliminary data retrieval or actual
81
- * task execution. Value "complete" indicates this is the final task
82
- * execution request.
83
- */
32
+ /** Type discriminator for completion request. */
84
33
  type: "complete";
85
34
  /**
86
- * Summary of issues found and fixes applied during review.
87
- *
88
- * Document all issues discovered during endpoint validation:
89
- *
90
- * - What duplicates, inconsistencies, or design issues were found?
91
- * - What endpoints needed to be added, modified, or removed?
92
- * - What patterns or conventions were violated?
93
- *
94
- * State "No issues found." if all endpoints pass review.
35
+ * Summary of issues found and fixes applied. State "No issues found." if
36
+ * all pass.
95
37
  */
96
38
  review: string;
97
39
  /**
98
- * Revision decisions for ALL endpoints.
99
- *
100
- * You MUST provide exactly one revision for each endpoint in the provided
101
- * list. No omissions allowed.
102
- *
103
- * - Use **keep** for endpoints that are correct (do NOT simply omit them)
104
- * - Use **create** to add missing endpoints
105
- * - Use **update** to fix incorrectly structured endpoints
106
- * - Use **erase** to remove invalid or duplicate endpoints
107
- *
108
- * The endpoint field in keep, update, and erase must exactly match an
109
- * endpoint from the provided list (path + method).
110
- *
111
- * @see AutoBeInterfaceEndpointRevise - Discriminated union of revision types
40
+ * Revision decisions for ALL endpoints. One revision per endpoint, no
41
+ * omissions. The endpoint field in keep/update/erase must exactly match a
42
+ * provided endpoint (path + method).
112
43
  */
113
44
  revises: AutoBeInterfaceEndpointRevise[];
114
45
  }
@@ -5,114 +5,36 @@ import { IAutoBePreliminaryGetPreviousAnalysisSections } from "../../common/stru
5
5
  import { IAutoBePreliminaryGetPreviousDatabaseSchemas } from "../../common/structures/IAutoBePreliminaryGetPreviousDatabaseSchemas";
6
6
  import { IAutoBePreliminaryGetPreviousInterfaceOperations } from "../../common/structures/IAutoBePreliminaryGetPreviousInterfaceOperations";
7
7
  export interface IAutoBeInterfaceEndpointWriteApplication {
8
- /**
9
- * Process endpoint generation task or preliminary data requests.
10
- *
11
- * Generates API endpoints based on requirements analysis and database
12
- * schemas. Endpoints are created to fulfill business requirements while
13
- * adhering to RESTful design principles and AutoBE conventions.
14
- *
15
- * @param props Request containing either preliminary data request or complete
16
- * task
17
- */
8
+ /** Process task or retrieve preliminary data. */
18
9
  process(props: IAutoBeInterfaceEndpointWriteApplication.IProps): void;
19
10
  }
20
11
  export declare namespace IAutoBeInterfaceEndpointWriteApplication {
21
12
  interface IProps {
22
13
  /**
23
- * Think before you act.
24
- *
25
- * Before requesting preliminary data or completing your task, reflect on
26
- * your current state and explain your reasoning:
27
- *
28
- * For preliminary requests (getAnalysisSections, getDatabaseSchemas, etc.):
29
- *
30
- * - What critical information is missing that you don't already have?
31
- * - Why do you need it specifically right now?
32
- * - Be brief - state the gap, don't list everything you have.
33
- *
34
- * For completion (complete):
35
- *
36
- * - What key assets did you acquire?
37
- * - What did you accomplish?
38
- * - Why is it sufficient to complete?
39
- * - Summarize - don't enumerate every single item.
40
- *
41
- * This reflection helps you avoid duplicate requests and premature
42
- * completion.
14
+ * Reasoning about your current state: what's missing (preliminary) or what
15
+ * you accomplished (completion).
43
16
  */
44
17
  thinking: string;
45
18
  /**
46
- * Type discriminator for the request.
47
- *
48
- * Determines which action to perform: preliminary data retrieval
49
- * (getAnalysisSections, getDatabaseSchemas) or final endpoint generation
50
- * (complete). When preliminary returns empty array, that type is removed
51
- * from the union, physically preventing repeated calls.
19
+ * Action to perform. Exhausted preliminary types are removed from the
20
+ * union.
52
21
  */
53
22
  request: IComplete | IAutoBePreliminaryGetAnalysisSections | IAutoBePreliminaryGetDatabaseSchemas | IAutoBePreliminaryGetPreviousAnalysisSections | IAutoBePreliminaryGetPreviousDatabaseSchemas | IAutoBePreliminaryGetPreviousInterfaceOperations;
54
23
  }
55
- /**
56
- * Request to complete endpoint generation.
57
- *
58
- * Finalizes the endpoint generation task by submitting all generated
59
- * endpoints. Each endpoint is derived from requirements analysis and database
60
- * schemas, designed to fulfill specific business needs while maintaining
61
- * RESTful conventions and API design best practices.
62
- */
24
+ /** Request to complete endpoint generation. */
63
25
  interface IComplete {
64
- /**
65
- * Type discriminator for the request.
66
- *
67
- * Determines which action to perform: preliminary data retrieval or actual
68
- * task execution. Value "complete" indicates this is the final task
69
- * execution request.
70
- */
26
+ /** Type discriminator for completion request. */
71
27
  type: "complete";
72
- /**
73
- * Analysis of the requirements and database schema for endpoint design.
74
- *
75
- * Before designing endpoints, analyze what you know:
76
- *
77
- * - What business requirements need API coverage?
78
- * - What database entities and relationships inform endpoint structure?
79
- * - What CRUD operations are needed for each entity?
80
- * - What special operations beyond basic CRUD are required?
81
- */
28
+ /** Analysis of requirements and database schema for endpoint design. */
82
29
  analysis: string;
83
- /**
84
- * Rationale for the endpoint design decisions.
85
- *
86
- * Explain why you designed endpoints this way:
87
- *
88
- * - Why did you choose these paths and methods?
89
- * - How do endpoints map to requirements and entities?
90
- * - What RESTful conventions did you follow?
91
- * - What was excluded and why?
92
- */
30
+ /** Rationale for the endpoint design decisions. */
93
31
  rationale: string;
94
32
  /**
95
33
  * Array of endpoint designs to generate.
96
34
  *
97
- * Each design pairs an endpoint (path + method) with a description of its
98
- * purpose. All endpoints must adhere to RESTful conventions and AutoBE
99
- * design standards.
100
- *
101
- * ## Path Structure
102
- *
103
- * - Must use hierarchical `/` structure (NOT camelCase concatenation)
104
- * - Must start with `/`
105
- * - Must NOT include domain prefixes (`/shopping/`, `/bbs/`)
106
- * - Resource collection names should use plural form
107
- *
108
- * ## Common Validation Rules
109
- *
110
- * - Must NOT duplicate existing endpoints
111
- * - HTTP methods must align with their semantic meanings
112
- * - Path parameters must be clearly named (e.g., `{userId}`, `{productId}`)
113
- * - Nested paths should reflect entity relationships
114
- *
115
- * @see AutoBeInterfaceEndpointDesign - Endpoint design type with description
35
+ * Path rules: hierarchical `/` structure, must start with `/`, no domain
36
+ * prefixes, plural resource names. No duplicate endpoints. Path parameters
37
+ * clearly named. Nested paths reflect entity relationships.
116
38
  */
117
39
  designs: AutoBeInterfaceEndpointDesign[];
118
40
  }
@@ -6,102 +6,34 @@ import { IAutoBePreliminaryGetPreviousAnalysisSections } from "../../common/stru
6
6
  import { IAutoBePreliminaryGetPreviousDatabaseSchemas } from "../../common/structures/IAutoBePreliminaryGetPreviousDatabaseSchemas";
7
7
  import { IAutoBePreliminaryGetPreviousInterfaceOperations } from "../../common/structures/IAutoBePreliminaryGetPreviousInterfaceOperations";
8
8
  export interface IAutoBeInterfaceGroupApplication {
9
- /**
10
- * Process group generation task or preliminary data requests.
11
- *
12
- * Generate logical groups for organizing API endpoint creation based on
13
- * database schema structure. Processes group generation with incremental
14
- * context loading to ensure comprehensive organization.
15
- *
16
- * @param props Request containing either preliminary data request or complete
17
- * task
18
- */
9
+ /** Process task or retrieve preliminary data. */
19
10
  process(props: IAutoBeInterfaceGroupApplication.IProps): void;
20
11
  }
21
12
  export declare namespace IAutoBeInterfaceGroupApplication {
22
13
  interface IProps {
23
14
  /**
24
- * Think before you act.
25
- *
26
- * Before requesting preliminary data or completing your task, reflect on
27
- * your current state and explain your reasoning:
28
- *
29
- * For preliminary requests (getAnalysisSections,
30
- * getPreviousAnalysisSections, getDatabaseSchemas,
31
- * getPreviousDatabaseSchemas):
32
- *
33
- * - What critical information is missing that you don't already have?
34
- * - Why do you need it specifically right now?
35
- * - Be brief - state the gap, don't list everything you have.
36
- *
37
- * For completion (complete):
38
- *
39
- * - What key assets did you acquire?
40
- * - What did you accomplish?
41
- * - Why is it sufficient to complete?
42
- * - Summarize - don't enumerate every single item.
43
- *
44
- * This reflection helps you avoid duplicate requests and premature
45
- * completion.
15
+ * Reasoning about your current state: what's missing (preliminary) or what
16
+ * you accomplished (completion).
46
17
  */
47
18
  thinking: string;
48
19
  /**
49
- * Type discriminator for the request.
50
- *
51
- * Determines which action to perform: preliminary data retrieval
52
- * (getAnalysisSections, getPreviousAnalysisSections, getDatabaseSchemas,
53
- * getPreviousDatabaseSchemas) or final group generation (complete). When
54
- * preliminary returns empty array, that type is removed from the union,
55
- * physically preventing repeated calls.
20
+ * Action to perform. Exhausted preliminary types are removed from the
21
+ * union.
56
22
  */
57
23
  request: IComplete | IAutoBePreliminaryGetAnalysisSections | IAutoBePreliminaryGetDatabaseSchemas | IAutoBePreliminaryGetPreviousAnalysisSections | IAutoBePreliminaryGetPreviousDatabaseSchemas | IAutoBePreliminaryGetPreviousInterfaceOperations;
58
24
  }
59
- /**
60
- * Request to generate API endpoint groups.
61
- *
62
- * Executes group generation to organize API endpoints based on database
63
- * schema structure.
64
- */
25
+ /** Request to generate API endpoint groups. */
65
26
  interface IComplete {
66
- /**
67
- * Type discriminator for the request.
68
- *
69
- * Determines which action to perform: preliminary data retrieval or actual
70
- * task execution. Value "complete" indicates this is the final task
71
- * execution request.
72
- */
27
+ /** Type discriminator for completion request. */
73
28
  type: "complete";
74
- /**
75
- * Analysis of the database schema structure and grouping needs.
76
- *
77
- * Before designing groups, analyze what you know:
78
- *
79
- * - What namespaces, prefixes, or organizational patterns exist in the DB?
80
- * - Which entities naturally belong together based on table relationships?
81
- * - What business domains or functional areas can be identified?
82
- * - Are there existing interface operations that suggest grouping patterns?
83
- */
29
+ /** Analysis of the database schema structure and grouping needs. */
84
30
  analysis: string;
85
- /**
86
- * Rationale for the group design decisions.
87
- *
88
- * Explain why you organized groups this way:
89
- *
90
- * - Why did you create each group?
91
- * - What entities are included in each group and why?
92
- * - How does this grouping reflect the database schema structure?
93
- * - What coverage does this provide for all requirements?
94
- */
31
+ /** Rationale for the group design decisions. */
95
32
  rationale: string;
96
33
  /**
97
- * Array of API endpoint groups for organizing development.
98
- *
99
- * DO: Derive groups from database schema organization (namespaces, file
100
- * structure, table prefixes) rather than arbitrary business domains. DO:
101
- * Create new groups only when existing schema structure cannot adequately
102
- * cover all requirements. DO: Organize groups around existing database
103
- * schema structure. DO: Provide complete coverage of all entities and
104
- * requirements without overlap.
34
+ * Array of API endpoint groups. Derive from database schema organization
35
+ * (namespaces, table prefixes), not arbitrary business domains. Provide
36
+ * complete coverage without overlap.
105
37
  */
106
38
  groups: AutoBeInterfaceGroup[] & tags.MinItems<1>;
107
39
  }