mycontext-cli 0.4.8 → 0.4.10

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 (70) hide show
  1. package/README.md +113 -97
  2. package/dist/agents/communication/AgentCommunicationManager.d.ts +27 -0
  3. package/dist/agents/communication/AgentCommunicationManager.d.ts.map +1 -0
  4. package/dist/agents/communication/AgentCommunicationManager.js +293 -0
  5. package/dist/agents/communication/AgentCommunicationManager.js.map +1 -0
  6. package/dist/agents/evolution/CodeEvolutionEngine.d.ts +92 -0
  7. package/dist/agents/evolution/CodeEvolutionEngine.d.ts.map +1 -0
  8. package/dist/agents/evolution/CodeEvolutionEngine.js +639 -0
  9. package/dist/agents/evolution/CodeEvolutionEngine.js.map +1 -0
  10. package/dist/agents/implementations/ArchitectAgent.d.ts +39 -0
  11. package/dist/agents/implementations/ArchitectAgent.d.ts.map +1 -0
  12. package/dist/agents/implementations/ArchitectAgent.js +345 -0
  13. package/dist/agents/implementations/ArchitectAgent.js.map +1 -0
  14. package/dist/agents/implementations/CodeGenSubAgent.d.ts +12 -0
  15. package/dist/agents/implementations/CodeGenSubAgent.d.ts.map +1 -1
  16. package/dist/agents/implementations/CodeGenSubAgent.js +296 -43
  17. package/dist/agents/implementations/CodeGenSubAgent.js.map +1 -1
  18. package/dist/agents/implementations/PromptConstructorAgent.d.ts +50 -0
  19. package/dist/agents/implementations/PromptConstructorAgent.d.ts.map +1 -0
  20. package/dist/agents/implementations/PromptConstructorAgent.js +481 -0
  21. package/dist/agents/implementations/PromptConstructorAgent.js.map +1 -0
  22. package/dist/agents/implementations/SecurityAgent.d.ts +31 -0
  23. package/dist/agents/implementations/SecurityAgent.d.ts.map +1 -0
  24. package/dist/agents/implementations/SecurityAgent.js +453 -0
  25. package/dist/agents/implementations/SecurityAgent.js.map +1 -0
  26. package/dist/agents/intelligence/ProjectIntelligence.d.ts +127 -0
  27. package/dist/agents/intelligence/ProjectIntelligence.d.ts.map +1 -0
  28. package/dist/agents/intelligence/ProjectIntelligence.js +456 -0
  29. package/dist/agents/intelligence/ProjectIntelligence.js.map +1 -0
  30. package/dist/agents/interfaces/AgentCommunication.d.ts +65 -0
  31. package/dist/agents/interfaces/AgentCommunication.d.ts.map +1 -0
  32. package/dist/agents/interfaces/AgentCommunication.js +13 -0
  33. package/dist/agents/interfaces/AgentCommunication.js.map +1 -0
  34. package/dist/agents/learning/CrossProjectLearning.d.ts +99 -0
  35. package/dist/agents/learning/CrossProjectLearning.d.ts.map +1 -0
  36. package/dist/agents/learning/CrossProjectLearning.js +517 -0
  37. package/dist/agents/learning/CrossProjectLearning.js.map +1 -0
  38. package/dist/cli.js +47 -0
  39. package/dist/cli.js.map +1 -1
  40. package/dist/commands/agent-flow.d.ts +21 -0
  41. package/dist/commands/agent-flow.d.ts.map +1 -0
  42. package/dist/commands/agent-flow.js +225 -0
  43. package/dist/commands/agent-flow.js.map +1 -0
  44. package/dist/commands/generate-components.d.ts +0 -13
  45. package/dist/commands/generate-components.d.ts.map +1 -1
  46. package/dist/commands/generate-components.js +23 -385
  47. package/dist/commands/generate-components.js.map +1 -1
  48. package/dist/commands/generate.d.ts +4 -1
  49. package/dist/commands/generate.d.ts.map +1 -1
  50. package/dist/commands/generate.js +173 -1
  51. package/dist/commands/generate.js.map +1 -1
  52. package/dist/commands/predict.d.ts +36 -0
  53. package/dist/commands/predict.d.ts.map +1 -0
  54. package/dist/commands/predict.js +539 -0
  55. package/dist/commands/predict.js.map +1 -0
  56. package/dist/utils/clean.d.ts +6 -0
  57. package/dist/utils/clean.d.ts.map +1 -0
  58. package/dist/utils/clean.js +220 -0
  59. package/dist/utils/clean.js.map +1 -0
  60. package/dist/utils/githubModelsClient.d.ts.map +1 -1
  61. package/dist/utils/githubModelsClient.js +11 -12
  62. package/dist/utils/githubModelsClient.js.map +1 -1
  63. package/dist/utils/hybridAIClient.d.ts +1 -0
  64. package/dist/utils/hybridAIClient.d.ts.map +1 -1
  65. package/dist/utils/hybridAIClient.js +23 -9
  66. package/dist/utils/hybridAIClient.js.map +1 -1
  67. package/dist/utils/ollamaClient.d.ts.map +1 -1
  68. package/dist/utils/ollamaClient.js +6 -4
  69. package/dist/utils/ollamaClient.js.map +1 -1
  70. package/package.json +2 -1
