mycontext-cli 0.2.0 → 0.2.2
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.
- package/README.md +17 -16
- package/dist/cli.js +6 -2
- package/dist/cli.js.map +1 -1
- package/dist/commands/init.d.ts +3 -0
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +118 -11
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/setup.d.ts.map +1 -1
- package/dist/commands/setup.js +8 -0
- package/dist/commands/setup.js.map +1 -1
- package/dist/config/dependencies.json +180 -0
- package/package.json +9 -8
- package/dist/cli/src/agents/implementations/CodeGenSubAgent.d.ts +0 -44
- package/dist/cli/src/agents/implementations/CodeGenSubAgent.d.ts.map +0 -1
- package/dist/cli/src/agents/implementations/CodeGenSubAgent.js +0 -1374
- package/dist/cli/src/agents/implementations/CodeGenSubAgent.js.map +0 -1
- package/dist/cli/src/agents/implementations/DocsSubAgent.d.ts +0 -35
- package/dist/cli/src/agents/implementations/DocsSubAgent.d.ts.map +0 -1
- package/dist/cli/src/agents/implementations/DocsSubAgent.js +0 -351
- package/dist/cli/src/agents/implementations/DocsSubAgent.js.map +0 -1
- package/dist/cli/src/agents/implementations/EnhancementAgent.d.ts +0 -120
- package/dist/cli/src/agents/implementations/EnhancementAgent.d.ts.map +0 -1
- package/dist/cli/src/agents/implementations/EnhancementAgent.js +0 -606
- package/dist/cli/src/agents/implementations/EnhancementAgent.js.map +0 -1
- package/dist/cli/src/agents/implementations/QASubAgent.d.ts +0 -31
- package/dist/cli/src/agents/implementations/QASubAgent.d.ts.map +0 -1
- package/dist/cli/src/agents/implementations/QASubAgent.js +0 -190
- package/dist/cli/src/agents/implementations/QASubAgent.js.map +0 -1
- package/dist/cli/src/agents/interfaces/SubAgent.d.ts +0 -287
- package/dist/cli/src/agents/interfaces/SubAgent.d.ts.map +0 -1
- package/dist/cli/src/agents/interfaces/SubAgent.js +0 -7
- package/dist/cli/src/agents/interfaces/SubAgent.js.map +0 -1
- package/dist/cli/src/agents/orchestrator/SubAgentOrchestrator.d.ts +0 -59
- package/dist/cli/src/agents/orchestrator/SubAgentOrchestrator.d.ts.map +0 -1
- package/dist/cli/src/agents/orchestrator/SubAgentOrchestrator.js +0 -305
- package/dist/cli/src/agents/orchestrator/SubAgentOrchestrator.js.map +0 -1
- package/dist/cli/src/agents/personalities/definitions.d.ts +0 -34
- package/dist/cli/src/agents/personalities/definitions.d.ts.map +0 -1
- package/dist/cli/src/agents/personalities/definitions.js +0 -389
- package/dist/cli/src/agents/personalities/definitions.js.map +0 -1
- package/dist/cli/src/cli.d.ts +0 -3
- package/dist/cli/src/cli.d.ts.map +0 -1
- package/dist/cli/src/cli.js +0 -298
- package/dist/cli/src/cli.js.map +0 -1
- package/dist/cli/src/commands/auth.d.ts +0 -23
- package/dist/cli/src/commands/auth.d.ts.map +0 -1
- package/dist/cli/src/commands/auth.js +0 -212
- package/dist/cli/src/commands/auth.js.map +0 -1
- package/dist/cli/src/commands/enhance.d.ts +0 -28
- package/dist/cli/src/commands/enhance.d.ts.map +0 -1
- package/dist/cli/src/commands/enhance.js +0 -246
- package/dist/cli/src/commands/enhance.js.map +0 -1
- package/dist/cli/src/commands/generate-components.d.ts +0 -27
- package/dist/cli/src/commands/generate-components.d.ts.map +0 -1
- package/dist/cli/src/commands/generate-components.js +0 -680
- package/dist/cli/src/commands/generate-components.js.map +0 -1
- package/dist/cli/src/commands/generate.d.ts +0 -108
- package/dist/cli/src/commands/generate.d.ts.map +0 -1
- package/dist/cli/src/commands/generate.js +0 -1970
- package/dist/cli/src/commands/generate.js.map +0 -1
- package/dist/cli/src/commands/init.d.ts +0 -13
- package/dist/cli/src/commands/init.d.ts.map +0 -1
- package/dist/cli/src/commands/init.js +0 -91
- package/dist/cli/src/commands/init.js.map +0 -1
- package/dist/cli/src/commands/list.d.ts +0 -17
- package/dist/cli/src/commands/list.d.ts.map +0 -1
- package/dist/cli/src/commands/list.js +0 -210
- package/dist/cli/src/commands/list.js.map +0 -1
- package/dist/cli/src/commands/model.d.ts +0 -25
- package/dist/cli/src/commands/model.d.ts.map +0 -1
- package/dist/cli/src/commands/model.js +0 -317
- package/dist/cli/src/commands/model.js.map +0 -1
- package/dist/cli/src/commands/preview.d.ts +0 -23
- package/dist/cli/src/commands/preview.d.ts.map +0 -1
- package/dist/cli/src/commands/preview.js +0 -1200
- package/dist/cli/src/commands/preview.js.map +0 -1
- package/dist/cli/src/commands/setup.d.ts +0 -35
- package/dist/cli/src/commands/setup.d.ts.map +0 -1
- package/dist/cli/src/commands/setup.js +0 -412
- package/dist/cli/src/commands/setup.js.map +0 -1
- package/dist/cli/src/commands/status.d.ts +0 -21
- package/dist/cli/src/commands/status.d.ts.map +0 -1
- package/dist/cli/src/commands/status.js +0 -287
- package/dist/cli/src/commands/status.js.map +0 -1
- package/dist/cli/src/commands/validate.d.ts +0 -22
- package/dist/cli/src/commands/validate.d.ts.map +0 -1
- package/dist/cli/src/commands/validate.js +0 -259
- package/dist/cli/src/commands/validate.js.map +0 -1
- package/dist/cli/src/types/index.d.ts +0 -152
- package/dist/cli/src/types/index.d.ts.map +0 -1
- package/dist/cli/src/types/index.js +0 -3
- package/dist/cli/src/types/index.js.map +0 -1
- package/dist/cli/src/utils/apiKeyManager.d.ts +0 -137
- package/dist/cli/src/utils/apiKeyManager.d.ts.map +0 -1
- package/dist/cli/src/utils/apiKeyManager.js +0 -471
- package/dist/cli/src/utils/apiKeyManager.js.map +0 -1
- package/dist/cli/src/utils/componentValidator.d.ts +0 -60
- package/dist/cli/src/utils/componentValidator.d.ts.map +0 -1
- package/dist/cli/src/utils/componentValidator.js +0 -191
- package/dist/cli/src/utils/componentValidator.js.map +0 -1
- package/dist/cli/src/utils/designTokenExtractor.d.ts +0 -94
- package/dist/cli/src/utils/designTokenExtractor.d.ts.map +0 -1
- package/dist/cli/src/utils/designTokenExtractor.js +0 -231
- package/dist/cli/src/utils/designTokenExtractor.js.map +0 -1
- package/dist/cli/src/utils/errorHandler.d.ts +0 -105
- package/dist/cli/src/utils/errorHandler.d.ts.map +0 -1
- package/dist/cli/src/utils/errorHandler.js +0 -332
- package/dist/cli/src/utils/errorHandler.js.map +0 -1
- package/dist/cli/src/utils/fileSystem.d.ts +0 -58
- package/dist/cli/src/utils/fileSystem.d.ts.map +0 -1
- package/dist/cli/src/utils/fileSystem.js +0 -230
- package/dist/cli/src/utils/fileSystem.js.map +0 -1
- package/dist/cli/src/utils/githubModels.d.ts +0 -53
- package/dist/cli/src/utils/githubModels.d.ts.map +0 -1
- package/dist/cli/src/utils/githubModels.js +0 -239
- package/dist/cli/src/utils/githubModels.js.map +0 -1
- package/dist/cli/src/utils/ollamaClient.d.ts +0 -37
- package/dist/cli/src/utils/ollamaClient.d.ts.map +0 -1
- package/dist/cli/src/utils/ollamaClient.js +0 -213
- package/dist/cli/src/utils/ollamaClient.js.map +0 -1
- package/dist/cli/src/utils/spinner.d.ts +0 -30
- package/dist/cli/src/utils/spinner.d.ts.map +0 -1
- package/dist/cli/src/utils/spinner.js +0 -119
- package/dist/cli/src/utils/spinner.js.map +0 -1
- package/dist/cli/src/utils/xaiClient.d.ts +0 -59
- package/dist/cli/src/utils/xaiClient.d.ts.map +0 -1
- package/dist/cli/src/utils/xaiClient.js +0 -244
- package/dist/cli/src/utils/xaiClient.js.map +0 -1
- package/dist/lib/analytics/usage-tracker.d.ts +0 -125
- package/dist/lib/analytics/usage-tracker.d.ts.map +0 -1
- package/dist/lib/analytics/usage-tracker.js +0 -429
- package/dist/lib/analytics/usage-tracker.js.map +0 -1
- package/dist/utils/githubModels.d.ts +0 -53
- package/dist/utils/githubModels.d.ts.map +0 -1
- package/dist/utils/githubModels.js +0 -239
- package/dist/utils/githubModels.js.map +0 -1
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
{
|
|
2
|
+
"dependencies": {
|
|
3
|
+
"ollama": {
|
|
4
|
+
"name": "Ollama",
|
|
5
|
+
"description": "Local AI runtime for running language models",
|
|
6
|
+
"required": true,
|
|
7
|
+
"type": "runtime",
|
|
8
|
+
"size": "~100MB",
|
|
9
|
+
"purpose": "Powers MyContext's local AI component generation",
|
|
10
|
+
"installation": {
|
|
11
|
+
"darwin": {
|
|
12
|
+
"method": "script",
|
|
13
|
+
"command": "curl -fsSL https://ollama.ai/install.sh | sh",
|
|
14
|
+
"verify": "ollama --version",
|
|
15
|
+
"path": "/usr/local/bin/ollama"
|
|
16
|
+
},
|
|
17
|
+
"linux": {
|
|
18
|
+
"method": "script",
|
|
19
|
+
"command": "curl -fsSL https://ollama.ai/install.sh | sh",
|
|
20
|
+
"verify": "ollama --version",
|
|
21
|
+
"path": "/usr/local/bin/ollama"
|
|
22
|
+
},
|
|
23
|
+
"win32": {
|
|
24
|
+
"method": "download",
|
|
25
|
+
"url": "https://ollama.ai/download/windows",
|
|
26
|
+
"verify": "ollama.exe --version",
|
|
27
|
+
"path": "C:\\Program Files\\Ollama\\ollama.exe"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"mycontext-react-model": {
|
|
32
|
+
"name": "MyContext React Model",
|
|
33
|
+
"description": "Specialized AI model for React/Shadcn component generation",
|
|
34
|
+
"required": true,
|
|
35
|
+
"type": "model",
|
|
36
|
+
"size": "~3.8GB",
|
|
37
|
+
"purpose": "Generates high-quality React components with perfect Shadcn patterns",
|
|
38
|
+
"installation": {
|
|
39
|
+
"all": {
|
|
40
|
+
"method": "ollama",
|
|
41
|
+
"command": "ollama pull deepseek-coder:6.7b",
|
|
42
|
+
"verify": "ollama list | grep deepseek-coder",
|
|
43
|
+
"modelfile": "mycontext-react"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"setup": {
|
|
49
|
+
"prompts": {
|
|
50
|
+
"welcome": "🚀 MyContext CLI Setup\n\nTo generate components locally (zero API costs), we need to set up your AI environment.\n\nThis is a one-time setup that will:",
|
|
51
|
+
"benefits": [
|
|
52
|
+
"✅ Enable unlimited component generation (no API costs)",
|
|
53
|
+
"⚡ Provide instant generation (no network latency)",
|
|
54
|
+
"🔒 Keep your code 100% private (local processing)",
|
|
55
|
+
"🎯 Use specialized React/Shadcn AI model"
|
|
56
|
+
],
|
|
57
|
+
"consent": "Would you like to set up local AI generation?",
|
|
58
|
+
"alternatives": "Alternative: Use API mode (requires API keys, costs apply)",
|
|
59
|
+
"storage_notice": "Total download size: ~4GB (one-time)",
|
|
60
|
+
"continue_prompt": "Continue with local setup?"
|
|
61
|
+
},
|
|
62
|
+
"steps": [
|
|
63
|
+
{
|
|
64
|
+
"id": "check_ollama",
|
|
65
|
+
"name": "Check Ollama Installation",
|
|
66
|
+
"description": "Checking if Ollama is already installed...",
|
|
67
|
+
"required": true
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"id": "install_ollama",
|
|
71
|
+
"name": "Install Ollama",
|
|
72
|
+
"description": "Installing Ollama AI runtime...",
|
|
73
|
+
"conditional": "ollama_not_found"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"id": "start_ollama",
|
|
77
|
+
"name": "Start Ollama Service",
|
|
78
|
+
"description": "Starting Ollama service...",
|
|
79
|
+
"required": true
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"id": "check_model",
|
|
83
|
+
"name": "Check MyContext Model",
|
|
84
|
+
"description": "Checking for specialized React model...",
|
|
85
|
+
"required": true
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"id": "download_model",
|
|
89
|
+
"name": "Download MyContext Model",
|
|
90
|
+
"description": "Downloading specialized React model (~3.8GB)...",
|
|
91
|
+
"conditional": "model_not_found",
|
|
92
|
+
"progress": true
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"id": "create_specialized_model",
|
|
96
|
+
"name": "Create Specialized Model",
|
|
97
|
+
"description": "Creating MyContext React model...",
|
|
98
|
+
"required": true
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"id": "test_generation",
|
|
102
|
+
"name": "Test Component Generation",
|
|
103
|
+
"description": "Testing component generation...",
|
|
104
|
+
"required": true
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": "save_config",
|
|
108
|
+
"name": "Save Configuration",
|
|
109
|
+
"description": "Saving setup configuration...",
|
|
110
|
+
"required": true
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"success_message": "🎉 MyContext local AI setup complete!\n\nYou can now generate unlimited components:\n mycontext generate-component \"user profile card\"\n\nNo API keys required, zero costs, instant generation!",
|
|
114
|
+
"failure_alternatives": [
|
|
115
|
+
"Continue with API mode (requires setup: mycontext auth setup)",
|
|
116
|
+
"Retry local setup later (mycontext setup --local)",
|
|
117
|
+
"Use cloud mode (mycontext setup --cloud)"
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
"health_checks": {
|
|
121
|
+
"ollama_service": {
|
|
122
|
+
"command": "curl -s http://localhost:11434/api/tags",
|
|
123
|
+
"timeout": 5000,
|
|
124
|
+
"success_indicator": "models"
|
|
125
|
+
},
|
|
126
|
+
"model_availability": {
|
|
127
|
+
"command": "ollama list",
|
|
128
|
+
"success_indicator": "mycontext-react"
|
|
129
|
+
},
|
|
130
|
+
"generation_test": {
|
|
131
|
+
"command": "ollama run mycontext-react \"test\"",
|
|
132
|
+
"timeout": 30000,
|
|
133
|
+
"success_indicator": "import React"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"troubleshooting": {
|
|
137
|
+
"common_issues": [
|
|
138
|
+
{
|
|
139
|
+
"issue": "Ollama service not starting",
|
|
140
|
+
"solutions": [
|
|
141
|
+
"Check if port 11434 is available: netstat -an | grep 11434",
|
|
142
|
+
"Restart Ollama: sudo systemctl restart ollama (Linux) or brew services restart ollama (Mac)",
|
|
143
|
+
"Check logs: ollama logs"
|
|
144
|
+
]
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"issue": "Model download fails",
|
|
148
|
+
"solutions": [
|
|
149
|
+
"Check internet connection",
|
|
150
|
+
"Check disk space (need 4GB+ free)",
|
|
151
|
+
"Retry download: ollama pull deepseek-coder:6.7b",
|
|
152
|
+
"Use alternative mirror: OLLAMA_HOST=mirror.ollama.ai ollama pull deepseek-coder:6.7b"
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"issue": "Generation quality poor",
|
|
157
|
+
"solutions": [
|
|
158
|
+
"Update to latest model: mycontext model update",
|
|
159
|
+
"Check model version: ollama list",
|
|
160
|
+
"Reset model: mycontext model reset --clean"
|
|
161
|
+
]
|
|
162
|
+
}
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
"configuration": {
|
|
166
|
+
"default_settings": {
|
|
167
|
+
"model_name": "mycontext-react",
|
|
168
|
+
"base_url": "http://localhost:11434",
|
|
169
|
+
"temperature": 0.1,
|
|
170
|
+
"max_tokens": 4000,
|
|
171
|
+
"timeout": 30000
|
|
172
|
+
},
|
|
173
|
+
"environment_variables": {
|
|
174
|
+
"OLLAMA_HOST": "Override Ollama service URL",
|
|
175
|
+
"OLLAMA_MODELS": "Custom model directory path",
|
|
176
|
+
"MYCONTEXT_MODEL": "Override default model name",
|
|
177
|
+
"MYCONTEXT_LOCAL_ONLY": "Force local-only mode (no API fallback)"
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
}
|
package/package.json
CHANGED
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mycontext-cli",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "
|
|
5
|
-
"main": "dist/cli
|
|
3
|
+
"version": "0.2.2",
|
|
4
|
+
"description": "MyContext CLI - AI-powered component generation with shadcn/ui and Next.js 15 integration",
|
|
5
|
+
"main": "dist/cli.js",
|
|
6
6
|
"bin": {
|
|
7
|
-
"mycontext": "dist/cli
|
|
7
|
+
"mycontext": "dist/cli.js"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
10
|
"build": "tsc && npm run copy-config",
|
|
11
|
-
"copy-config": "cp -r src/config dist/
|
|
11
|
+
"copy-config": "cp -r src/config dist/",
|
|
12
12
|
"dev": "ts-node src/cli.ts",
|
|
13
13
|
"start": "node dist/cli.js",
|
|
14
14
|
"watch": "tsc --watch",
|
|
15
15
|
"test": "jest"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
|
+
"mycontext",
|
|
19
|
+
"mycontext-ai",
|
|
20
|
+
"mycontext-cli",
|
|
21
|
+
"mycontext-components",
|
|
18
22
|
"ai",
|
|
19
|
-
"ollama",
|
|
20
|
-
"local-ai",
|
|
21
23
|
"components",
|
|
22
|
-
"cli",
|
|
23
24
|
"shadcn",
|
|
24
25
|
"nextjs",
|
|
25
26
|
"typescript",
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CodeGenSubAgent Implementation
|
|
3
|
-
*
|
|
4
|
-
* Specialized sub-agent for generating production-ready React components and TypeScript code.
|
|
5
|
-
* Uses Claude Code for optimal code generation capabilities.
|
|
6
|
-
* Enhanced with shadcn/ui primitives and modern React patterns for Next.js 14+.
|
|
7
|
-
*/
|
|
8
|
-
import { SubAgent, ComponentGenerationInput, ComponentGenerationOutput } from "../interfaces/SubAgent";
|
|
9
|
-
export declare class CodeGenSubAgent implements SubAgent<ComponentGenerationInput, ComponentGenerationOutput> {
|
|
10
|
-
name: string;
|
|
11
|
-
description: string;
|
|
12
|
-
personality: string;
|
|
13
|
-
llmProvider: string;
|
|
14
|
-
expertise: string[];
|
|
15
|
-
constructor();
|
|
16
|
-
run(input: ComponentGenerationInput): Promise<ComponentGenerationOutput>;
|
|
17
|
-
validate(input: ComponentGenerationInput): Promise<boolean>;
|
|
18
|
-
getStatus(): Promise<{
|
|
19
|
-
name: string;
|
|
20
|
-
status: "idle" | "running" | "completed" | "error";
|
|
21
|
-
lastRun?: Date;
|
|
22
|
-
executionTime?: number;
|
|
23
|
-
errorCount: number;
|
|
24
|
-
successCount: number;
|
|
25
|
-
}>;
|
|
26
|
-
private generateProductionReadyComponent;
|
|
27
|
-
private getReactImportsForType;
|
|
28
|
-
private getShadcnImportsForType;
|
|
29
|
-
private getCustomImportsForType;
|
|
30
|
-
private generateTypeDefinitions;
|
|
31
|
-
private generateDetailedPropsForType;
|
|
32
|
-
private generateExampleProps;
|
|
33
|
-
private generateEnhancedPropsDestructuring;
|
|
34
|
-
private generateProductionComponentLogic;
|
|
35
|
-
private generateAccessibleComponentJSX;
|
|
36
|
-
private generateProductionActionFunctions;
|
|
37
|
-
private extractDependencies;
|
|
38
|
-
private extractShadcnComponents;
|
|
39
|
-
private calculateQualityScore;
|
|
40
|
-
private generateComponentName;
|
|
41
|
-
private generateWithOllama;
|
|
42
|
-
private generateWithXAI;
|
|
43
|
-
}
|
|
44
|
-
//# sourceMappingURL=CodeGenSubAgent.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CodeGenSubAgent.d.ts","sourceRoot":"","sources":["../../../../../src/agents/implementations/CodeGenSubAgent.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,QAAQ,EACR,wBAAwB,EACxB,yBAAyB,EAC1B,MAAM,wBAAwB,CAAC;AAuChC,qBAAa,eACX,YAAW,QAAQ,CAAC,wBAAwB,EAAE,yBAAyB,CAAC;IAExE,IAAI,SAAqB;IACzB,WAAW,SACkG;IAC7G,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,EAAE,CAAC;;IAad,GAAG,CACP,KAAK,EAAE,wBAAwB,GAC9B,OAAO,CAAC,yBAAyB,CAAC;IAuC/B,QAAQ,CAAC,KAAK,EAAE,wBAAwB,GAAG,OAAO,CAAC,OAAO,CAAC;IAwB3D,SAAS,IAAI,OAAO,CAAC;QACzB,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,GAAG,SAAS,GAAG,WAAW,GAAG,OAAO,CAAC;QACnD,OAAO,CAAC,EAAE,IAAI,CAAC;QACf,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,UAAU,EAAE,MAAM,CAAC;QACnB,YAAY,EAAE,MAAM,CAAC;KACtB,CAAC;YASY,gCAAgC;IAS9C,OAAO,CAAC,sBAAsB;IA0B9B,OAAO,CAAC,uBAAuB;IAoI/B,OAAO,CAAC,uBAAuB;IAqB/B,OAAO,CAAC,uBAAuB;IA2E/B,OAAO,CAAC,4BAA4B;IAmIpC,OAAO,CAAC,oBAAoB;IAqB5B,OAAO,CAAC,kCAAkC;IA4E1C,OAAO,CAAC,gCAAgC;IAwIxC,OAAO,CAAC,8BAA8B;IAyetC,OAAO,CAAC,iCAAiC;IA0HzC,OAAO,CAAC,mBAAmB;IA4B3B,OAAO,CAAC,uBAAuB;IAe/B,OAAO,CAAC,qBAAqB;IAoC7B,OAAO,CAAC,qBAAqB;YASf,kBAAkB;YAqClB,eAAe;CAkC9B"}
|