This commit is contained in:
Lucy 2025-09-26 08:02:47 +02:00
commit 21e7d37205
15 changed files with 997 additions and 0 deletions

25
ai/component-usage.json Normal file
View file

@ -0,0 +1,25 @@
{
"components": {
"terminal-header": {
"usageCount": 1,
"averageRenderTime": 25,
"commonProps": ["command", "navigation"],
"lastUsed": "2025-01-02T10:30:00Z"
},
"hero-section": {
"usageCount": 1,
"averageRenderTime": 45,
"commonProps": ["title", "subtitle", "crewCount"],
"lastUsed": "2025-01-02T10:30:00Z"
},
"event-card": {
"usageCount": 3,
"averageRenderTime": 15,
"commonProps": ["day", "month", "title", "description", "time"],
"lastUsed": "2025-01-02T10:30:00Z"
}
},
"totalComponents": 4,
"totalUsage": 5,
"lastUpdated": "2025-01-02T10:30:00Z"
}