@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
@@ -84,7 +84,7 @@ const orchestrateAnalyzeWriteUnit = (ctx, props) => __awaiter(void 0, void 0, vo
84
84
  type: "string"
85
85
  }
86
86
  ],
87
- description: "Think before you act.\n\nBefore requesting preliminary data or completing your task, reflect on your\ncurrent state and explain your reasoning:\n\nFor preliminary requests:\n\n- What additional context do you need for this module section?\n- Why is this information necessary?\n\nFor completion:\n\n- How do the unit sections align with the parent module section?\n- What functional areas are covered?\n- Are the keywords appropriate for guiding section generation?"
87
+ description: "Reasoning about your current state: what's missing (preliminary) or what\nyou accomplished (completion)."
88
88
  },
89
89
  request: {
90
90
  oneOf: [
@@ -102,7 +102,7 @@ const orchestrateAnalyzeWriteUnit = (ctx, props) => __awaiter(void 0, void 0, vo
102
102
  complete: "#/components/schemas/IAutoBeAnalyzeWriteUnitApplicationComplete"
103
103
  }
104
104
  },
105
- description: "Type discriminator for the request."
105
+ description: "Action to perform. Exhausted preliminary types are removed from the union."
106
106
  }
107
107
  },
108
108
  required: [
@@ -114,7 +114,7 @@ const orchestrateAnalyzeWriteUnit = (ctx, props) => __awaiter(void 0, void 0, vo
114
114
  properties: {
115
115
  type: {
116
116
  "const": "getPreviousAnalysisSections",
117
- description: "Type discriminator for the request.\n\nValue \"getPreviousAnalysisSections\" indicates this is a preliminary data\nrequest for analysis sections from the previous iteration."
117
+ description: "Type discriminator."
118
118
  },
119
119
  sectionIds: {
120
120
  type: "array",
@@ -123,32 +123,32 @@ const orchestrateAnalyzeWriteUnit = (ctx, props) => __awaiter(void 0, void 0, vo
123
123
  minimum: 0
124
124
  },
125
125
  minItems: 1,
126
- description: "List of section IDs to retrieve from the previous iteration.\n\nCRITICAL: DO NOT request the same section IDs that you have already\nrequested in previous calls."
126
+ description: "Section IDs to retrieve from previous iteration. DO NOT request same IDs\nalready requested in previous calls."
127
127
  }
128
128
  },
129
129
  required: [
130
130
  "type",
131
131
  "sectionIds"
132
132
  ],
133
- description: "Request to retrieve individual analysis sections from previous iteration by\nnumeric ID.\n\nSame as {@link IAutoBePreliminaryGetAnalysisSections} but for sections from\nthe previous generation cycle, enabling comparison and consistency checks."
133
+ description: "Request to retrieve analysis sections from the previous iteration by numeric\nID."
134
134
  },
135
135
  IAutoBeAnalyzeWriteUnitApplicationComplete: {
136
136
  type: "object",
137
137
  properties: {
138
138
  type: {
139
139
  "const": "complete",
140
- description: "Type discriminator for the request."
140
+ description: "Type discriminator for completion request."
141
141
  },
142
142
  moduleIndex: {
143
143
  type: "number",
144
- description: "Index of the parent module section.\n\nReferences which module section (0-based) these unit sections belong to.\nThis ensures proper alignment with the approved module structure."
144
+ description: "Index of the parent module section (0-based)."
145
145
  },
146
146
  unitSections: {
147
147
  type: "array",
148
148
  items: {
149
149
  $ref: "#/components/schemas/IAutoBeAnalyzeWriteUnitApplicationUnitSection"
150
150
  },
151
- description: "Array of unit sections for this module section.\n\nEach unit section represents a subsection (### level) that groups related\nfunctionality or requirements. The sections should:\n\n- Align with the parent module section's purpose\n- Have clear functional boundaries\n- Provide meaningful keywords for section guidance"
151
+ description: "Unit sections (### level) grouping related functionality."
152
152
  }
153
153
  },
154
154
  required: [
@@ -156,29 +156,29 @@ const orchestrateAnalyzeWriteUnit = (ctx, props) => __awaiter(void 0, void 0, vo
156
156
  "moduleIndex",
157
157
  "unitSections"
158
158
  ],
159
- description: "Request to generate unit section structure.\n\nCreates the unit-level hierarchy within a module section, including section\ndefinitions with purposes, content, and keywords that will guide section\ngeneration."
159
+ description: "Generate unit section structure within a module section."
160
160
  },
161
161
  IAutoBeAnalyzeWriteUnitApplicationUnitSection: {
162
162
  type: "object",
163
163
  properties: {
164
164
  title: {
165
165
  type: "string",
166
- description: "Title of the unit section (### level heading).\n\nShould clearly indicate the functional area or requirement group covered by\nthis section."
166
+ description: "Title of the unit section (### level heading)."
167
167
  },
168
168
  purpose: {
169
169
  type: "string",
170
- description: "Purpose statement explaining what this section covers.\n\nA brief description of the section's role within the parent module section\nand what requirements it addresses."
170
+ description: "Brief purpose statement for this section's role within the parent module."
171
171
  },
172
172
  content: {
173
173
  type: "string",
174
- description: "Content for the unit section.\n\nThe main body content that appears after the section heading, before any\nsections. Should provide:\n\n- Overview of the functional area\n- Context for the detailed requirements\n- Relationships to other sections"
174
+ description: "Main body content: overview, context, and relationships to other sections."
175
175
  },
176
176
  keywords: {
177
177
  type: "array",
178
178
  items: {
179
179
  type: "string"
180
180
  },
181
- description: "Keywords that hint at section topics.\n\nA list of key concepts, features, or requirements that should be detailed\nin the sections. These keywords guide the Section Agent in generating\nappropriate detailed content.\n\nExample for \"User Authentication\" unit section: [\"login\", \"registration\",\n\"password recovery\", \"session management\"]"
181
+ description: "Keywords hinting at section topics to guide Section Agent generation."
182
182
  }
183
183
  },
184
184
  required: [
@@ -187,7 +187,7 @@ const orchestrateAnalyzeWriteUnit = (ctx, props) => __awaiter(void 0, void 0, vo
187
187
  "content",
188
188
  "keywords"
189
189
  ],
190
- description: "Structure representing a single unit section."
190
+ description: "A single unit section."
191
191
  }
192
192
  }
193
193
  },
@@ -198,14 +198,13 @@ const orchestrateAnalyzeWriteUnit = (ctx, props) => __awaiter(void 0, void 0, vo
198
198
  parameters: [
199
199
  {
200
200
  name: "props",
201
- description: " Request containing either preliminary data request or complete\ntask",
202
201
  required: true,
203
202
  schema: {
204
203
  $ref: "#/components/schemas/IAutoBeAnalyzeWriteUnitApplicationProps"
205
204
  }
206
205
  }
207
206
  ],
208
- description: "Process unit section generation task or preliminary data requests.\n\nCreates unit-level sections for a specific module section, including\nsection titles, purposes, content, and keywords for guiding section\ngeneration."
207
+ description: "Create unit sections with titles, purposes, content, and keywords for a\nmodule."
209
208
  }
210
209
  ]
