513 B
513 B
name, description, arguments
| name | description | arguments |
|---|---|---|
| init | Initialize the Vibesafe plugin session: report mode, list commands, and verify MCP connectivity. |
Run a quick readiness check:
- Show current mode (
VIBESAFE_ENVor config default) - List available Vibesafe commands
- Confirm MCP server connectivity
Example:
/vibesafe:init
Steps:
echo "VIBESAFE_ENV=${VIBESAFE_ENV:-<unset>}"vibesafe status || true# harmless status checkecho "Commands: scan, compile, test, save, diff, status, mcp"