Skip to main content
ClaudeWave
Slash Command96 repo starsupdated 5d ago

full

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

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.