lokuma-cli 1.3.0 → 1.3.1

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 +16 -16
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -54,22 +54,22 @@ var AI_DISPLAY_NAMES = {
54
54
  all: "All assistants"
55
55
  };
56
56
  var AI_SKILL_PATHS = {
57
- claude: { root: ".claude", skillMd: ".claude/skills/lokuma/SKILL.md", scriptPy: ".claude/skills/lokuma/scripts/search.py" },
58
- cursor: { root: ".cursor", skillMd: ".cursor/rules/lokuma.mdc", scriptPy: ".cursor/rules/lokuma/scripts/search.py" },
59
- windsurf: { root: ".windsurf", skillMd: ".windsurf/rules/lokuma.md", scriptPy: ".windsurf/rules/lokuma/scripts/search.py" },
60
- copilot: { root: ".github", skillMd: ".github/instructions/lokuma.instructions.md", scriptPy: ".github/instructions/lokuma/scripts/search.py" },
61
- kiro: { root: ".kiro", skillMd: ".kiro/steering/lokuma.md", scriptPy: ".kiro/steering/lokuma/scripts/search.py" },
62
- roocode: { root: ".roo", skillMd: ".roo/rules/lokuma.md", scriptPy: ".roo/rules/lokuma/scripts/search.py" },
63
- codex: { root: ".codex", skillMd: ".codex/instructions.md", scriptPy: ".codex/lokuma/scripts/search.py" },
64
- qoder: { root: ".qoder", skillMd: ".qoder/rules/lokuma.md", scriptPy: ".qoder/rules/lokuma/scripts/search.py" },
65
- gemini: { root: ".gemini", skillMd: ".gemini/GEMINI.md", scriptPy: ".gemini/lokuma/scripts/search.py" },
66
- trae: { root: ".trae", skillMd: ".trae/rules/lokuma.md", scriptPy: ".trae/rules/lokuma/scripts/search.py" },
67
- opencode: { root: ".opencode", skillMd: ".opencode/OPENCODE.md", scriptPy: ".opencode/lokuma/scripts/search.py" },
68
- continue: { root: ".continue", skillMd: ".continue/lokuma/SKILL.md", scriptPy: ".continue/lokuma/scripts/search.py" },
69
- codebuddy: { root: ".codebuddy", skillMd: ".codebuddy/lokuma/SKILL.md", scriptPy: ".codebuddy/lokuma/scripts/search.py" },
70
- droid: { root: ".factory", skillMd: ".factory/skills/lokuma/SKILL.md", scriptPy: ".factory/skills/lokuma/scripts/search.py" },
57
+ claude: { root: ".claude", skillMd: ".claude/skills/frontend-designer/SKILL.md", scriptPy: ".claude/skills/frontend-designer/scripts/search.py" },
58
+ cursor: { root: ".cursor", skillMd: ".cursor/rules/frontend-designer.mdc", scriptPy: ".cursor/rules/frontend-designer/scripts/search.py" },
59
+ windsurf: { root: ".windsurf", skillMd: ".windsurf/rules/frontend-designer.md", scriptPy: ".windsurf/rules/frontend-designer/scripts/search.py" },
60
+ copilot: { root: ".github", skillMd: ".github/instructions/frontend-designer.instructions.md", scriptPy: ".github/instructions/frontend-designer/scripts/search.py" },
61
+ kiro: { root: ".kiro", skillMd: ".kiro/steering/frontend-designer.md", scriptPy: ".kiro/steering/frontend-designer/scripts/search.py" },
62
+ roocode: { root: ".roo", skillMd: ".roo/rules/frontend-designer.md", scriptPy: ".roo/rules/frontend-designer/scripts/search.py" },
63
+ codex: { root: ".codex", skillMd: ".codex/instructions.md", scriptPy: ".codex/frontend-designer/scripts/search.py" },
64
+ qoder: { root: ".qoder", skillMd: ".qoder/rules/frontend-designer.md", scriptPy: ".qoder/rules/frontend-designer/scripts/search.py" },
65
+ gemini: { root: ".gemini", skillMd: ".gemini/GEMINI.md", scriptPy: ".gemini/frontend-designer/scripts/search.py" },
66
+ trae: { root: ".trae", skillMd: ".trae/rules/frontend-designer.md", scriptPy: ".trae/rules/frontend-designer/scripts/search.py" },
67
+ opencode: { root: ".opencode", skillMd: ".opencode/OPENCODE.md", scriptPy: ".opencode/frontend-designer/scripts/search.py" },
68
+ continue: { root: ".continue", skillMd: ".continue/frontend-designer/SKILL.md", scriptPy: ".continue/frontend-designer/scripts/search.py" },
69
+ codebuddy: { root: ".codebuddy", skillMd: ".codebuddy/frontend-designer/SKILL.md", scriptPy: ".codebuddy/frontend-designer/scripts/search.py" },
70
+ droid: { root: ".factory", skillMd: ".factory/skills/frontend-designer/SKILL.md", scriptPy: ".factory/skills/frontend-designer/scripts/search.py" },
71
71
  // OpenClaw installs to a fixed absolute path (not relative to cwd)
72
- openclaw: { root: "~/.openclaw/workspace/skills/lokuma", skillMd: "~/.openclaw/workspace/skills/lokuma/SKILL.md", scriptPy: "~/.openclaw/workspace/skills/lokuma/scripts/search.py" }
72
+ openclaw: { root: "~/.openclaw/workspace/skills/frontend-designer", skillMd: "~/.openclaw/workspace/skills/frontend-designer/SKILL.md", scriptPy: "~/.openclaw/workspace/skills/frontend-designer/scripts/search.py" }
73
73
  };
74
74
 
75
75
  // src/commands/init.ts
@@ -83,7 +83,7 @@ function resolvePath(p) {
83
83
  }
84
84
  function buildSkillMd(scriptPath) {
85
85
  return `---
86
- name: lokuma
86
+ name: frontend-designer
87
87
  description: >
88
88
  Lokuma design intelligence. Use this skill whenever building or modifying UI:
89
89
  landing pages, dashboards, SaaS products, mobile apps, e-commerce, portfolios,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lokuma-cli",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "CLI to install Lokuma design intelligence skill for AI coding assistants",
5
5
  "type": "module",
6
6
  "bin": {