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.
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0xhimanshu/governor/HEAD/commands/full.md -o ~/.claude/commands/full.mdfull.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.Audit recurring context files and suggest usage-limit optimizations.
Explain or summarize Governor vs Caveman performance benchmark results.
Automatically compress CLAUDE.md or other memory files with protected-span safety. One-command token savings.
Check current changes against the latest approved implementation contract.
Install Governor compact-mode rule files into a project for Codex, Gemini, Cursor, Windsurf, or Cline.
Disable Governor compact response mode while keeping telemetry/tool hooks available.
Enable Governor compact professional mode for all prompts in this Claude Code session.
Create a compact implementation contract before broad app/site/game/refactor work.