Files
gh-julep-ai-vibesafe/commands/vibe.md
2025-11-30 08:29:44 +08:00

19 lines
583 B
Markdown

---
name: vibe
description: "Run vibesafe CLI commands through the MCP server. Usage: /vibe <subcommand> [args] where subcommand ∈ {scan, compile, test, save, diff, status, mcp}."
arguments:
- name: subcommand
description: "vibesafe subcommand to execute (scan | compile | test | save | diff | status | mcp)"
required: true
---
Run Vibesafe toolchain actions via MCP.
Examples:
- `/vibe scan`
- `/vibe compile --target app.math.ops/fibonacci`
- `/vibe test --target app.math.ops/fibonacci`
- `/vibe status`
- `/vibe diff`
- `/vibe save --target app.math.ops/fibonacci`