@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
@@ -85,7 +85,7 @@ const orchestrateAnalyzeSectionCrossFileReview = (ctx, props) => __awaiter(void
85
85
  type: "string"
86
86
  }
87
87
  ],
88
- 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 cross-file validation?\n\nFor completion:\n\n- Are values and constraints consistent across all files?\n- Is terminology aligned across all files?\n- Are naming conventions consistent?\n- Is there content duplication between files?"
88
+ description: "Reasoning about your current state: what's missing (preliminary) or what\nyou accomplished (completion)."
89
89
  },
90
90
  request: {
91
91
  oneOf: [
@@ -103,7 +103,7 @@ const orchestrateAnalyzeSectionCrossFileReview = (ctx, props) => __awaiter(void
103
103
  complete: "#/components/schemas/IAutoBeAnalyzeSectionCrossFileReviewApplicationComplete"
104
104
  }
105
105
  },
106
- description: "Type discriminator for the request."
106
+ description: "Action to perform. Exhausted preliminary types are removed from the union."
107
107
  }
108
108
  },
109
109
  required: [
@@ -115,7 +115,7 @@ const orchestrateAnalyzeSectionCrossFileReview = (ctx, props) => __awaiter(void
115
115
  properties: {
116
116
  type: {
117
117
  "const": "getPreviousAnalysisSections",
118
- description: "Type discriminator for the request.\n\nValue \"getPreviousAnalysisSections\" indicates this is a preliminary data\nrequest for analysis sections from the previous iteration."
118
+ description: "Type discriminator."
119
119
  },
120
120
  sectionIds: {
121
121
  type: "array",
@@ -124,35 +124,35 @@ const orchestrateAnalyzeSectionCrossFileReview = (ctx, props) => __awaiter(void
124
124
  minimum: 0
125
125
  },
126
126
  minItems: 1,
127
- 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."
127
+ description: "Section IDs to retrieve from previous iteration. DO NOT request same IDs\nalready requested in previous calls."
128
128
  }
129
129
  },
130
130
  required: [
131
131
  "type",
132
132
  "sectionIds"
133
133
  ],
134
- 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."
134
+ description: "Request to retrieve analysis sections from the previous iteration by numeric\nID."
135
135
  },
136
136
  IAutoBeAnalyzeSectionCrossFileReviewApplicationComplete: {
137
137
  type: "object",
138
138
  properties: {
139
139
  type: {
140
140
  "const": "complete",
141
- description: "Type discriminator for the request."
141
+ description: "Type discriminator for completion request."
142
142
  },
143
143
  fileResults: {
144
144
  type: "array",
145
145
  items: {
146
146
  $ref: "#/components/schemas/IAutoBeAnalyzeSectionCrossFileReviewApplicationFileResult"
147
147
  },
148
- description: "Per-file review results.\n\nEach entry contains the verdict for one file's consistency with other\nfiles."
148
+ description: "Per-file review results."
149
149
  }
150
150
  },
151
151
  required: [
152
152
  "type",
153
153
  "fileResults"
154
154
  ],
155
- description: "Request to complete the cross-file section consistency review.\n\nProvides per-file review verdicts based on cross-file consistency checks."
155
+ description: "Complete the cross-file section consistency review with per-file verdicts."
156
156
  },
157
157
  IAutoBeAnalyzeSectionCrossFileReviewApplicationFileResult: {
158
158
  type: "object",
@@ -163,11 +163,11 @@ const orchestrateAnalyzeSectionCrossFileReview = (ctx, props) => __awaiter(void
163
163
  },
164
164
  approved: {
165
165
  type: "boolean",
166
- description: "Whether this file's sections are consistent with other files.\n\nIf true: File's sections are consistent across files. If false: File's\nsections must be regenerated with feedback to align with other files."
166
+ description: "Whether this file's sections are consistent with other files."
167
167
  },
168
168
  feedback: {
169
169
  type: "string",
170
- description: "Detailed cross-file consistency feedback for this file.\n\nCriteria evaluated:\n\n- Value and constraint consistency across files\n- Terminology alignment\n- Naming convention consistency\n- Content deduplication\n- Structural balance\n\nFor rejected files:\n\n- Specific cross-file inconsistencies identified\n- Recommendations for alignment with other files"
170
+ description: "Cross-file consistency feedback. For rejected files, describe specific\ninconsistencies."
171
171
  },
172
172
  issues: {
173
173
  oneOf: [
@@ -181,7 +181,7 @@ const orchestrateAnalyzeSectionCrossFileReview = (ctx, props) => __awaiter(void
181
181
  }
182
182
  }
183
183
  ],
184
- description: "Structured review issues for targeted rewrites / patches.\n\nOptional for backward compatibility."
184
+ description: "Structured review issues for targeted rewrites. Optional for backward\ncompatibility."
185
185
  },
186
186
  rejectedModuleUnits: {
187
187
  oneOf: [
@@ -195,7 +195,7 @@ const orchestrateAnalyzeSectionCrossFileReview = (ctx, props) => __awaiter(void
195
195
  }
196
196
  }
197
197
  ],
198
- description: "Specific module/unit pairs whose sections have cross-file consistency\nissues.\n\nWhen rejecting a file, identify EXACTLY which modules and units are\ninconsistent with other files. Only these will be regenerated on retry.\n\nSet to null if all module/units need regeneration, or if approving."
198
+ description: "Module/unit pairs with cross-file consistency issues. Only these are\nregenerated on retry. Set to null if all module/units need regeneration, or\nif approving."
199
199
  }
