@autobe/agent 0.25.5 → 0.25.7

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 (119) hide show
  1. package/lib/constants/AutoBeSystemPromptConstant.d.ts +12 -13
  2. package/lib/constants/AutoBeSystemPromptConstant.js.map +1 -1
  3. package/lib/context/AutoBeTokenUsage.d.ts +2 -2
  4. package/lib/context/AutoBeTokenUsage.js.map +1 -1
  5. package/lib/context/{IAutoBeApplication.d.ts → IAutoBeFacadeApplication.d.ts} +15 -83
  6. package/lib/context/{IAutoBeApplicationProps.js → IAutoBeFacadeApplication.js} +1 -1
  7. package/lib/context/IAutoBeFacadeApplication.js.map +1 -0
  8. package/lib/context/{IAutoBeApplicationProps.d.ts → IAutoBeFacadeApplicationProps.d.ts} +1 -1
  9. package/lib/context/{IAutoBeApplication.js → IAutoBeFacadeApplicationProps.js} +1 -1
  10. package/lib/context/IAutoBeFacadeApplicationProps.js.map +1 -0
  11. package/lib/context/{IAutoBeApplicationResult.d.ts → IAutoBeFacadeApplicationResult.d.ts} +1 -1
  12. package/lib/context/{IAutoBeApplicationResult.js → IAutoBeFacadeApplicationResult.js} +1 -1
  13. package/lib/context/IAutoBeFacadeApplicationResult.js.map +1 -0
  14. package/lib/factory/createAgenticaHistory.js +3 -1
  15. package/lib/factory/createAgenticaHistory.js.map +1 -1
  16. package/lib/factory/createAutoBeApplication.js +38 -76
  17. package/lib/factory/createAutoBeApplication.js.map +1 -1
  18. package/lib/factory/createAutoBeContext.js +10 -11
  19. package/lib/factory/createAutoBeContext.js.map +1 -1
  20. package/lib/index.mjs +167 -246
  21. package/lib/index.mjs.map +1 -1
  22. package/lib/orchestrate/analyze/histories/transformAnalyzeReviewHistories.js +0 -1
  23. package/lib/orchestrate/analyze/histories/transformAnalyzeReviewHistories.js.map +1 -1
  24. package/lib/orchestrate/analyze/histories/transformAnalyzeScenarioHistories.d.ts +1 -1
  25. package/lib/orchestrate/analyze/histories/transformAnalyzeScenarioHistories.js +3 -18
  26. package/lib/orchestrate/analyze/histories/transformAnalyzeScenarioHistories.js.map +1 -1
  27. package/lib/orchestrate/analyze/histories/transformAnalyzeWriteHistories.d.ts +0 -1
  28. package/lib/orchestrate/analyze/histories/transformAnalyzeWriteHistories.js +1 -13
  29. package/lib/orchestrate/analyze/histories/transformAnalyzeWriteHistories.js.map +1 -1
  30. package/lib/orchestrate/analyze/orchestrateAnalyze.d.ts +1 -2
  31. package/lib/orchestrate/analyze/orchestrateAnalyze.js +2 -4
  32. package/lib/orchestrate/analyze/orchestrateAnalyze.js.map +1 -1
  33. package/lib/orchestrate/analyze/orchestrateAnalyzeScenario.d.ts +1 -1
  34. package/lib/orchestrate/analyze/orchestrateAnalyzeScenario.js +2 -2
  35. package/lib/orchestrate/analyze/orchestrateAnalyzeScenario.js.map +1 -1
  36. package/lib/orchestrate/analyze/orchestrateAnalyzeWrite.d.ts +0 -1
  37. package/lib/orchestrate/analyze/orchestrateAnalyzeWrite.js.map +1 -1
  38. package/lib/orchestrate/facade/transformFacadeStateMessage.js +1 -1
  39. package/lib/orchestrate/facade/transformFacadeStateMessage.js.map +1 -1
  40. package/lib/orchestrate/interface/histories/transformInterfaceAssetHistories.js +0 -4
  41. package/lib/orchestrate/interface/histories/transformInterfaceAssetHistories.js.map +1 -1
  42. package/lib/orchestrate/interface/histories/transformInterfaceAuthorizationsHistories.js +10 -7
  43. package/lib/orchestrate/interface/histories/transformInterfaceAuthorizationsHistories.js.map +1 -1
  44. package/lib/orchestrate/interface/histories/transformInterfaceCommonHistories.d.ts +3 -0
  45. package/lib/orchestrate/interface/histories/{transformInterfaceCommonPrerequisiteHistories.js → transformInterfaceCommonHistories.js} +4 -4
  46. package/lib/orchestrate/interface/histories/transformInterfaceCommonHistories.js.map +1 -0
  47. package/lib/orchestrate/interface/histories/transformInterfaceComplementHistories.js +12 -9
  48. package/lib/orchestrate/interface/histories/transformInterfaceComplementHistories.js.map +1 -1
  49. package/lib/orchestrate/interface/histories/transformInterfaceEndpointHistories.js +10 -7
  50. package/lib/orchestrate/interface/histories/transformInterfaceEndpointHistories.js.map +1 -1
  51. package/lib/orchestrate/interface/histories/transformInterfaceEndpointsReviewHistories.js +1 -1
  52. package/lib/orchestrate/interface/histories/transformInterfaceEndpointsReviewHistories.js.map +1 -1
  53. package/lib/orchestrate/interface/histories/transformInterfaceGroupHistories.js +13 -10
  54. package/lib/orchestrate/interface/histories/transformInterfaceGroupHistories.js.map +1 -1
  55. package/lib/orchestrate/interface/histories/transformInterfaceOperationHistories.js +10 -7
  56. package/lib/orchestrate/interface/histories/transformInterfaceOperationHistories.js.map +1 -1
  57. package/lib/orchestrate/interface/histories/transformInterfaceOperationsReviewHistories.js +1 -1
  58. package/lib/orchestrate/interface/histories/transformInterfaceOperationsReviewHistories.js.map +1 -1
  59. package/lib/orchestrate/interface/histories/transformInterfaceSchemaHistories.js +10 -7
  60. package/lib/orchestrate/interface/histories/transformInterfaceSchemaHistories.js.map +1 -1
  61. package/lib/orchestrate/interface/histories/transformInterfaceSchemasReviewHistories.js +1 -1
  62. package/lib/orchestrate/interface/histories/transformInterfaceSchemasReviewHistories.js.map +1 -1
  63. package/lib/orchestrate/interface/orchestrateInterface.d.ts +2 -2
  64. package/lib/orchestrate/interface/orchestrateInterface.js.map +1 -1
  65. package/lib/orchestrate/prisma/histories/transformPrismaComponentsHistories.js +10 -5
  66. package/lib/orchestrate/prisma/histories/transformPrismaComponentsHistories.js.map +1 -1
  67. package/lib/orchestrate/prisma/histories/transformPrismaReviewHistories.js +2 -2
  68. package/lib/orchestrate/prisma/histories/transformPrismaReviewHistories.js.map +1 -1
  69. package/lib/orchestrate/prisma/histories/transformPrismaSchemaHistories.js +9 -6
  70. package/lib/orchestrate/prisma/histories/transformPrismaSchemaHistories.js.map +1 -1
  71. package/lib/orchestrate/prisma/orchestratePrisma.d.ts +2 -2
  72. package/lib/orchestrate/prisma/orchestratePrisma.js.map +1 -1
  73. package/lib/orchestrate/realize/orchestrateRealize.d.ts +2 -2
  74. package/lib/orchestrate/realize/orchestrateRealize.js.map +1 -1
  75. package/lib/orchestrate/test/histories/transformTestScenarioHistories.js +8 -5
  76. package/lib/orchestrate/test/histories/transformTestScenarioHistories.js.map +1 -1
  77. package/lib/orchestrate/test/histories/transformTestScenarioReviewHistories.js +8 -5
  78. package/lib/orchestrate/test/histories/transformTestScenarioReviewHistories.js.map +1 -1
  79. package/lib/orchestrate/test/histories/transformTestWriteHistories.js +8 -5
  80. package/lib/orchestrate/test/histories/transformTestWriteHistories.js.map +1 -1
  81. package/lib/orchestrate/test/orchestrateTest.d.ts +2 -2
  82. package/lib/orchestrate/test/orchestrateTest.js.map +1 -1
  83. package/package.json +6 -6
  84. package/src/constants/AutoBeSystemPromptConstant.ts +12 -13
  85. package/src/context/AutoBeTokenUsage.ts +2 -2
  86. package/src/context/{IAutoBeApplication.ts → IAutoBeFacadeApplication.ts} +15 -83
  87. package/src/context/{IAutoBeApplicationProps.ts → IAutoBeFacadeApplicationProps.ts} +1 -1
  88. package/src/context/{IAutoBeApplicationResult.ts → IAutoBeFacadeApplicationResult.ts} +1 -1
  89. package/src/factory/createAgenticaHistory.ts +5 -4
  90. package/src/factory/createAutoBeApplication.ts +6 -6
  91. package/src/factory/createAutoBeContext.ts +2 -3
  92. package/src/orchestrate/analyze/histories/transformAnalyzeReviewHistories.ts +0 -1
  93. package/src/orchestrate/analyze/histories/transformAnalyzeScenarioHistories.ts +0 -16
  94. package/src/orchestrate/analyze/histories/transformAnalyzeWriteHistories.ts +0 -13
  95. package/src/orchestrate/analyze/orchestrateAnalyze.ts +71 -74
  96. package/src/orchestrate/analyze/orchestrateAnalyzeScenario.ts +1 -2
  97. package/src/orchestrate/analyze/orchestrateAnalyzeWrite.ts +0 -1
  98. package/src/orchestrate/interface/histories/transformInterfaceAssetHistories.ts +0 -4
  99. package/src/orchestrate/interface/histories/transformInterfaceAuthorizationsHistories.ts +9 -6
  100. package/src/orchestrate/interface/histories/{transformInterfaceCommonPrerequisiteHistories.ts → transformInterfaceCommonHistories.ts} +1 -1
  101. package/src/orchestrate/interface/histories/transformInterfaceComplementHistories.ts +9 -6
  102. package/src/orchestrate/interface/histories/transformInterfaceEndpointHistories.ts +9 -6
  103. package/src/orchestrate/interface/histories/transformInterfaceGroupHistories.ts +11 -10
  104. package/src/orchestrate/interface/histories/transformInterfaceOperationHistories.ts +9 -6
  105. package/src/orchestrate/interface/histories/transformInterfaceSchemaHistories.ts +9 -6
  106. package/src/orchestrate/interface/orchestrateInterface.ts +2 -2
  107. package/src/orchestrate/prisma/histories/transformPrismaComponentsHistories.ts +9 -4
  108. package/src/orchestrate/prisma/histories/transformPrismaSchemaHistories.ts +8 -5
  109. package/src/orchestrate/prisma/orchestratePrisma.ts +2 -2
  110. package/src/orchestrate/realize/orchestrateRealize.ts +2 -2
  111. package/src/orchestrate/test/histories/transformTestScenarioHistories.ts +8 -5
  112. package/src/orchestrate/test/histories/transformTestScenarioReviewHistories.ts +8 -5
  113. package/src/orchestrate/test/histories/transformTestWriteHistories.ts +8 -5
  114. package/src/orchestrate/test/orchestrateTest.ts +2 -2
  115. package/lib/context/IAutoBeApplication.js.map +0 -1
  116. package/lib/context/IAutoBeApplicationProps.js.map +0 -1
  117. package/lib/context/IAutoBeApplicationResult.js.map +0 -1
  118. package/lib/orchestrate/interface/histories/transformInterfaceCommonPrerequisiteHistories.d.ts +0 -3
  119. package/lib/orchestrate/interface/histories/transformInterfaceCommonPrerequisiteHistories.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"AutoBeSystemPromptConstant.js","sourceRoot":"","sources":["../../src/constants/AutoBeSystemPromptConstant.ts"],"names":[],"mappings":";;AAiCC,CAAC"}
