Skip to main content
ClaudeWave
Slash Command96 estrellas del repoactualizado 5d ago

guard

Check current changes against the latest approved implementation contract.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0xhimanshu/governor/HEAD/commands/guard.md -o ~/.claude/commands/guard.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

guard.md

# Governor Guard

Run:

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/governor.py" guard $ARGUMENTS
```

Use the result to report:

- possible scope drift
- planned files not changed yet
- acceptance tests still needed
- smallest safe next step

Keep the guidance concise and action-oriented.