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.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. 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:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lokuma-cli",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "CLI to install Lokuma design intelligence skill for AI coding assistants",
5
5
  "type": "module",
6
6
  "bin": {