1
+ {"version":3,"file":"AutoBeSystemPromptConstant.js","sourceRoot":"","sources":["../../src/constants/AutoBeSystemPromptConstant.ts"],"names":[],"mappings":";;AAgCC,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { IAutoBeTokenUsageJson } from "@autobe/interface";
2
2
  import { AutoBeTokenUsageComponent } from "./AutoBeTokenUsageComponent";
3
- import { IAutoBeApplication } from "./IAutoBeApplication";
3
+ import { IAutoBeFacadeApplication } from "./IAutoBeFacadeApplication";
4
4
  /**
5
5
  * Comprehensive token usage tracker for the AutoBe vibe coding system.
6
6
  *
@@ -144,7 +144,7 @@ export declare class AutoBeTokenUsage implements IAutoBeTokenUsageJson {
144
144
  * @param additionalStages - Array of stage names to update with the usage
145
145
  * data
146
146
  */
147
- record(usage: IAutoBeTokenUsageJson.IComponent, additionalStages?: (keyof IAutoBeApplication)[]): void;
147
+ record(usage: IAutoBeTokenUsageJson.IComponent, additionalStages?: (keyof IAutoBeFacadeApplication)[]): void;
148
148
  /**
149
149
  * Increment current token usage with data from another instance.
150
150
  *
@@ -1 +1 @@
1
- {"version":3,"file":"AutoBeTokenUsage.js","sourceRoot":"","sources":["../../src/context/AutoBeTokenUsage.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AutoBeTokenUsage.js","sourceRoot":"","sources":["../../src/context/AutoBeTokenUsage.ts"],"names":[],"mappings":"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"}
@@ -1,10 +1,10 @@
1
- import { IAutoBeApplicationResult } from "./IAutoBeApplicationResult";
1
+ import { IAutoBeFacadeApplicationResult } from "./IAutoBeFacadeApplicationResult";
2
2
  /**
3
3
  * Application for AutoBE function calling.
4
4
  *
5
5
  * @author Samchon
6
6
  */
7
- export interface IAutoBeApplication {
7
+ export interface IAutoBeFacadeApplication {
8
8
  /**
9
9
  * Run Analyze Agent.
10
10
  *
@@ -24,26 +24,7 @@ export interface IAutoBeApplication {
24
24
  * conversation. When executed after other agents have generated code, it can
25
25
  * also interpret change requests in the context of existing implementations.
26
26
  */
27
- analyze(props: {
28
- /**
29
- * Requirements-focused instructions extracted from user utterances.
30
- *
31
- * Contains AI-interpreted guidance specifically for the requirements
32
- * analysis phase. Should focus ONLY on features, business rules, user
33
- * stories, and functional specifications. Must NOT include database design,
34
- * API patterns, or implementation details which belong to other phases.
35
- *
36
- * **CRITICAL**: Only include what the user actually said. NEVER fabricate
37
- * or invent requirements the user didn't mention.
38
- *
39
- * Examples:
40
- *
41
- * - "Focus on inventory management with real-time stock tracking"
42
- * - "Prioritize user authentication with role-based permissions"
43
- * - "Emphasize order processing workflow with approval stages"
44
- */
45
- instruction: string;
46
- }): Promise<IAutoBeApplicationResult>;
27
+ analyze(): Promise<IAutoBeFacadeApplicationResult>;
47
28
  /**
48
29
  * Run prisma agent.
49
30
  *
@@ -65,24 +46,12 @@ export interface IAutoBeApplication {
65
46
  */
66
47
  prisma(props: {
67
48
  /**
68
- * Database design instructions extracted from user utterances.
69
- *
70
- * Contains AI-interpreted guidance specifically for the database schema
71
- * design phase. Should focus ONLY on schema structure, relationships,
72
- * constraints, and indexing strategies. Must NOT include API design or
73
- * business logic implementation details.
74
- *
75
- * **CRITICAL**: Only include what the user actually said. NEVER fabricate
76
- * or invent requirements the user didn't mention.
77
- *
78
- * Examples:
49
+ * Database design instructions from user conversation.
79
50
  *
80
- * - "Design flexible product catalog with variant support"
81
- * - "Optimize for high-volume transaction queries"
82
- * - "Implement strict referential integrity for financial data"
51
+ * Pass empty string "" if no database-specific instructions exist.
83
52
  */
84
53
  instruction: string;
85
- }): Promise<IAutoBeApplicationResult>;
54
+ }): Promise<IAutoBeFacadeApplicationResult>;
86
55
  /**
87
56
  * Run interface agent.
88
57
  *
@@ -98,24 +67,12 @@ export interface IAutoBeApplication {
98
67
  */
99
68
  interface(props: {
100
69
  /**
101
- * API design instructions extracted from user utterances.
70
+ * API design instructions from user conversation.
102
71
  *
103
- * Contains AI-interpreted guidance specifically for the API interface
104
- * design phase. Should focus ONLY on endpoint patterns, request/response
105
- * formats, DTO schemas, and operation specifications. Must NOT include
106
- * database details or implementation logic.
107
- *
108
- * **CRITICAL**: Only include what the user actually said. NEVER fabricate
109
- * or invent requirements the user didn't mention.
110
- *
111
- * Examples:
112
- *
113
- * - "Create RESTful endpoints with pagination for all list operations"
114
- * - "Design mobile-friendly APIs with minimal response payloads"
115
- * - "Follow OpenAPI 3.0 patterns with comprehensive error responses"
72
+ * Pass empty string "" if no API-specific instructions exist.
116
73
  */
117
74
  instruction: string;
118
- }): Promise<IAutoBeApplicationResult>;
75
+ }): Promise<IAutoBeFacadeApplicationResult>;
119
76
  /**
120
77
  * Run test program agent.
121
78
  *
@@ -139,24 +96,12 @@ export interface IAutoBeApplication {
139
96
  */