@@ -0,0 +1,481 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.PromptConstructorAgent = void 0;
37
+ /**
38
+ * PromptConstructorAgent
39
+ *
40
+ * Analyzes all context files and constructs highly specific prompts
41
+ * for component generation based on project requirements, types, and branding.
42
+ *
43
+ * Features:
44
+ * - Context file analysis and extraction
45
+ * - Component-specific requirement generation
46
+ * - Intelligent prompt construction
47
+ * - Domain knowledge integration
48
+ */
49
+ class PromptConstructorAgent {
50
+ constructor() {
51
+ this.name = "PromptConstructorAgent";
52
+ this.description = "Analyzes project context and constructs intelligent prompts for component generation";
53
+ this.personality = "analytical, detail-oriented, context-aware";
54
+ this.llmProvider = "github";
55
+ this.expertise = [
56
+ "prompt engineering",
57
+ "context analysis",
58
+ "requirement extraction",
59
+ "domain knowledge",
60
+ ];
61
+ }
62
+ async run(context) {
63
+ // Step 1: Analyze all context files
64
+ const contextAnalysis = await this.analyzeContextFiles(context);
65
+ // Step 2: Extract component-specific requirements
66
+ const componentRequirements = await this.extractComponentRequirements(context, contextAnalysis);
67
+ // Step 3: Use AI to enhance and refine the prompt
68
+ const enhancedPrompt = await this.enhancePromptWithAI(context, contextAnalysis, componentRequirements);
69
+ // Step 4: Construct final prompt with AI enhancements
70
+ const constructedPrompt = await this.constructPrompt(context, enhancedPrompt, componentRequirements);
71
+ return constructedPrompt;
72
+ }
73
+ async analyzeContextFiles(context) {
74
+ const analysis = {
75
+ domain: "",
76
+ businessLogic: [],
77
+ userStories: [],
78
+ technicalRequirements: [],
79
+ uiPatterns: [],
80
+ dataStructures: [],
81
+ brandingGuidelines: [],
82
+ externalDependencies: [],
83
+ enhancedRequirements: [],
84
+ implementationNotes: [],
85
+ edgeCases: [],
86
+ accessibilityRequirements: [],
87
+ };
88
+ // Analyze PRD
89
+ if (context.prd) {
90
+ analysis.domain = this.extractDomain(context.prd);
91
+ analysis.businessLogic = this.extractBusinessLogic(context.prd);
92
+ analysis.userStories = this.extractUserStories(context.prd);
93
+ analysis.technicalRequirements = this.extractTechnicalRequirements(context.prd);
94
+ }
95
+ // Analyze Types
96
+ if (context.types) {
97
+ analysis.dataStructures = this.extractDataStructures(context.types);
98
+ }
99
+ // Analyze Branding
100
+ if (context.branding) {
101
+ analysis.brandingGuidelines = this.extractBrandingGuidelines(context.branding);
102
+ }
103
+ // Analyze Component List
104
+ if (context.componentList) {
105
+ analysis.uiPatterns = this.extractUIPatterns(context.componentList);
106
+ analysis.externalDependencies = this.detectExternalDependencies(context.componentList, context.componentName, context.componentGroup);
107
+ }
108
+ else {
109
+ analysis.externalDependencies = [];
110
+ }
111
+ return analysis;
112
+ }
113
+ async enhancePromptWithAI(context, analysis, requirements) {
114
+ try {
115
+ const { HybridAIClient } = await Promise.resolve().then(() => __importStar(require("../../utils/hybridAIClient")));
116
+ const enhancementPrompt = `You are an expert prompt engineer specializing in React component generation.
117
+
118
+ Based on this project context, enhance the component generation requirements:
119
+
120
+ PROJECT DOMAIN: ${analysis.domain}
121
+ COMPONENT: ${context.componentName}
122
+ GROUP: ${context.componentGroup}
123
+
124
+ CURRENT ANALYSIS:
125
+ - Business Logic: ${analysis.businessLogic.join(", ")}
126
+ - User Stories: ${analysis.userStories.join(", ")}
127
+ - Technical Requirements: ${analysis.technicalRequirements.join(", ")}
128
+
129
+ CURRENT REQUIREMENTS:
130
+ ${requirements.map((req, i) => `${i + 1}. ${req}`).join("\n")}
131
+
132
+ Please enhance these requirements by:
133
+ 1. Adding specific implementation details
134
+ 2. Identifying potential edge cases
135
+ 3. Suggesting best practices for this component type
136
+ 4. Adding accessibility requirements
137
+ 5. Including error handling patterns
138
+ 6. Suggesting performance optimizations
139
+
140
+ Return your response as a JSON object with these keys:
141
+ {
142
+ "enhancedRequirements": ["array of enhanced requirement strings"],
143
+ "implementationNotes": ["array of specific implementation guidance"],
144
+ "externalDependencies": ["array of required external files with paths"],
145
+ "edgeCases": ["array of edge cases to handle"],
146
+ "accessibilityRequirements": ["array of accessibility features to implement"]
147
+ }`;
148
+ const aiClient = new HybridAIClient();
149
+ const enhancementResponse = await aiClient.generateText(enhancementPrompt, { model: "openai/gpt-5" });
150
+ // Try to parse the AI response as JSON
151
+ try {
152
+ const enhancedAnalysis = JSON.parse(enhancementResponse.text);
153
+ return {
154
+ ...analysis,
155
+ enhancedRequirements: enhancedAnalysis.enhancedRequirements || requirements,
156
+ implementationNotes: enhancedAnalysis.implementationNotes || [],
157
+ externalDependencies: enhancedAnalysis.externalDependencies || [],
158
+ edgeCases: enhancedAnalysis.edgeCases || [],
159
+ accessibilityRequirements: enhancedAnalysis.accessibilityRequirements || [],
160
+ };
161
+ }
162
+ catch (parseError) {
163
+ console.log("AI enhancement parsing failed, using original analysis");
164
+ return analysis;
165
+ }
166
+ }
167
+ catch (error) {
168
+ console.log("AI prompt enhancement failed, using original analysis");
169
+ return analysis;
170
+ }
171
+ }
172
+ extractDomain(prd) {
173
+ // Extract the main domain/application type
174
+ const lines = prd.split("\n");
175
+ for (const line of lines) {
176
+ if (line.includes("Product Requirements") ||
177
+ line.includes("PRD") ||
178
+ line.includes("Overview")) {
179
+ return line.toLowerCase().includes("tic-tac-toe")
180
+ ? "game"
181
+ : line.toLowerCase().includes("e-commerce")
182
+ ? "ecommerce"
183
+ : line.toLowerCase().includes("dashboard")
184
+ ? "dashboard"
185
+ : line.toLowerCase().includes("social")
186
+ ? "social"
187
+ : "application";
188
+ }
189
+ }
190
+ return "application";
191
+ }
192
+ extractBusinessLogic(prd) {
193
+ const logic = [];
194
+ const lines = prd.split("\n");
195
+ for (let i = 0; i < lines.length; i++) {
196
+ const line = lines[i].toLowerCase();
197
+ if (line.includes("algorithm") ||
198
+ line.includes("logic") ||
199
+ line.includes("rules")) {
200
+ logic.push(lines[i].trim());
201
+ // Get next few lines for context
202
+ for (let j = i + 1; j < Math.min(i + 3, lines.length); j++) {
203
+ if (lines[j].trim() && !lines[j].startsWith("#")) {
204
+ logic.push(lines[j].trim());
205
+ }
206
+ }
207
+ }
208
+ }
209
+ return logic;
210
+ }
211
+ extractUserStories(prd) {
212
+ const stories = [];
213
+ const lines = prd.split("\n");
214
+ for (const line of lines) {
215
+ if (line.includes("As a") ||
216
+ line.includes("User Story") ||
217
+ line.includes("story")) {
218
+ stories.push(line.trim());
219
+ }
220
+ }
221
+ return stories;
222
+ }
223
+ extractTechnicalRequirements(prd) {
224
+ const requirements = [];
225
+ const lines = prd.split("\n");
226
+ for (const line of lines) {
227
+ const lowerLine = line.toLowerCase();
228
+ if (lowerLine.includes("technical") ||
229
+ lowerLine.includes("requirement") ||
230
+ lowerLine.includes("technology") ||
231
+ lowerLine.includes("framework")) {
232
+ requirements.push(line.trim());
233
+ }
234
+ }
235
+ return requirements;
236
+ }
237
+ extractDataStructures(types) {
238
+ const structures = [];
239
+ const lines = types.split("\n");
240
+ for (const line of lines) {
241
+ if (line.includes("interface") ||
242
+ line.includes("type") ||
243
+ line.includes("enum")) {
244
+ structures.push(line.trim());
245
+ }
246
+ }
247
+ return structures;
248
+ }
249
+ extractBrandingGuidelines(branding) {
250
+ const guidelines = [];
251
+ const lines = branding.split("\n");
252
+ for (const line of lines) {
253
+ const lowerLine = line.toLowerCase();
254
+ if (lowerLine.includes("color") ||
255
+ lowerLine.includes("font") ||
256
+ lowerLine.includes("style") ||
257
+ lowerLine.includes("design")) {
258
+ guidelines.push(line.trim());
259
+ }
260
+ }
261
+ return guidelines;
262
+ }
263
+ extractUIPatterns(componentList) {
264
+ const patterns = [];
265
+ try {
266
+ const parsed = JSON.parse(componentList);
267
+ if (parsed.groups) {
268
+ for (const group of parsed.groups) {
269
+ if (group.components) {
270
+ for (const component of group.components) {
271
+ if (component.description) {
272
+ patterns.push(`${component.name}: ${component.description}`);
273
+ }
274
+ }
275
+ }
276
+ }
277
+ }
278
+ }
279
+ catch (e) {
280
+ // Fallback to text parsing
281
+ const lines = componentList.split("\n");
282
+ for (const line of lines) {
283
+ if (line.includes("description") || line.includes("component")) {
284
+ patterns.push(line.trim());
285
+ }
286
+ }
287
+ }
288
+ return patterns;
289
+ }
290
+ async extractComponentRequirements(context, analysis) {
291
+ const requirements = [];
292
+ // Component-specific requirements based on name and group
293
+ const componentName = context.componentName.toLowerCase();
294
+ const componentGroup = context.componentGroup.toLowerCase();
295
+ // Game-specific requirements
296
+ if (analysis.domain === "game") {
297
+ if (componentName.includes("board") || componentName.includes("game")) {
298
+ requirements.push("Implement a 3x3 grid for tic-tac-toe gameplay");
299
+ requirements.push("Handle click events for each cell");
300
+ requirements.push("Display X and O markers clearly");
301
+ requirements.push("Show game state (current player, winner, draw)");
302
+ requirements.push("Include reset/new game functionality");
303
+ requirements.push("Add smooth hover and click animations");
304
+ }
305
+ if (componentName.includes("ai") || componentName.includes("logic")) {
306
+ requirements.push("Implement minimax algorithm for AI moves");
307
+ requirements.push("Support different difficulty levels");
308
+ requirements.push("Provide optimal move calculation");
309
+ }
310
+ if (componentName.includes("score") ||
311
+ componentName.includes("history")) {
312
+ requirements.push("Track wins, losses, and draws");
313
+ requirements.push("Display game history");
314
+ requirements.push("Persist score data");
315
+ }
316
+ }
317
+ // UI-specific requirements based on group
318
+ if (componentGroup.includes("interface") || componentGroup.includes("ui")) {
319
+ requirements.push("Use consistent spacing and layout patterns");
320
+ requirements.push("Ensure responsive design for mobile and desktop");
321
+ requirements.push("Include proper accessibility attributes");
322
+ requirements.push("Follow shadcn/ui component patterns");
323
+ }
324
+ return requirements;
325
+ }
326
+ async constructPrompt(context, analysis, requirements) {
327
+ const systemPrompt = `You are an expert React/TypeScript developer generating production-ready Next.js components.
328
+
329
+ DOMAIN CONTEXT: ${analysis.domain}
330
+ PROJECT TYPE: ${analysis.domain === "game"
331
+ ? "Interactive Game Application"
332
+ : "Web Application"}
333
+
334
+ COMPONENT TARGET:
335
+ - Name: ${context.componentName}
336
+ - Group: ${context.componentGroup}
337
+ - Purpose: Generate a fully functional, production-ready component
338
+
339
+ CRITICAL REQUIREMENTS:
340
+ - Use TypeScript with strict typing
341
+ - Import React properly: import React from 'react'
342
+ - Use ONLY the design tokens provided in the DESIGN TOKENS section
343
+ - Use ONLY the UI components listed in AVAILABLE UI COMPONENTS
344
+ - Apply branding values from BRANDING CONTEXT section
345
+ - Use shadcn/ui primitives with correct import paths: import { Button } from '@/components/ui/button'
346
+ - For icons, use: import { X, O } from 'lucide-react' (not custom components)
347
+ - Use proper React hooks: useState, useCallback, useEffect
348
+ - Add comprehensive TypeScript interfaces
349
+ - Include proper error handling and validation
350
+ - Ensure accessibility with ARIA labels and roles
351
+ - Return only a single TSX component file with default export
352
+ - NO external dependencies unless they exist in the project
353
+ - If hooks or utilities are needed, add them as inline implementations
354
+ - Use proper state management patterns
355
+ - FOLLOW THE DESIGN SYSTEM: Use provided CSS custom properties and design tokens
356
+
357
+ EXTERNAL DEPENDENCIES DETECTION:
358
+ ${analysis.externalDependencies && analysis.externalDependencies.length > 0
359
+ ? `This component requires these external files (add as comments):
360
+ ${analysis.externalDependencies.map((dep) => `- ${dep}`).join("\n")}`
361
+ : "No external dependencies required - implement everything inline"}
362
+
363
+ AI-ENHANCED REQUIREMENTS:
364
+ ${analysis.enhancedRequirements
365
+ ? analysis.enhancedRequirements.map((req) => `- ${req}`).join("\n")
366
+ : "Use standard component generation best practices"}
367
+
368
+ IMPLEMENTATION NOTES:
369
+ ${analysis.implementationNotes
370
+ ? analysis.implementationNotes.map((note) => `- ${note}`).join("\n")
371
+ : ""}
372
+
373
+ EDGE CASES TO HANDLE:
374
+ ${analysis.edgeCases
375
+ ? analysis.edgeCases.map((edgeCase) => `- ${edgeCase}`).join("\n")
376
+ : "Handle standard edge cases (loading, errors, empty states)"}
377
+
378
+ ACCESSIBILITY REQUIREMENTS:
379
+ ${analysis.accessibilityRequirements
380
+ ? analysis.accessibilityRequirements
381
+ .map((req) => `- ${req}`)
382
+ .join("\n")
383
+ : "Implement standard accessibility features (ARIA labels, keyboard navigation, focus management)"}
384
+
385
+ SPECIFIC BUSINESS LOGIC:
386
+ ${analysis.businessLogic.map((logic) => `- ${logic}`).join("\n")}
387
+
388
+ DATA STRUCTURES TO USE:
389
+ ${analysis.dataStructures.map((struct) => `- ${struct}`).join("\n")}`;
390
+ const userPrompt = `Generate the ${context.componentName} component with these specific requirements:
391
+
392
+ FUNCTIONAL REQUIREMENTS:
393
+ ${requirements.map((req) => `- ${req}`).join("\n")}
394
+
395
+ USER STORIES TO FULFILL:
396
+ ${analysis.userStories.map((story) => `- ${story}`).join("\n")}
397
+
398
+ BRANDING GUIDELINES:
399
+ ${analysis.brandingGuidelines
400
+ .map((guideline) => `- ${guideline}`)
401
+ .join("\n")}
402
+
403
+ UI PATTERNS TO FOLLOW:
404
+ ${analysis.uiPatterns.map((pattern) => `- ${pattern}`).join("\n")}
405
+
406
+ IMPORTANT: This should be a complete, functional component that implements the actual business logic, not just a layout wrapper. Include all necessary state management, event handlers, and user interactions.`;
407
+ return {
408
+ systemPrompt,
409
+ userPrompt,
410
+ contextSummary: `Domain: ${analysis.domain}, Component: ${context.componentName}`,
411
+ specificRequirements: requirements,
412
+ };
413
+ }
414
+ detectExternalDependencies(componentList, componentName, componentGroup) {
415
+ const dependencies = [];
416
+ try {
417
+ // Try to parse JSON, if it fails, try to extract useful info from the text
418
+ let componentData;
419
+ try {
420
+ componentData = JSON.parse(componentList);
421
+ }
422
+ catch (jsonError) {
423
+ // If JSON parsing fails, try to extract dependencies from text
424
+ console.log("JSON parsing failed, trying text-based extraction");
425
+ this.extractDependenciesFromText(componentList, componentName, dependencies);
426
+ return dependencies;
427
+ }
428
+ if (componentData.groups) {
429
+ for (const group of componentData.groups) {
430
+ for (const component of group.components || []) {
431
+ if (component.name === componentName && component.dependencies) {
432
+ // Add custom hooks that might be needed
433
+ if (component.dependencies.some((dep) => dep.toLowerCase().includes("auth"))) {
434
+ dependencies.push("@/hooks/useAuth.ts - User authentication hook");
435
+ }
436
+ if (component.dependencies.some((dep) => dep.toLowerCase().includes("history"))) {
437
+ dependencies.push("@/hooks/useGameHistory.ts - Game history management hook");
438
+ }
439
+ if (component.dependencies.some((dep) => dep.toLowerCase().includes("storage"))) {
440
+ dependencies.push("@/hooks/useLocalStorage.ts - Local storage utility hook");
441
+ }
442
+ // Add utility files for complex logic
443
+ if (component.actionFunctions?.some((fn) => fn.includes("minimax") || fn.includes("AI"))) {
444
+ dependencies.push("@/utils/minimax.ts - AI algorithm implementation");
445
+ }
446
+ if (component.actionFunctions?.some((fn) => fn.includes("validation"))) {
447
+ dependencies.push("@/utils/validation.ts - Form/data validation utilities");
448
+ }
449
+ // Add type definitions
450
+ if (component.stateVariables?.length > 0) {
451
+ dependencies.push("@/types/game.ts - Game-related type definitions");
452
+ }
453
+ }
454
+ }
455
+ }
456
+ }
457
+ }
458
+ catch (error) {
459
+ console.log("Error parsing component list for dependencies:", error);
460
+ }
461
+ return dependencies;
462
+ }
463
+ extractDependenciesFromText(text, componentName, dependencies) {
464
+ // Simple text-based extraction for common patterns
465
+ if (text.toLowerCase().includes("minimax") ||
466
+ text.toLowerCase().includes("ai")) {
467
+ dependencies.push("@/utils/minimax.ts - AI algorithm implementation");
468
+ }
469
+ if (text.toLowerCase().includes("auth")) {
470
+ dependencies.push("@/hooks/useAuth.ts - User authentication hook");
471
+ }
472
+ if (text.toLowerCase().includes("history")) {
473
+ dependencies.push("@/hooks/useGameHistory.ts - Game history management hook");
474
+ }
475
+ if (text.toLowerCase().includes("storage")) {
476
+ dependencies.push("@/hooks/useLocalStorage.ts - Local storage utility hook");
477
+ }
478
+ }
479
+ }
480
+ exports.PromptConstructorAgent = PromptConstructorAgent;
481
+ //# sourceMappingURL=PromptConstructorAgent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PromptConstructorAgent.js","sourceRoot":"","sources":["../../../src/agents/implementations/PromptConstructorAgent.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,31 @@
1
+ import { SubAgent } from "../interfaces/SubAgent";
2
+ export declare class SecurityAgent implements SubAgent {
3
+ name: string;
4
+ description: string;
5
+ personality: string;
6
+ llmProvider: string;
7
+ expertise: string[];
8
+ run(input: any): Promise<any>;
9
+ execute(input: any): Promise<any>;
10
+ private scanVulnerabilities;
11
+ private detectXSS;
12
+ private detectCSRF;
13
+ private detectInjection;
14
+ private detectAuthenticationIssues;
15
+ private detectDataExposure;
16
+ private performSecurityChecks;
17
+ private checkInputValidation;
18
+ private checkOutputEncoding;
19
+ private checkAccessControl;
20
+ private checkDataProtection;
21
+ private checkCommunicationSecurity;
22
+ private checkErrorHandling;
23
+ private generateSecurityRecommendations;
24
+ private calculateSecurityScore;
25
+ private checkCompliance;
26
+ private checkOWASPCompliance;
27
+ private checkGDPRCompliance;
28
+ private checkPCICompliance;
29
+ private checkHIPAACompliance;
30
+ }
31
+ //# sourceMappingURL=SecurityAgent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SecurityAgent.d.ts","sourceRoot":"","sources":["../../../src/agents/implementations/SecurityAgent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAElD,qBAAa,aAAc,YAAW,QAAQ;IAC5C,IAAI,SAAmB;IACvB,WAAW,SACgE;IAC3E,WAAW,SAAc;IACzB,WAAW,SAAY;IACvB,SAAS,WAA0D;IAE7D,GAAG,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC;IAI7B,OAAO,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC;YAwBzB,mBAAmB;IA6BjC,OAAO,CAAC,SAAS;IA4CjB,OAAO,CAAC,UAAU;IA0ClB,OAAO,CAAC,eAAe;IA8CvB,OAAO,CAAC,0BAA0B;IAuDlC,OAAO,CAAC,kBAAkB;YAoDZ,qBAAqB;IAcnC,OAAO,CAAC,oBAAoB;IA6B5B,OAAO,CAAC,mBAAmB;IAU3B,OAAO,CAAC,kBAAkB;IAS1B,OAAO,CAAC,mBAAmB;IAS3B,OAAO,CAAC,0BAA0B;IAUlC,OAAO,CAAC,kBAAkB;YAWZ,+BAA+B;IAmD7C,OAAO,CAAC,sBAAsB;IAmC9B,OAAO,CAAC,eAAe;IASvB,OAAO,CAAC,oBAAoB;IAoB5B,OAAO,CAAC,mBAAmB;IAc3B,OAAO,CAAC,kBAAkB;IAc1B,OAAO,CAAC,oBAAoB;CAa7B"}