start_guardian
Activate a VibeGuard Agent to monitor a specified project path and language. It validates AI-generated code against the actual codebase, catching hallucinations, dead code, and API mismatches before runtime.
Instructions
Activate a VibeGuard Agent. You can start multiple Guardians to watch different parts of your codebase (e.g., one for 'Frontend', one for 'Backend'). Each Guardian watches its own path and language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Operation mode (default: auto) | auto |
| language | No | Programming language (default: typescript) | typescript |
| agent_name | No | Name for your Guardian (default: 'VibeGuard') | VibeGuard |
| projectPath | Yes | Absolute path to the project root |