140
97
  test(props: {
141
98
  /**
142
- * Testing strategy instructions extracted from user utterances.
143
- *
144
- * Contains AI-interpreted guidance specifically for the test code
145
- * generation phase. Should focus ONLY on test scenarios, coverage
146
- * priorities, edge cases, and validation strategies. Must NOT include
147
- * implementation or API design details.
148
- *
149
- * **CRITICAL**: Only include what the user actually said. NEVER fabricate
150
- * or invent requirements the user didn't mention.
99
+ * Testing strategy instructions from user conversation.
151
100
  *
152
- * Examples:
153
- *
154
- * - "Prioritize payment flow testing with failure scenarios"
155
- * - "Generate comprehensive tests for concurrent user operations"
156
- * - "Focus on data integrity validation across all endpoints"
101
+ * Pass empty string "" if no test-specific instructions exist.
157
102
  */
158
103
  instruction: string;
159
- }): Promise<IAutoBeApplicationResult>;
104
+ }): Promise<IAutoBeFacadeApplicationResult>;
160
105
  /**
161
106
  * Run realize agent.
162
107
  *
@@ -180,23 +125,10 @@ export interface IAutoBeApplication {
180
125
  */
181
126
  realize(props: {
182
127
  /**
183
- * Implementation instructions extracted from user utterances.
184
- *
185
- * Contains AI-interpreted guidance specifically for the business logic
186
- * implementation phase. Should focus ONLY on architectural patterns,
187
- * performance requirements, business logic details, and service layer
188
- * decisions. Must NOT include database schema or API interface
189
- * specifications.
190
- *
191
- * **CRITICAL**: Only include what the user actually said. NEVER fabricate
192
- * or invent requirements the user didn't mention.
193
- *
194
- * Examples:
128
+ * Implementation instructions from user conversation.
195
129
  *
196
- * - "Implement with caching for frequently accessed data"
197
- * - "Use transaction patterns for financial operations"
198
- * - "Optimize for 10K concurrent users with rate limiting"
130
+ * Pass empty string "" if no implementation-specific instructions exist.
199
131
  */
200
132
  instruction: string;
201
- }): Promise<IAutoBeApplicationResult>;
133
+ }): Promise<IAutoBeFacadeApplicationResult>;
202
134
  }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=IAutoBeApplicationProps.js.map