200
200
  },
201
201
  required: [
@@ -210,7 +210,8 @@ const orchestrateAnalyzeSectionCrossFileReview = (ctx, props) => __awaiter(void
210
210
  type: "object",
211
211
  properties: {
212
212
  ruleCode: {
213
- type: "string"
213
+ type: "string",
214
+ description: "Rule violation code (e.g., \"TERM-001\", \"VALUE-002\")."
214
215
  },
215
216
  moduleIndex: {
216
217
  oneOf: [
@@ -220,7 +221,8 @@ const orchestrateAnalyzeSectionCrossFileReview = (ctx, props) => __awaiter(void
220
221
  {
221
222
  type: "number"
222
223
  }
223
- ]
224
+ ],
225
+ description: "Module index where the issue was found, or null if file-level."
224
226
  },
225
227
  unitIndex: {
226
228
  oneOf: [
@@ -230,7 +232,8 @@ const orchestrateAnalyzeSectionCrossFileReview = (ctx, props) => __awaiter(void
230
232
  {
231
233
  type: "number"
232
234
  }
233
- ]
235
+ ],
236
+ description: "Unit index where the issue was found, or null if module-level."
234
237
  },
235
238
  sectionIndex: {
236
239
  oneOf: [
@@ -240,10 +243,12 @@ const orchestrateAnalyzeSectionCrossFileReview = (ctx, props) => __awaiter(void
240
243
  {
241
244
  type: "number"
242
245
  }
243
- ]
246
+ ],
247
+ description: "Section index where the issue was found, or null if unit-level."
244
248
  },
245
249
  fixInstruction: {
246
- type: "string"
250
+ type: "string",
251
+ description: "Specific instruction for fixing this issue."
247
252
  },
248
253
  evidence: {
249
254
  oneOf: [
@@ -253,7 +258,8 @@ const orchestrateAnalyzeSectionCrossFileReview = (ctx, props) => __awaiter(void
253
258
  {
254
259
  type: "string"
255
260
  }
256
- ]
261
+ ],
262
+ description: "Supporting evidence from the source text."
257
263
  }
258
264
  },
259
265
  required: [
@@ -261,7 +267,8 @@ const orchestrateAnalyzeSectionCrossFileReview = (ctx, props) => __awaiter(void
261
267
  "moduleIndex",
262
268
  "unitIndex",
263
269
  "fixInstruction"
264
- ]
270
+ ],
271
+ description: "A specific review issue found during cross-file consistency check."
265
272
  },
266
273
  IAutoBeAnalyzeSectionCrossFileReviewApplicationRejectedModuleUnit: {
267
274
  type: "object",
@@ -275,11 +282,11 @@ const orchestrateAnalyzeSectionCrossFileReview = (ctx, props) => __awaiter(void
275
282
  items: {
276
283
  type: "number"
277
284
  },
278
- description: "Indices of units within this module that need section regeneration."
285
+ description: "Unit indices needing section regeneration."
279
286
  },
280
287
  feedback: {
281
288
  type: "string",
282
- description: "Specific feedback for this module/unit group's issues."
289
+ description: "Feedback for this module/unit group's issues."
283
290
  },
284
291
  issues: {
285
292
  oneOf: [
@@ -293,7 +300,7 @@ const orchestrateAnalyzeSectionCrossFileReview = (ctx, props) => __awaiter(void
293
300
  }
294
301
  }
295
302
  ],
296
- description: "Structured issues scoped to this module/unit group.\n\nOptional for backward compatibility."
303
+ description: "Structured issues scoped to this module/unit group. Optional for backward\ncompatibility."
297
304
  },
298
305
  sectionIndicesPerUnit: {
299
306
  oneOf: [
@@ -304,7 +311,7 @@ const orchestrateAnalyzeSectionCrossFileReview = (ctx, props) => __awaiter(void
304
311
  $ref: "#/components/schemas/RecordnumberArraynumber"
305
312
  }
306
313
  ],
307
- description: "Per-unit mapping of specific section indices that need regeneration.\n\nKeys are unit indices (from `unitIndices`), values are arrays of section\nindices within that unit's `sectionSections[]` that failed review.\n\nWhen null/undefined or when a unitIndex is not present as a key, ALL\nsections for that unit are regenerated (backward-compatible fallback)."
314
+ description: "Per-unit mapping of section indices needing regeneration. When null or a\nunitIndex is absent, ALL sections for that unit are regenerated."
308
315
  }
309
316
  },
