Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:29:44 +08:00
commit 3e62448b18
8 changed files with 190 additions and 0 deletions

18
commands/vibe.md Normal file
View File

@@ -0,0 +1,18 @@
---
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`