Skip to main content
ClaudeWave
Slash Command127 estrellas del repoactualizado 1mo ago

full

The `/full` command temporarily instructs Governor to preserve complete tool output without compaction for the next diagnostic command. Use this when debugging issues where summarized or truncated output may hide critical error details or logs needed for troubleshooting.

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.