3
+ //# sourceMappingURL=IAutoBeFacadeApplication.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IAutoBeFacadeApplication.js","sourceRoot":"","sources":["../../src/context/IAutoBeFacadeApplication.ts"],"names":[],"mappings":""}
@@ -1,4 +1,4 @@
1
- export interface IAutoBeApplicationProps {
1
+ export interface IAutoBeFacadeApplicationProps {
2
2
  /**
3
3
  * Instructions for each agent phase redefined by AI from user's utterance.
4
4
  * Contains specific guidance for analyze/prisma/interface/test/realize
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=IAutoBeApplication.js.map
3
+ //# sourceMappingURL=IAutoBeFacadeApplicationProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IAutoBeFacadeApplicationProps.js","sourceRoot":"","sources":["../../src/context/IAutoBeFacadeApplicationProps.ts"],"names":[],"mappings":""}
@@ -1,4 +1,4 @@
1
- export interface IAutoBeApplicationResult {
1
+ export interface IAutoBeFacadeApplicationResult {
2
2
  type: "success" | "failure" | "exception" | "in-progress" | "prerequisites-not-satisfied";
3
3
  description: string;
4
4
  }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=IAutoBeApplicationResult.js.map
3
+ //# sourceMappingURL=IAutoBeFacadeApplicationResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IAutoBeFacadeApplicationResult.js","sourceRoot":"","sources":["../../src/context/IAutoBeFacadeApplicationResult.ts"],"names":[],"mappings":""}
@@ -14,7 +14,9 @@ function createAgenticaHistory(props) {
14
14
  created_at: props.history.created_at,
15
15
  type: "execute",
16
16
  arguments: {
17
- instruction: props.history.instruction,
17
+ instruction: props.history.type === "analyze"
18
+ ? undefined
19
+ : props.history.instruction,
18
20
  },
19
21
  value: {
20
22
  success: props.history.type === "analyze" || props.history.type === "interface"
@@ -1 +1 @@
1
- {"version":3,"file":"createAgenticaHistory.js","sourceRoot":"","sources":["../../src/factory/createAgenticaHistory.ts"],"names":[],"mappings":";;AAcA,sDA4CC;AA5CD,SAAgB,qBAAqB,CAAiC,KAGrE;IACC,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,aAAa;QACtC,uCACK,KAAK,CAAC,OAAO,KAChB,MAAM,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,OAAmC,IACvD;SACC,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,kBAAkB;QAChD,uCACK,KAAK,CAAC,OAAO,KAChB,MAAM,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,OAAwC,IAC5D;IAEJ,MAAM,SAAS,GAAyC,KAAK,CAAC,UAAU,CAAC,IAAI,CAC3E,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,QAAQ,CAAC,IAAI,KAAK,KAAK,CAAC,OAAO,CAAC,IAAI,CAChD,CAAC;IACF,IAAI,SAAS,KAAK,SAAS;QAAE,OAAO,IAAI,CAAC;IACzC,MAAM,OAAO,GAAG;QACd,EAAE,EAAE,KAAK,CAAC,OAAO,CAAC,EAAE;QACpB,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,UAAU;QACpC,IAAI,EAAE,SAAkB;QACxB,SAAS,EAAE;YACT,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,WAAW;SACL;QACnC,KAAK,EAAE;YACL,OAAO,EACL,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,SAAS,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,WAAW;gBACpE,CAAC,CAAC,IAAI;gBACN,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,KAAK,SAAS;SAChD;QACD,OAAO,EAAE,IAAI;KACmC,CAAC;IACnD,OAAO,gCACF,OAAO,KACV,QAAQ,EAAE,SAAS,CAAC,QAAmB,EACvC,SAAS,EAAE,SAA2C,EACtD,MAAM,EAAE,GAAG,EAAE,CAAC,iCACT,OAAO,KACV,QAAQ,EAAE,SAAS,CAAC,QAAmB,EACvC,SAAS,EAAE,SAAS,CAAC,MAAM,EAAE,IAC7B,GACqC,CAAC;AAC5C,CAAC"}
1
+ {"version":3,"file":"createAgenticaHistory.js","sourceRoot":"","sources":["../../src/factory/createAgenticaHistory.ts"],"names":[],"mappings":";;AAYA,sDA+CC;AA/CD,SAAgB,qBAAqB,CAAiC,KAGrE;IACC,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,aAAa;QACtC,uCACK,KAAK,CAAC,OAAO,KAChB,MAAM,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,OAAmC,IACvD;SACC,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,kBAAkB;QAChD,uCACK,KAAK,CAAC,OAAO,KAChB,MAAM,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,OAAwC,IAC5D;IAEJ,MAAM,SAAS,GAAyC,KAAK,CAAC,UAAU,CAAC,IAAI,CAC3E,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,QAAQ,CAAC,IAAI,KAAK,KAAK,CAAC,OAAO,CAAC,IAAI,CAChD,CAAC;IACF,IAAI,SAAS,KAAK,SAAS;QAAE,OAAO,IAAI,CAAC;IACzC,MAAM,OAAO,GAAG;QACd,EAAE,EAAE,KAAK,CAAC,OAAO,CAAC,EAAE;QACpB,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,UAAU;QACpC,IAAI,EAAE,SAAkB;QACxB,SAAS,EAAE;YACT,WAAW,EACT,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,SAAS;gBAC9B,CAAC,CAAC,SAAS;gBACX,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,WAAW;SAChC;QACD,KAAK,EAAE;YACL,OAAO,EACL,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,SAAS,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,WAAW;gBACpE,CAAC,CAAC,IAAI;gBACN,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,KAAK,SAAS;SAChD;QACD,OAAO,EAAE,IAAI;KACmC,CAAC;IACnD,OAAO,gCACF,OAAO,KACV,QAAQ,EAAE,SAAS,CAAC,QAAmB,EACvC,SAAS,EAAE,SAA2C,EACtD,MAAM,EAAE,GAAG,EAAE,CAAC,iCACT,OAAO,KACV,QAAQ,EAAE,SAAS,CAAC,QAAmB,EACvC,SAAS,EAAE,SAAS,CAAC,MAAM,EAAE,IAC7B,GACqC,CAAC;AAC5C,CAAC"}
@@ -63,8 +63,8 @@ const createAutoBeController = (props) => {
63
63
  name: "autobe",
64
64
  application,
65
65
  execute: {
66
- analyze: (next) => __awaiter(void 0, void 0, void 0, function* () {
67
- const r = yield (0, orchestrateAnalyze_1.orchestrateAnalyze)(props.context)(next);
66
+ analyze: () => __awaiter(void 0, void 0, void 0, function* () {
67
+ const r = yield (0, orchestrateAnalyze_1.orchestrateAnalyze)(props.context);
68
68
  if (r.type === "analyze")
69
69
  return {
70
70
  type: "success",
@@ -158,18 +158,11 @@ const claude = {
158
158
  name: "analyze",
159
159
  parameters: {
160
160
  type: "object",
161
- properties: {
162
- instruction: {
163
- description: "Requirements-focused instructions extracted from user utterances.\n\nContains AI-interpreted guidance specifically for the requirements\nanalysis phase. Should focus ONLY on features, business rules, user\nstories, and functional specifications. Must NOT include database design,\nAPI patterns, or implementation details which belong to other phases.\n\n**CRITICAL**: Only include what the user actually said. NEVER fabricate\nor invent requirements the user didn't mention.\n\nExamples:\n\n- \"Focus on inventory management with real-time stock tracking\"\n- \"Prioritize user authentication with role-based permissions\"\n- \"Emphasize order processing workflow with approval stages\"",
164
- type: "string"
165
- }
166
- },
167
- required: [
168
- "instruction"
169
- ],
161
+ properties: {},
170
162
  additionalProperties: false,
163
+ required: [],
171
164
  $defs: {
172
- IAutoBeApplicationResult: {
165
+ IAutoBeFacadeApplicationResult: {
173
166
  type: "object",
174
167
  properties: {
175
168
  type: {
@@ -203,26 +196,14 @@ const claude = {
203
196
  }
204
197
  },
205
198
  output: {
206
- $ref: "#/$defs/IAutoBeApplicationResult"
199
+ $ref: "#/$defs/IAutoBeFacadeApplicationResult"
207
200
  },
208
201
  description: "Run Analyze Agent.\n\nExecutes the Analyze agent to process user requirements and generate a\nstructured specification document. This agent analyzes all conversation\nhistory between users and AI, separates business logic from technical\nrequirements, and establishes development priorities and scope.\n\n**IMPORTANT**: Only call this function when sufficient requirements have\nbeen discussed to generate a comprehensive specification. The context must\ncontain enough detail about the system's purpose, core features, data\nmodels, and business rules. If requirements are unclear or incomplete,\ncontinue gathering information through conversation instead.\n\nThe agent will automatically generate follow-up questions for any ambiguous\nrequirements and continuously refine its understanding through iterative\nconversation. When executed after other agents have generated code, it can\nalso interpret change requests in the context of existing implementations.",
209
- validate: (() => { const _io0 = input => "string" === typeof input.instruction; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.instruction || _report(_exceptionable, {
210
- path: _path + ".instruction",
211
- expected: "string",
212
- value: input.instruction
213
- })].every(flag => flag); const __is = input => "object" === typeof input && null !== input && _io0(input); let errors; let _report; return input => {
202
+ validate: (() => { const __is = input => true; let errors; let _report; return input => {
214
203
  if (false === __is(input)) {
215
204
  errors = [];
216
205
  _report = __typia_transform__validateReport._validateReport(errors);
217
- ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || _report(true, {
218
- path: _path + "",
219
- expected: "__type",
220
- value: input
221
- })) && _vo0(input, _path + "", true) || _report(true, {
222
- path: _path + "",
223
- expected: "__type",
224
- value: input
225
- }))(input, "$input", true);
206
+ ((input, _path, _exceptionable = true) => true)(input, "$input", true);
226
207
  const success = 0 === errors.length;
227
208
  return success ? {
228
209
  success,
@@ -245,7 +226,7 @@ const claude = {
245
226
  type: "object",
246
227
  properties: {
247
228
  instruction: {
248
- description: "Database design instructions extracted from user utterances.\n\nContains AI-interpreted guidance specifically for the database schema\ndesign phase. Should focus ONLY on schema structure, relationships,\nconstraints, and indexing strategies. Must NOT include API design or\nbusiness logic implementation details.\n\n**CRITICAL**: Only include what the user actually said. NEVER fabricate\nor invent requirements the user didn't mention.\n\nExamples:\n\n- \"Design flexible product catalog with variant support\"\n- \"Optimize for high-volume transaction queries\"\n- \"Implement strict referential integrity for financial data\"",
229
+ description: "Database design instructions from user conversation.\n\nPass empty string \"\" if no database-specific instructions exist.",
249
230
  type: "string"
250
231
  }
251
232
  },
@@ -254,7 +235,7 @@ const claude = {
254
235
  ],
255
236
  additionalProperties: false,
256
237
  $defs: {
257
- IAutoBeApplicationResult: {
238
+ IAutoBeFacadeApplicationResult: {
258
239
  type: "object",
259
240
  properties: {
260
241
  type: {
@@ -288,7 +269,7 @@ const claude = {
288
269
  }
289
270
  },
290
271
  output: {
291
- $ref: "#/$defs/IAutoBeApplicationResult"
272
+ $ref: "#/$defs/IAutoBeFacadeApplicationResult"
292
273
  },
293
274
  description: "Run prisma agent.\n\nExecutes the Prisma agent to generate database schema files and ERD\ndocumentation. This agent reads the requirements specification created by\nthe {@link analyze Analyze agent} and produces a complete Prisma schema with\ncomprehensive documentation for each entity and attribute.\n\n**PREREQUISITE**: Only call this function after the {@link analyze} function\nhas been successfully executed and a requirements specification document\nhas been generated. The Prisma agent depends on the structured requirements\nanalysis to design the database schema properly. Without a completed\nrequirements specification, this function should NOT be called.\n\nThe agent will automatically validate the generated schema using the Prisma\ncompiler, self-correct any compilation errors through feedback loops, and\ngenerate ERD documentation using prisma-markdown. An internal review\nprocess ensures schema quality and optimization.",
294
275
  validate: (() => { const _io0 = input => "string" === typeof input.instruction; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.instruction || _report(_exceptionable, {
@@ -330,7 +311,7 @@ const claude = {
330
311
  type: "object",
331
312
  properties: {
332
313
  instruction: {
333
- description: "API design instructions extracted from user utterances.\n\nContains AI-interpreted guidance specifically for the API interface\ndesign phase. Should focus ONLY on endpoint patterns, request/response\nformats, DTO schemas, and operation specifications. Must NOT include\ndatabase details or implementation logic.\n\n**CRITICAL**: Only include what the user actually said. NEVER fabricate\nor invent requirements the user didn't mention.\n\nExamples:\n\n- \"Create RESTful endpoints with pagination for all list operations\"\n- \"Design mobile-friendly APIs with minimal response payloads\"\n- \"Follow OpenAPI 3.0 patterns with comprehensive error responses\"",
314
+ description: "API design instructions from user conversation.\n\nPass empty string \"\" if no API-specific instructions exist.",
334
315
  type: "string"
335
316
  }
336
317
  },
@@ -339,7 +320,7 @@ const claude = {
339
320
  ],
340
321
  additionalProperties: false,
341
322
  $defs: {
342
- IAutoBeApplicationResult: {
323
+ IAutoBeFacadeApplicationResult: {
343
324
  type: "object",
344
325
  properties: {
345
326
  type: {
@@ -373,7 +354,7 @@ const claude = {
373
354
  }
374
355
  },
375
356
  output: {
376
- $ref: "#/$defs/IAutoBeApplicationResult"
357
+ $ref: "#/$defs/IAutoBeFacadeApplicationResult"
377
358
  },
378
359
  description: "Run interface agent.\n\nExecutes the Interface agent to design and generate API interfaces. This\nagent creates OpenAPI schemas and TypeScript/NestJS code based on the\nrequirements specification and ERD documentation from previous agents.\n\nThe agent follows a sophisticated pipeline: first constructing formal\nOpenAPI Operation Schemas and JSON Schemas, then validating these schemas,\nand finally transforming them into NestJS controllers and DTOs. Each\ngenerated interface includes comprehensive JSDoc comments and undergoes\ninternal review for consistency.",
379
360
  validate: (() => { const _io0 = input => "string" === typeof input.instruction; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.instruction || _report(_exceptionable, {
@@ -415,7 +396,7 @@ const claude = {
415
396
  type: "object",
416
397
  properties: {
417
398
  instruction: {
418
- description: "Testing strategy instructions extracted from user utterances.\n\nContains AI-interpreted guidance specifically for the test code\ngeneration phase. Should focus ONLY on test scenarios, coverage\npriorities, edge cases, and validation strategies. Must NOT include\nimplementation or API design details.\n\n**CRITICAL**: Only include what the user actually said. NEVER fabricate\nor invent requirements the user didn't mention.\n\nExamples:\n\n- \"Prioritize payment flow testing with failure scenarios\"\n- \"Generate comprehensive tests for concurrent user operations\"\n- \"Focus on data integrity validation across all endpoints\"",
399
+ description: "Testing strategy instructions from user conversation.\n\nPass empty string \"\" if no test-specific instructions exist.",
419
400
  type: "string"
420
401
  }
421
402
  },
@@ -424,7 +405,7 @@ const claude = {
424
405
  ],
425
406
  additionalProperties: false,
426
407
  $defs: {
427
- IAutoBeApplicationResult: {
408
+ IAutoBeFacadeApplicationResult: {
428
409
  type: "object",
429
410
  properties: {
430
411
  type: {
@@ -458,7 +439,7 @@ const claude = {
458
439
  }
459
440
  },
460
441
  output: {
461
- $ref: "#/$defs/IAutoBeApplicationResult"
442
+ $ref: "#/$defs/IAutoBeFacadeApplicationResult"
462
443
  },
463
444
  description: "Run test program agent.\n\nExecutes the Test agent to generate comprehensive E2E test suites for all\n{@link interface API interfaces}. This agent synthesizes outputs from\nprevious agents to create tests that validate both individual endpoints and\ntheir interactions.\n\n**PREREQUISITE**: Only call this function after the {@link interface}\nfunction has been successfully executed and API interfaces have been\ngenerated. The Test agent requires the completed API interface definitions,\nOpenAPI schemas, and TypeScript code to generate appropriate test\nscenarios. Without completed interface design, this function should NOT be\ncalled.\n\nThe agent will analyze dependency relationships between API functions,\nstructure integrated test scenarios with correct execution sequences, and\nenhance pre-generated test scaffolds with business logic validation.\nTypeScript compiler validation and internal review ensure test quality and\noptimal coverage.",
464
445
  validate: (() => { const _io0 = input => "string" === typeof input.instruction; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.instruction || _report(_exceptionable, {
@@ -500,7 +481,7 @@ const claude = {
500
481
  type: "object",
501
482
  properties: {
502
483
  instruction: {
503
- description: "Implementation instructions extracted from user utterances.\n\nContains AI-interpreted guidance specifically for the business logic\nimplementation phase. Should focus ONLY on architectural patterns,\nperformance requirements, business logic details, and service layer\ndecisions. Must NOT include database schema or API interface\nspecifications.\n\n**CRITICAL**: Only include what the user actually said. NEVER fabricate\nor invent requirements the user didn't mention.\n\nExamples:\n\n- \"Implement with caching for frequently accessed data\"\n- \"Use transaction patterns for financial operations\"\n- \"Optimize for 10K concurrent users with rate limiting\"",
484
+ description: "Implementation instructions from user conversation.\n\nPass empty string \"\" if no implementation-specific instructions exist.",
504
485
  type: "string"
505
486
  }
506
487
  },
@@ -509,7 +490,7 @@ const claude = {
509
490
  ],
510
491
  additionalProperties: false,
511
492
  $defs: {
512
- IAutoBeApplicationResult: {
493
+ IAutoBeFacadeApplicationResult: {
513
494
  type: "object",
514
495
  properties: {
515
496
  type: {
@@ -543,7 +524,7 @@ const claude = {
543
524
  }
544
525
  },
545
526
  output: {
546
- $ref: "#/$defs/IAutoBeApplicationResult"
527
+ $ref: "#/$defs/IAutoBeFacadeApplicationResult"
547
528
  },
548
529
  description: "Run realize agent.\n\nExecutes the Realize agent to implement the actual business logic for each\nAPI endpoint. This agent synthesizes all outputs from previous agents to\ngenerate fully functional service provider code.\n\n**PREREQUISITE**: Only call this function after the {@link interface}\nfunction has been successfully executed and API interfaces have been\ngenerated. The Realize agent requires the completed API interface\ndefinitions to implement the corresponding service logic. It also benefits\nfrom having test code available for validation. Without completed interface\ndesign, this function should NOT be called.\n\nThe agent will create service implementations with multiple validation\nlayers: TypeScript compiler feedback, runtime validation through test\nexecution, and quality optimization through internal review. The generated\ncode handles database interactions through Prisma, implements security and\nvalidation checks, and processes business rules according to\nspecifications.",
549
530
  validate: (() => { const _io0 = input => "string" === typeof input.instruction; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.instruction || _report(_exceptionable, {
@@ -594,18 +575,11 @@ const collection = {
594
575
  name: "analyze",
595
576
  parameters: {
596
577
  type: "object",
597
- properties: {
598
- instruction: {
599
- description: "Requirements-focused instructions extracted from user utterances.\n\nContains AI-interpreted guidance specifically for the requirements\nanalysis phase. Should focus ONLY on features, business rules, user\nstories, and functional specifications. Must NOT include database design,\nAPI patterns, or implementation details which belong to other phases.\n\n**CRITICAL**: Only include what the user actually said. NEVER fabricate\nor invent requirements the user didn't mention.\n\nExamples:\n\n- \"Focus on inventory management with real-time stock tracking\"\n- \"Prioritize user authentication with role-based permissions\"\n- \"Emphasize order processing workflow with approval stages\"",
600
- type: "string"
601
- }
602
- },
603
- required: [
604
- "instruction"
605
- ],
578
+ properties: {},
606
579
  additionalProperties: false,
580
+ required: [],
607
581
  $defs: {
608
- IAutoBeApplicationResult: {
582
+ IAutoBeFacadeApplicationResult: {
609
583
  type: "object",
610
584
  properties: {
611
585
  type: {
@@ -630,26 +604,14 @@ const collection = {
630
604
  }
631
605
  },
632
606
  output: {
633
- $ref: "#/$defs/IAutoBeApplicationResult"
607
+ $ref: "#/$defs/IAutoBeFacadeApplicationResult"
634
608
  },
635
609
  description: "Run Analyze Agent.\n\nExecutes the Analyze agent to process user requirements and generate a\nstructured specification document. This agent analyzes all conversation\nhistory between users and AI, separates business logic from technical\nrequirements, and establishes development priorities and scope.\n\n**IMPORTANT**: Only call this function when sufficient requirements have\nbeen discussed to generate a comprehensive specification. The context must\ncontain enough detail about the system's purpose, core features, data\nmodels, and business rules. If requirements are unclear or incomplete,\ncontinue gathering information through conversation instead.\n\nThe agent will automatically generate follow-up questions for any ambiguous\nrequirements and continuously refine its understanding through iterative\nconversation. When executed after other agents have generated code, it can\nalso interpret change requests in the context of existing implementations.",
636
- validate: (() => { const _io0 = input => "string" === typeof input.instruction; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.instruction || _report(_exceptionable, {
637
- path: _path + ".instruction",
638
- expected: "string",
639
- value: input.instruction
640
- })].every(flag => flag); const __is = input => "object" === typeof input && null !== input && _io0(input); let errors; let _report; return input => {
610
+ validate: (() => { const __is = input => true; let errors; let _report; return input => {
641
611
  if (false === __is(input)) {
642
612
  errors = [];
643
613
  _report = __typia_transform__validateReport._validateReport(errors);
644
- ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || _report(true, {
645
- path: _path + "",
646
- expected: "__type",
647
- value: input
648
- })) && _vo0(input, _path + "", true) || _report(true, {
649
- path: _path + "",
650
- expected: "__type",
651
- value: input
652
- }))(input, "$input", true);
614
+ ((input, _path, _exceptionable = true) => true)(input, "$input", true);
653
615
  const success = 0 === errors.length;
654
616
  return success ? {
655
617
  success,
@@ -672,7 +634,7 @@ const collection = {
672
634
  type: "object",
673
635
  properties: {
674
636
  instruction: {
675
- description: "Database design instructions extracted from user utterances.\n\nContains AI-interpreted guidance specifically for the database schema\ndesign phase. Should focus ONLY on schema structure, relationships,\nconstraints, and indexing strategies. Must NOT include API design or\nbusiness logic implementation details.\n\n**CRITICAL**: Only include what the user actually said. NEVER fabricate\nor invent requirements the user didn't mention.\n\nExamples:\n\n- \"Design flexible product catalog with variant support\"\n- \"Optimize for high-volume transaction queries\"\n- \"Implement strict referential integrity for financial data\"",
637
+ description: "Database design instructions from user conversation.\n\nPass empty string \"\" if no database-specific instructions exist.",
676
638
  type: "string"
677
639
  }
678
640
  },
@@ -681,7 +643,7 @@ const collection = {
681
643
  ],
682
644
  additionalProperties: false,
683
645
  $defs: {
684
- IAutoBeApplicationResult: {
646
+ IAutoBeFacadeApplicationResult: {
685
647
  type: "object",
686
648
  properties: {
687
649
  type: {
@@ -706,7 +668,7 @@ const collection = {
706
668
  }
707
669
  },
708
670
  output: {
709
- $ref: "#/$defs/IAutoBeApplicationResult"
671
+ $ref: "#/$defs/IAutoBeFacadeApplicationResult"
710
672
  },
711
673
  description: "Run prisma agent.\n\nExecutes the Prisma agent to generate database schema files and ERD\ndocumentation. This agent reads the requirements specification created by\nthe {@link analyze Analyze agent} and produces a complete Prisma schema with\ncomprehensive documentation for each entity and attribute.\n\n**PREREQUISITE**: Only call this function after the {@link analyze} function\nhas been successfully executed and a requirements specification document\nhas been generated. The Prisma agent depends on the structured requirements\nanalysis to design the database schema properly. Without a completed\nrequirements specification, this function should NOT be called.\n\nThe agent will automatically validate the generated schema using the Prisma\ncompiler, self-correct any compilation errors through feedback loops, and\ngenerate ERD documentation using prisma-markdown. An internal review\nprocess ensures schema quality and optimization.",
712
674
  validate: (() => { const _io0 = input => "string" === typeof input.instruction; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.instruction || _report(_exceptionable, {
@@ -748,7 +710,7 @@ const collection = {
748
710
  type: "object",
749
711
  properties: {
750
712
  instruction: {
751
- description: "API design instructions extracted from user utterances.\n\nContains AI-interpreted guidance specifically for the API interface\ndesign phase. Should focus ONLY on endpoint patterns, request/response\nformats, DTO schemas, and operation specifications. Must NOT include\ndatabase details or implementation logic.\n\n**CRITICAL**: Only include what the user actually said. NEVER fabricate\nor invent requirements the user didn't mention.\n\nExamples:\n\n- \"Create RESTful endpoints with pagination for all list operations\"\n- \"Design mobile-friendly APIs with minimal response payloads\"\n- \"Follow OpenAPI 3.0 patterns with comprehensive error responses\"",
713
+ description: "API design instructions from user conversation.\n\nPass empty string \"\" if no API-specific instructions exist.",
752
714
  type: "string"
753
715
  }
754
716
  },
@@ -757,7 +719,7 @@ const collection = {
757
719
  ],
758
720
  additionalProperties: false,
759
721
  $defs: {
760
- IAutoBeApplicationResult: {
722
+ IAutoBeFacadeApplicationResult: {
761
723
  type: "object",
762
724
  properties: {
763
725
  type: {
@@ -782,7 +744,7 @@ const collection = {
782
744
  }
783
745
  },
784
746
  output: {
785
- $ref: "#/$defs/IAutoBeApplicationResult"
747
+ $ref: "#/$defs/IAutoBeFacadeApplicationResult"
786
748
  },
787
749
  description: "Run interface agent.\n\nExecutes the Interface agent to design and generate API interfaces. This\nagent creates OpenAPI schemas and TypeScript/NestJS code based on the\nrequirements specification and ERD documentation from previous agents.\n\nThe agent follows a sophisticated pipeline: first constructing formal\nOpenAPI Operation Schemas and JSON Schemas, then validating these schemas,\nand finally transforming them into NestJS controllers and DTOs. Each\ngenerated interface includes comprehensive JSDoc comments and undergoes\ninternal review for consistency.",
788
750
  validate: (() => { const _io0 = input => "string" === typeof input.instruction; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.instruction || _report(_exceptionable, {
@@ -824,7 +786,7 @@ const collection = {
824
786
  type: "object",
825
787
  properties: {
826
788
  instruction: {
827
- description: "Testing strategy instructions extracted from user utterances.\n\nContains AI-interpreted guidance specifically for the test code\ngeneration phase. Should focus ONLY on test scenarios, coverage\npriorities, edge cases, and validation strategies. Must NOT include\nimplementation or API design details.\n\n**CRITICAL**: Only include what the user actually said. NEVER fabricate\nor invent requirements the user didn't mention.\n\nExamples:\n\n- \"Prioritize payment flow testing with failure scenarios\"\n- \"Generate comprehensive tests for concurrent user operations\"\n- \"Focus on data integrity validation across all endpoints\"",
789
+ description: "Testing strategy instructions from user conversation.\n\nPass empty string \"\" if no test-specific instructions exist.",
828
790
  type: "string"
829
791
  }
830
792
  },
@@ -833,7 +795,7 @@ const collection = {
833
795
  ],
834
796
  additionalProperties: false,
835
797
  $defs: {
836
- IAutoBeApplicationResult: {
798
+ IAutoBeFacadeApplicationResult: {
837
799
  type: "object",
838
800
  properties: {
839
801
  type: {
@@ -858,7 +820,7 @@ const collection = {
858
820
  }
859
821
  },
860
822
  output: {
861
- $ref: "#/$defs/IAutoBeApplicationResult"
823
+ $ref: "#/$defs/IAutoBeFacadeApplicationResult"
862
824
  },
863
825
  description: "Run test program agent.\n\nExecutes the Test agent to generate comprehensive E2E test suites for all\n{@link interface API interfaces}. This agent synthesizes outputs from\nprevious agents to create tests that validate both individual endpoints and\ntheir interactions.\n\n**PREREQUISITE**: Only call this function after the {@link interface}\nfunction has been successfully executed and API interfaces have been\ngenerated. The Test agent requires the completed API interface definitions,\nOpenAPI schemas, and TypeScript code to generate appropriate test\nscenarios. Without completed interface design, this function should NOT be\ncalled.\n\nThe agent will analyze dependency relationships between API functions,\nstructure integrated test scenarios with correct execution sequences, and\nenhance pre-generated test scaffolds with business logic validation.\nTypeScript compiler validation and internal review ensure test quality and\noptimal coverage.",
864
826
  validate: (() => { const _io0 = input => "string" === typeof input.instruction; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.instruction || _report(_exceptionable, {
@@ -900,7 +862,7 @@ const collection = {
900
862
  type: "object",
901
863
  properties: {
902
864
  instruction: {
903
- description: "Implementation instructions extracted from user utterances.\n\nContains AI-interpreted guidance specifically for the business logic\nimplementation phase. Should focus ONLY on architectural patterns,\nperformance requirements, business logic details, and service layer\ndecisions. Must NOT include database schema or API interface\nspecifications.\n\n**CRITICAL**: Only include what the user actually said. NEVER fabricate\nor invent requirements the user didn't mention.\n\nExamples:\n\n- \"Implement with caching for frequently accessed data\"\n- \"Use transaction patterns for financial operations\"\n- \"Optimize for 10K concurrent users with rate limiting\"",
865
+ description: "Implementation instructions from user conversation.\n\nPass empty string \"\" if no implementation-specific instructions exist.",
904
866
  type: "string"
905
867
  }
906
868
  },
@@ -909,7 +871,7 @@ const collection = {
909
871
  ],
910
872
  additionalProperties: false,
911
873
  $defs: {
912
- IAutoBeApplicationResult: {
874
+ IAutoBeFacadeApplicationResult: {
913
875
  type: "object",
914
876
  properties: {
915
877
  type: {
@@ -934,7 +896,7 @@ const collection = {
934
896
  }
935
897
  },
936
898
  output: {
937
- $ref: "#/$defs/IAutoBeApplicationResult"
899
+ $ref: "#/$defs/IAutoBeFacadeApplicationResult"
938
900
  },
939
901
  description: "Run realize agent.\n\nExecutes the Realize agent to implement the actual business logic for each\nAPI endpoint. This agent synthesizes all outputs from previous agents to\ngenerate fully functional service provider code.\n\n**PREREQUISITE**: Only call this function after the {@link interface}\nfunction has been successfully executed and API interfaces have been\ngenerated. The Realize agent requires the completed API interface\ndefinitions to implement the corresponding service logic. It also benefits\nfrom having test code available for validation. Without completed interface\ndesign, this function should NOT be called.\n\nThe agent will create service implementations with multiple validation\nlayers: TypeScript compiler feedback, runtime validation through test\nexecution, and quality optimization through internal review. The generated\ncode handles database interactions through Prisma, implements security and\nvalidation checks, and processes business rules according to\nspecifications.",
940
902
  validate: (() => { const _io0 = input => "string" === typeof input.instruction; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.instruction || _report(_exceptionable, {
@@ -1 +1 @@
1
- {"version":3,"file":"createAutoBeApplication.js","sourceRoot":"","sources":["../../src/factory/createAutoBeApplication.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"createAutoBeApplication.js","sourceRoot":"","sources":["../../src/factory/createAutoBeApplication.ts"],"names":[],"mappings":"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"}