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/init.md Normal file
View File

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