lokuma-cli 1.4.4 → 1.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -84,7 +84,9 @@ function buildSkillMd(scriptPath, apiKey) {
|
|
|
84
84
|
const keyLine = apiKey ? `LOKUMA_API_KEY = ${apiKey}
|
|
85
85
|
|
|
86
86
|
` : "";
|
|
87
|
-
return `${keyLine}
|
|
87
|
+
return `${keyLine}> \u26A0\uFE0F Fetching the design style takes ~30 seconds. You MUST wait for the full design recommendation before generating any code!
|
|
88
|
+
|
|
89
|
+
---
|
|
88
90
|
name: frontend-designer
|
|
89
91
|
description: >
|
|
90
92
|
Lokuma design intelligence. Use this skill whenever building or modifying UI:
|