Files
2025-11-30 08:29:44 +08:00

28 lines
715 B
JSON

{
"name": "vibesafe",
"description": "Vibesafe developer tools: scan, compile, test, save, diff, status, mcp; includes mode toggle.",
"version": "0.2.0-pre1",
"author": {
"name": "Julep AI",
"email": "developers@julep.ai"
},
"skills": [
"./skills/vibesafe/SKILL.md"
],
"commands": [
"./commands/vibe.md",
"./commands/set-mode.md",
"./commands/get-mode.md",
"./commands/init.md"
],
"mcp": {
"vibesafe": {
"type": "stdio",
"command": "bash",
"args": [
"-lc",
"if command -v vibesafe >/dev/null 2>&1; then vibesafe mcp; elif command -v uvx >/dev/null 2>&1; then uvx vibesafe mcp; else python -m vibesafe.mcp; fi"
]
}
}
}