211
210
  },
@@ -416,7 +415,7 @@ function createController(props) {
416
415
  type: "object",
417
416
  properties: {
418
417
  thinking: {
419
- description: "Think before you act.\n\nBefore requesting preliminary data or completing your task, reflect on your\ncurrent state and explain your reasoning:\n\nFor preliminary requests:\n\n- What additional context do you need for this module section?\n- Why is this information necessary?\n\nFor completion:\n\n- How do the unit sections align with the parent module section?\n- What functional areas are covered?\n- Are the keywords appropriate for guiding section generation?",
418
+ description: "Reasoning about your current state: what's missing (preliminary) or what\nyou accomplished (completion).",
420
419
  anyOf: [
421
420
  {
422
421
  type: "null"
@@ -427,7 +426,7 @@ function createController(props) {
427
426
  ]
428
427
  },
429
428
  request: {
430
- description: "Type discriminator for the request.",
429
+ description: "Action to perform. Exhausted preliminary types are removed from the union.",
431
430
  anyOf: [
432
431
  {
433
432
  $ref: "#/$defs/IAutoBePreliminaryGetPreviousAnalysisSections"
@@ -451,18 +450,18 @@ function createController(props) {
451
450
  additionalProperties: false,
452
451
  $defs: {
453
452
  IAutoBePreliminaryGetPreviousAnalysisSections: {
454
- description: "Request to retrieve individual analysis sections from previous iteration by\nnumeric ID.\n\nSame as {@link IAutoBePreliminaryGetAnalysisSections} but for sections from\nthe previous generation cycle, enabling comparison and consistency checks.",
453
+ description: "Request to retrieve analysis sections from the previous iteration by numeric\nID.",
455
454
  type: "object",
456
455
  properties: {
457
456
  type: {
458
- description: "Type discriminator for the request.\n\nValue \"getPreviousAnalysisSections\" indicates this is a preliminary data\nrequest for analysis sections from the previous iteration.",
457
+ description: "Type discriminator.",
459
458
  type: "string",
460
459
  "enum": [
461
460
  "getPreviousAnalysisSections"
462
461
  ]
463
462
  },
464
463
  sectionIds: {
465
- description: "List of section IDs to retrieve from the previous iteration.\n\nCRITICAL: DO NOT request the same section IDs that you have already\nrequested in previous calls.",
464
+ description: "Section IDs to retrieve from previous iteration. DO NOT request same IDs\nalready requested in previous calls.",
466
465
  type: "array",
467
466
  items: {
468
467
  type: "integer",
@@ -477,22 +476,22 @@ function createController(props) {
477
476
  ]
478
477
  },
479
478
  IAutoBeAnalyzeWriteUnitApplicationComplete: {
480
- description: "Request to generate unit section structure.\n\nCreates the unit-level hierarchy within a module section, including section\ndefinitions with purposes, content, and keywords that will guide section\ngeneration.",
479
+ description: "Generate unit section structure within a module section.",
481
480
  type: "object",
482
481
  properties: {
483
482
  type: {
484
- description: "Type discriminator for the request.",
483
+ description: "Type discriminator for completion request.",
485
484
  type: "string",
486
485
  "enum": [
487
486
  "complete"
488
487
  ]
489
488
  },
490
489
  moduleIndex: {
491
- description: "Index of the parent module section.\n\nReferences which module section (0-based) these unit sections belong to.\nThis ensures proper alignment with the approved module structure.",
490
+ description: "Index of the parent module section (0-based).",
492
491
  type: "number"
493
492
  },
494
493
  unitSections: {
495
- description: "Array of unit sections for this module section.\n\nEach unit section represents a subsection (### level) that groups related\nfunctionality or requirements. The sections should:\n\n- Align with the parent module section's purpose\n- Have clear functional boundaries\n- Provide meaningful keywords for section guidance",
494
+ description: "Unit sections (### level) grouping related functionality.",
496
495
  type: "array",
497
496
  items: {
498
497
  $ref: "#/$defs/IAutoBeAnalyzeWriteUnitApplicationUnitSection"
@@ -506,23 +505,23 @@ function createController(props) {
506
505
  ]
507
506
  },
508
507
  IAutoBeAnalyzeWriteUnitApplicationUnitSection: {
509
- description: "Structure representing a single unit section.",
508
+ description: "A single unit section.",
510
509
  type: "object",
511
510
  properties: {
512
511
  title: {
513
- description: "Title of the unit section (### level heading).\n\nShould clearly indicate the functional area or requirement group covered by\nthis section.",
512
+ description: "Title of the unit section (### level heading).",
514
513
  type: "string"
515
514
  },
516
515
  purpose: {
517
- description: "Purpose statement explaining what this section covers.\n\nA brief description of the section's role within the parent module section\nand what requirements it addresses.",
516
+ description: "Brief purpose statement for this section's role within the parent module.",
518
517
  type: "string"
519
518
  },
520
519
  content: {
521
- description: "Content for the unit section.\n\nThe main body content that appears after the section heading, before any\nsections. Should provide:\n\n- Overview of the functional area\n- Context for the detailed requirements\n- Relationships to other sections",
520
+ description: "Main body content: overview, context, and relationships to other sections.",
522
521
  type: "string"
523
522
  },
524
523
  keywords: {
525
- description: "Keywords that hint at section topics.\n\nA list of key concepts, features, or requirements that should be detailed\nin the sections. These keywords guide the Section Agent in generating\nappropriate detailed content.\n\nExample for \"User Authentication\" unit section: [\"login\", \"registration\",\n\"password recovery\", \"session management\"]",
524
+ description: "Keywords hinting at section topics to guide Section Agent generation.",
526
525
  type: "array",
527
526
  items: {
528
527
  type: "string"
@@ -538,7 +537,7 @@ function createController(props) {
538
537
  }
539
538
  }
540
539
  },
541
- description: "Process unit section generation task or preliminary data requests.\n\nCreates unit-level sections for a specific module section, including\nsection titles, purposes, content, and keywords for guiding section\ngeneration.",
540
+ description: "Create unit sections with titles, purposes, content, and keywords for a\nmodule.",
542
541
  validate: (() => { const _io0 = input => (null === input.thinking || undefined === input.thinking || "string" === typeof input.thinking) && ("object" === typeof input.request && null !== input.request && _iu0(input.request)); const _io1 = input => "getPreviousAnalysisSections" === input.type && (Array.isArray(input.sectionIds) && (1 <= input.sectionIds.length && input.sectionIds.every(elem => "number" === typeof elem && __typia_transform__isTypeUint32._isTypeUint32(elem)))); const _io2 = input => "complete" === input.type && "number" === typeof input.moduleIndex && (Array.isArray(input.unitSections) && input.unitSections.every(elem => "object" === typeof elem && null !== elem && _io3(elem))); const _io3 = input => "string" === typeof input.title && "string" === typeof input.purpose && "string" === typeof input.content && (Array.isArray(input.keywords) && input.keywords.every(elem => "string" === typeof elem)); const _iu0 = input => (() => {
543
542
  if ("getPreviousAnalysisSections" === input.type)
544
543
  return _io1(input);
@@ -1 +1 @@
1
- {"version":3,"file":"orchestrateAnalyzeWriteUnit.js","sourceRoot":"","sources":["../../../src/orchestrate/analyze/orchestrateAnalyzeWriteUnit.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"orchestrateAnalyzeWriteUnit.js","sourceRoot":"","sources":["../../../src/orchestrate/analyze/orchestrateAnalyzeWriteUnit.ts"],"names":[],"mappings":"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"}
@@ -1,91 +1,53 @@
1
1
  /**
2
- * Application interface for the Key Decision Extractor agent.
3
- *
4
- * This agent extracts binary/discrete decisions from a single file's section
5
- * content as structured data. The extracted decisions are then compared
6
- * programmatically across files to detect contradictions.
2
+ * Extracts binary/discrete decisions from a file's sections for cross-file
3
+ * contradiction detection.
7
4
  */
8
5
  export interface IAutoBeAnalyzeExtractDecisionsApplication {
9
- /**
10
- * Process decision extraction from a single file's sections.
11
- *
12
- * Reads the file content and extracts all binary/discrete decisions as
13
- * structured data for cross-file contradiction detection.
14
- *
15
- * @param props Request containing extracted decisions
16
- */
6
+ /** Extract all binary/discrete decisions from a single file's sections. */
17
7
  process(props: IAutoBeAnalyzeExtractDecisionsApplicationProps): void;
18
8
  }
19
9
  export interface IAutoBeAnalyzeExtractDecisionsApplicationProps {
20
10
  /**
21
- * Think before you act.
22
- *
23
- * Before completing extraction, reflect on what decisions this file makes:
24
- *
25
- * - What binary (yes/no) choices does this file assert?
26
- * - What discrete behavioral choices does this file make?
27
- * - Are there decisions where another file could reasonably disagree?
11
+ * Reasoning about your current state: what's missing (preliminary) or what
12
+ * you accomplished (completion).
28
13
  */
29
14
  thinking?: string | null;
30
- /** Extraction result. */
15
+ /** Action to perform: submit extracted decisions. */
31
16
  request: IAutoBeAnalyzeExtractDecisionsApplicationComplete;
32
17
  }
33
18
  /** Request to complete the decision extraction. */
34
19
  export interface IAutoBeAnalyzeExtractDecisionsApplicationComplete {
35
- /** Type discriminator for the request. */
20
+ /** Type discriminator for completion request. */
36
21
  type: "complete";
37
22
  /**
38
- * All binary/discrete decisions extracted from this file.
39
- *
40
- * Each decision represents a specific behavioral choice that the file makes.
41
- * Use normalized topic names, decision names, and values.
42
- *
43
- * Return an empty array if the file has no extractable decisions (e.g., table
44
- * of contents).
23
+ * All binary/discrete decisions extracted from this file. Use normalized
24
+ * names. Return an empty array if the file has no extractable decisions.
45
25
  */
46
26
  decisions: IAutoBeAnalyzeExtractedDecision[];
47
27
  }
48
28
  /** A single extracted decision from the file's content. */
49
29
  export interface IAutoBeAnalyzeExtractedDecision {
50
30
  /**
51
- * Normalized topic grouping.
52
- *
53
- * Use lowercase, underscore-separated names.
31
+ * Normalized topic grouping (lowercase, underscore-separated).
54
32
  *
55
33
  * @example
56
34
  * (password_change, "todo_deletion", "edit_history");
57
35
  */
58
36
  topic: string;
59
37
  /**
60
- * Specific decision within the topic.
61
- *
62
- * Use lowercase, underscore-separated, descriptive names.
38
+ * Specific decision within the topic (lowercase, underscore-separated).
63
39
  *
64
40
  * @example
65
41
  * (requires_current_password, "deletion_method", "recorded_values");
66
42
  */
67
43
  decision: string;
68
44
  /**
69
- * The value of the decision.
70
- *
71
- * For binary decisions: "yes" or "no". For discrete decisions: short
72
- * descriptive string.
45
+ * Binary: "yes"/"no". Discrete: short descriptive string.
73
46
  *
74
47
  * @example
75
- * (yes,
76
- * "no",
77
- * "soft_delete",
78
- * "hard_delete",
79
- * "new_values",
80
- * "previous_values");
48
+ * (yes, "soft_delete", "hard_delete");
81
49
  */
82
50
  value: string;
83
- /**
84
- * Short quote (1-2 sentences) from the source text supporting this decision.
85
- *
86
- * @example
87
- * "A user may change their password only by providing their
88
- * current password."
89
- */
51
+ /** Short quote (1-2 sentences) from the source text supporting this decision. */
90
52
  evidence: string;
91
53
  }
@@ -3,14 +3,8 @@ import { IAutoBePreliminaryGetPreviousAnalysisSections } from "../../common/stru
3
3
  import { FixedAnalyzeTemplateFeature } from "./FixedAnalyzeTemplate";
4
4
  export interface IAutoBeAnalyzeScenarioApplication {
5
5
  /**
6
- * Process scenario composition task or preliminary data requests.
7
- *
8
- * Composes project structure with actors and entities based on requirements.
9
- * File structure is fixed (6-file SRS template); the LLM only determines
10
- * actors, entities, prefix, and language.
11
- *
12
- * @param props Request containing either preliminary data request or complete
13
- * task
6
+ * Compose project structure (actors, entities, prefix, language) or request
7
+ * preliminary data.
14
8
  */
15
9
  process(props: IAutoBeAnalyzeScenarioApplication.IProps): void;
16
10
  }
@@ -19,117 +13,50 @@ export declare namespace IAutoBeAnalyzeScenarioApplication {
19
13
  /**
20
14
  * Think before you act.
21
15
  *
22
- * Before requesting preliminary data or completing your task, reflect on
23
- * your current state and explain your reasoning:
16
+ * For preliminary requests: what previous analysis sections are missing?
24
17
  *
25
- * For preliminary requests (getPreviousAnalysisSections):
26
- *
27
- * - What critical information is missing that you don't already have?
28
- * - Why do you need it specifically right now?
29
- * - Be brief - state the gap, don't list everything you have.
30
- *
31
- * For completion (complete):
32
- *
33
- * - What key assets did you acquire?
34
- * - What did you accomplished?
35
- * - Why is it sufficient to complete?
36
- * - Summarize - don't enumerate every single item.
37
- *
38
- * This reflection helps you avoid duplicate requests and premature
39
- * completion.
18
+ * For completion: is the DTO transformable or non-transformable? What
19
+ * actors, entities, and prefix were chosen based on requirements?
40
20
  */
41
21
  thinking?: string | null;
42
22
  /**
43
- * Type discriminator for the request.
44
- *
45
- * Determines which action to perform: preliminary data retrieval
46
- * (getPreviousAnalysisSections) or final scenario composition (complete).
47
- * When preliminary returns empty array, that type is removed from the
48
- * union, physically preventing repeated calls.
23
+ * Action to perform. Exhausted preliminary types are removed from the
24
+ * union.
49
25
  */
50
26
  request: IComplete | IAutoBePreliminaryGetPreviousAnalysisSections;
51
27
  }
52
- /**
53
- * Request to compose project structure with actors and entities.
54
- *
55
- * The document file structure is fixed as 6-file SRS template. LLM only
56
- * determines actors, entities, prefix, and language. Files are generated
57
- * programmatically from FixedAnalyzeTemplate.
58
- */
28
+ /** Compose project structure with actors and entities (6-file SRS template). */
59
29
  interface IComplete {
60
- /**
61
- * Type discriminator for the request.
62
- *
63
- * Determines which action to perform: preliminary data retrieval or actual
64
- * task execution. Value "complete" indicates this is the final task
65
- * execution request.
66
- */
30
+ /** Type discriminator for completion request. */
67
31
  type: "complete";
68
- /** Reason for the analysis and composition of the project structure. */
32
+ /** Why these actors, entities, and prefix were chosen based on requirements. */
69
33
  reason: string;
70
- /**
71
- * Prefix for file names and variable names. This will be used for
72
- * organizing documentation files.
73
- *
74
- * DO: Use camelCase naming convention.
75
- */
34
+ /** Prefix for file/variable names (camelCase). */
76
35
  prefix: string & CamelCasePattern;
77
- /**
78
- * Actors to be assigned for the project.
79
- *
80
- * Each actor has:
81
- *
82
- * - `name`: Actor identifier (camelCase)
83
- * - `kind`: "guest" | "member" | "admin"
84
- * - `description`: Actor's permissions and capabilities
85
- */
36
+ /** Actors for the project (name, kind, description). */
86
37
  actors: AutoBeAnalyze.IActor[];
87
38
  /**
88
- * Language for document content. When specified by the user, this takes
89
- * precedence over the locale setting for determining document language. Set
90
- * to `null` if not specified.
39
+ * Language for document content. Overrides locale if set; null if not
40
+ * specified.
91
41
  */
92
42
  language: string | null;
93
43
  /**
94
- * Core domain entities with their key attributes and relationships.
95
- *
96
- * These serve as the AUTHORITATIVE entity list — all downstream document
97
- * writers (module, unit, section) MUST reference only these entities. This
98
- * prevents hallucination and ensures cross-file consistency.
99
- *
100
- * Each entity should include:
101
- *
102
- * - `name`: PascalCase entity name (e.g., "Todo", "User", "Comment")
103
- * - `attributes`: Key attributes with type hints (e.g., "title: text(1-500),
104
- * required")
105
- * - `relationships`: How this entity relates to others (e.g., "belongsTo User
106
- * via userId")
107
- *
108
- * Include ALL domain entities that will appear in the requirements
109
- * documents. Do NOT include meta-entities (InterpretationLog,
110
- * ScopeDecisionLog, etc.) that describe the requirements process rather
111
- * than the production system.
44
+ * AUTHORITATIVE entity list all downstream writers MUST reference only
45
+ * these entities. Include ALL domain entities; do NOT include meta-entities
46
+ * describing the requirements process.
112
47
  */
113
48
  entities: AutoBeAnalyzeScenarioEntity[];
114
49
  /**
115
- * High-level project features that activate conditional modules.
50
+ * Features activating conditional modules. DEFAULT IS EMPTY ARRAY [].
116
51
  *
117
52
  * WARNING: Wrong activation causes cascading hallucination across ALL SRS
118
- * files. Each feature adds 2-3 conditional modules that downstream LLMs
119
- * MUST fill with content — if the user never requested the feature, those
120
- * modules get filled with hallucinated requirements.
121
- *
122
- * DEFAULT IS EMPTY ARRAY []. Most projects need no features.
123
- *
124
- * Activation rule: Include ONLY if the user used exact trigger keywords:
53
+ * files. Include ONLY if user used exact trigger keywords:
125
54
  *
126
- * - "file-storage": user said "file upload", "attachment", "image upload"
127
- * - "real-time": user said "real-time", "WebSocket", "live updates", "chat"
128
- * - "external-integration": user said "payment", "Stripe", "OAuth", "email
129
- * service"
55
+ * - "file-storage": "file upload", "attachment", "image upload"
56
+ * - "real-time": "real-time", "WebSocket", "live updates", "chat"
57
+ * - "external-integration": "payment", "Stripe", "OAuth", "email service"
130
58
  *
131
- * Standard CRUD with auth = features: []. Do NOT activate features based on
132
- * inference or general context.
59
+ * Standard CRUD with auth = []. Do NOT activate based on inference.
133
60
  */
134
61
  features: FixedAnalyzeTemplateFeature[];
135
62
  }
@@ -1,63 +1,35 @@
1
1
  /**
2
- * Application interface for the Scenario Review agent.
3
- *
4
- * This agent reviews the scenario output against the user's original
5
- * requirements, checking entity coverage, hallucination, actor classification,
6
- * relationship completeness, and feature identification accuracy.
2
+ * Reviews scenario output against user requirements for entity coverage,
3
+ * hallucination, and consistency.
7
4
  */
8
5
  export interface IAutoBeAnalyzeScenarioReviewApplication {
9
6
  /**
10
- * Process scenario review task.
11
- *
12
- * Reviews the scenario output and provides an approved/rejected verdict with
13
- * structured feedback.
14
- *
15
- * @param props Request containing the review result
7
+ * Review scenario and provide approved/rejected verdict with structured
8
+ * feedback.
16
9
  */
17
10
  process(props: IAutoBeAnalyzeScenarioReviewApplicationProps): void;
18
11
  }
19
12
  export interface IAutoBeAnalyzeScenarioReviewApplicationProps {
20
13
  /**
21
- * Think before you act.
22
- *
23
- * Before completing the review, reflect on your analysis:
24
- *
25
- * - Does every user-mentioned concept have a corresponding entity?
26
- * - Are there entities the user never mentioned or implied?
27
- * - Are actors correctly classified by identity boundary?
28
- * - Are all entity relationships complete and bidirectional?
29
- * - Are features correctly identified from user requirements?
14
+ * Reasoning about your current state: what's missing (preliminary) or what
15
+ * you accomplished (completion).
30
16
  */
31
17
  thinking?: string | null;
32
- /** Review result. */
18
+ /** Action to perform: submit review verdict. */
33
19
  request: IAutoBeAnalyzeScenarioReviewApplicationComplete;
34
20
  }
35
21
  /** Request to complete the scenario review. */
36
22
  export interface IAutoBeAnalyzeScenarioReviewApplicationComplete {
37
- /** Type discriminator for the request. */
23
+ /** Type discriminator for completion request. */
38
24
  type: "complete";
39
- /**
40
- * Whether the scenario passed review.
41
- *
42
- * Set to true if all review criteria pass. Set to false if any criterion
43
- * fails.
44
- */
25
+ /** Whether the scenario passed review. */
45
26
  approved: boolean;
46
27
  /**
47
- * Detailed review feedback.
48
- *
49
- * When rejecting: describe each issue clearly so the scenario generator can
50
- * fix them on the next attempt.
51
- *
52
- * When approving: may include minor observations.
28
+ * Detailed review feedback. When rejecting, describe issues clearly for the
29
+ * next attempt.
53
30
  */
54
31
  feedback: string;
55
- /**
56
- * Structured issues for targeted scenario regeneration.
57
- *
58
- * Each issue identifies a specific category and provides a concrete
59
- * suggestion for fixing the scenario.
60
- */
32
+ /** Structured issues for targeted scenario regeneration. */
61
33
  issues: IAutoBeAnalyzeScenarioReviewApplicationScenarioReviewIssue[];
62
34
  }
63
35
  export interface IAutoBeAnalyzeScenarioReviewApplicationScenarioReviewIssue {