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

full

Temporarily ask Governor to avoid compacting tool output for the next diagnostic step.

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

full.md

# Governor Full Output

The user wants full output for diagnostics. For the next relevant command:

Run:

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

- Prefer focused commands over broad reruns.
- Do not summarize away critical lines.
- If output is enormous, ask before rerunning with full logs.

This sets a one-tool-call hook override. It does not disable hooks globally.