310
317
  required: [
@@ -335,14 +342,13 @@ const orchestrateAnalyzeSectionCrossFileReview = (ctx, props) => __awaiter(void
335
342
  parameters: [
336
343
  {
337
344
  name: "props",
338
- description: " Request containing either preliminary data request or complete\ntask",
339
345
  required: true,
340
346
  schema: {
341
347
  $ref: "#/components/schemas/IAutoBeAnalyzeSectionCrossFileReviewApplicationProps"
342
348
  }
343
349
  }
344
350
  ],
345
- description: "Process cross-file section consistency review or preliminary data requests.\n\nReviews section metadata across ALL files in a single call, ensuring\ncross-file consistency and uniformity."
351
+ description: "Review section metadata across all files for cross-file consistency."
346
352
  }
347
353
  ]
348
354
  },
@@ -648,7 +654,7 @@ function createController(props) {
648
654
  type: "object",
649
655
  properties: {
650
656
  thinking: {
651
- 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 cross-file validation?\n\nFor completion:\n\n- Are values and constraints consistent across all files?\n- Is terminology aligned across all files?\n- Are naming conventions consistent?\n- Is there content duplication between files?",
657
+ description: "Reasoning about your current state: what's missing (preliminary) or what\nyou accomplished (completion).",
652
658
  anyOf: [
653
659
  {
654
660
  type: "null"
@@ -659,7 +665,7 @@ function createController(props) {
659
665
  ]
660
666
  },
661
667
  request: {
662
- description: "Type discriminator for the request.",
668
+ description: "Action to perform. Exhausted preliminary types are removed from the union.",
663
669
  anyOf: [
664
670
  {
665
671
  $ref: "#/$defs/IAutoBePreliminaryGetPreviousAnalysisSections"
@@ -683,18 +689,18 @@ function createController(props) {
683
689
  additionalProperties: false,
684
690
  $defs: {
685
691
  IAutoBePreliminaryGetPreviousAnalysisSections: {
686
- 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.",
692
+ description: "Request to retrieve analysis sections from the previous iteration by numeric\nID.",
687
693
  type: "object",
688
694
  properties: {
689
695
  type: {
690
- description: "Type discriminator for the request.\n\nValue \"getPreviousAnalysisSections\" indicates this is a preliminary data\nrequest for analysis sections from the previous iteration.",
696
+ description: "Type discriminator.",
691
697
  type: "string",
692
698
  "enum": [
693
699
  "getPreviousAnalysisSections"
694
700
  ]
695
701
  },
696
702
  sectionIds: {
697
- 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.",
703
+ description: "Section IDs to retrieve from previous iteration. DO NOT request same IDs\nalready requested in previous calls.",
698
704
  type: "array",
699
705
  items: {
700
706
  type: "integer",
@@ -709,18 +715,18 @@ function createController(props) {
709
715
  ]
710
716
  },
711
717
  IAutoBeAnalyzeSectionCrossFileReviewApplicationComplete: {
712
- description: "Request to complete the cross-file section consistency review.\n\nProvides per-file review verdicts based on cross-file consistency checks.",
718
+ description: "Complete the cross-file section consistency review with per-file verdicts.",
713
719
  type: "object",
714
720
  properties: {
715
721
  type: {
716
- description: "Type discriminator for the request.",
722
+ description: "Type discriminator for completion request.",
717
723
  type: "string",
718
724
  "enum": [
719
725
  "complete"
720
726
  ]
721
727
  },
722
728
  fileResults: {
723
- description: "Per-file review results.\n\nEach entry contains the verdict for one file's consistency with other\nfiles.",
729
+ description: "Per-file review results.",
724
730
  type: "array",
725
731
  items: {
726
732
  $ref: "#/$defs/IAutoBeAnalyzeSectionCrossFileReviewApplicationFileResult"
@@ -741,15 +747,15 @@ function createController(props) {
741
747
  type: "number"
742
748
  },
743
749
  approved: {
744
- description: "Whether this file's sections are consistent with other files.\n\nIf true: File's sections are consistent across files. If false: File's\nsections must be regenerated with feedback to align with other files.",
750
+ description: "Whether this file's sections are consistent with other files.",
745
751
  type: "boolean"
746
752
  },
747
753
  feedback: {
748
- description: "Detailed cross-file consistency feedback for this file.\n\nCriteria evaluated:\n\n- Value and constraint consistency across files\n- Terminology alignment\n- Naming convention consistency\n- Content deduplication\n- Structural balance\n\nFor rejected files:\n\n- Specific cross-file inconsistencies identified\n- Recommendations for alignment with other files",
754
+ description: "Cross-file consistency feedback. For rejected files, describe specific\ninconsistencies.",
749
755
  type: "string"
750
756
  },
751
757
  issues: {
752
- description: "Structured review issues for targeted rewrites / patches.\n\nOptional for backward compatibility.",
758
+ description: "Structured review issues for targeted rewrites. Optional for backward\ncompatibility.",
753
759
  anyOf: [
754
760
  {
755
761
  type: "null"
@@ -763,7 +769,7 @@ function createController(props) {
763
769
  ]
764
770
  },
765
771
  rejectedModuleUnits: {
766
- description: "Specific module/unit pairs whose sections have cross-file consistency\nissues.\n\nWhen rejecting a file, identify EXACTLY which modules and units are\ninconsistent with other files. Only these will be regenerated on retry.\n\nSet to null if all module/units need regeneration, or if approving.",
772
+ description: "Module/unit pairs with cross-file consistency issues. Only these are\nregenerated on retry. Set to null if all module/units need regeneration, or\nif approving.",
767
773
  anyOf: [
768
774
  {
769
775
  type: "null"
@@ -785,12 +791,15 @@ function createController(props) {
785
791
  ]
786
792
  },
787
793
  IAutoBeAnalyzeSectionCrossFileReviewApplicationReviewIssue: {
794
+ description: "A specific review issue found during cross-file consistency check.",
788
795
  type: "object",
789
796
  properties: {
790
797
  ruleCode: {
798
+ description: "Rule violation code (e.g., \"TERM-001\", \"VALUE-002\").",
791
799
  type: "string"
792
800
  },
793
801
  moduleIndex: {
802
+ description: "Module index where the issue was found, or null if file-level.",
794
803
  anyOf: [
795
804
  {
796
805
  type: "null"
@@ -801,6 +810,7 @@ function createController(props) {
801
810
  ]
802
811
  },
803
812
  unitIndex: {
813
+ description: "Unit index where the issue was found, or null if module-level.",
804
814
  anyOf: [
805
815
  {
806
816
  type: "null"
@@ -811,6 +821,7 @@ function createController(props) {
811
821
  ]
812
822
  },
813
823
  sectionIndex: {
824
+ description: "Section index where the issue was found, or null if unit-level.",
814
825
  anyOf: [
815
826
  {
816
827
  type: "null"
@@ -821,9 +832,11 @@ function createController(props) {
821
832
  ]
822
833
  },
823
834
  fixInstruction: {
835
+ description: "Specific instruction for fixing this issue.",
824
836
  type: "string"
825
837
  },
826
838
  evidence: {
839
+ description: "Supporting evidence from the source text.",
827
840
  anyOf: [
828
841
  {
829
842
  type: "null"
@@ -850,18 +863,18 @@ function createController(props) {
850
863
  type: "number"
851
864
  },
852
865
  unitIndices: {
853
- description: "Indices of units within this module that need section regeneration.",
866
+ description: "Unit indices needing section regeneration.",
854
867
  type: "array",
855
868
  items: {
856
869
  type: "number"
857
870
  }
858
871
  },
859
872
  feedback: {
860
- description: "Specific feedback for this module/unit group's issues.",
873
+ description: "Feedback for this module/unit group's issues.",
861
874
  type: "string"
862
875
  },
863
876
  issues: {
864
- description: "Structured issues scoped to this module/unit group.\n\nOptional for backward compatibility.",
877
+ description: "Structured issues scoped to this module/unit group. Optional for backward\ncompatibility.",
865
878
  anyOf: [
866
879
  {
867
880
  type: "null"
@@ -875,7 +888,7 @@ function createController(props) {
875
888
  ]
876
889
  },
877
890
  sectionIndicesPerUnit: {
878
- description: "Per-unit mapping of specific section indices that need regeneration.\n\nKeys are unit indices (from `unitIndices`), values are arrays of section\nindices within that unit's `sectionSections[]` that failed review.\n\nWhen null/undefined or when a unitIndex is not present as a key, ALL\nsections for that unit are regenerated (backward-compatible fallback).",
891
+ description: "Per-unit mapping of section indices needing regeneration. When null or a\nunitIndex is absent, ALL sections for that unit are regenerated.",
879
892
  anyOf: [
880
893
  {
881
894
  type: "null"
@@ -906,7 +919,7 @@ function createController(props) {
906
919
  }
907
920
  }
908
921
  },
909
- description: "Process cross-file section consistency review or preliminary data requests.\n\nReviews section metadata across ALL files in a single call, ensuring\ncross-file consistency and uniformity.",
922
+ description: "Review section metadata across all files for cross-file consistency.",
910
923
  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 && (Array.isArray(input.fileResults) && input.fileResults.every(elem => "object" === typeof elem && null !== elem && _io3(elem))); const _io3 = input => "number" === typeof input.fileIndex && "boolean" === typeof input.approved && "string" === typeof input.feedback && (null === input.issues || undefined === input.issues || Array.isArray(input.issues) && input.issues.every(elem => "object" === typeof elem && null !== elem && _io4(elem))) && (null === input.rejectedModuleUnits || Array.isArray(input.rejectedModuleUnits) && input.rejectedModuleUnits.every(elem => "object" === typeof elem && null !== elem && _io5(elem))); const _io4 = input => "string" === typeof input.ruleCode && (null === input.moduleIndex || "number" === typeof input.moduleIndex) && (null === input.unitIndex || "number" === typeof input.unitIndex) && (null === input.sectionIndex || undefined === input.sectionIndex || "number" === typeof input.sectionIndex) && "string" === typeof input.fixInstruction && (null === input.evidence || undefined === input.evidence || "string" === typeof input.evidence); const _io5 = input => "number" === typeof input.moduleIndex && (Array.isArray(input.unitIndices) && input.unitIndices.every(elem => "number" === typeof elem)) && "string" === typeof input.feedback && (null === input.issues || undefined === input.issues || Array.isArray(input.issues) && input.issues.every(elem => "object" === typeof elem && null !== elem && _io4(elem))) && (null === input.sectionIndicesPerUnit || undefined === input.sectionIndicesPerUnit || "object" === typeof input.sectionIndicesPerUnit && null !== input.sectionIndicesPerUnit && false === Array.isArray(input.sectionIndicesPerUnit) && _io6(input.sectionIndicesPerUnit)); const _io6 = input => Object.keys(input).every(key => {
911
924
  const value = input[key];
912
925
  if (undefined === value)
@@ -1 +1 @@
1
- {"version":3,"file":"orchestrateAnalyzeSectionCrossFileReview.js","sourceRoot":"","sources":["../../../src/orchestrate/analyze/orchestrateAnalyzeSectionCrossFileReview.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"orchestrateAnalyzeSectionCrossFileReview.js","sourceRoot":"","sources":["../../../src/orchestrate/analyze/orchestrateAnalyzeSectionCrossFileReview.ts"],"names":[],"mappings":"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"}