Skip to main content
ClaudeWave
Slash Command127 repo starsupdated 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.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0xhimanshu/governor/HEAD/commands/full.md -o ~/.claude/commands/full.md
Then start a new Claude Code session; the slash command loads automatically.

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.