Governor now works with Cursor, Windsurf, Cline, Codex CLI, and Gemini CLI
Governor's core behavior — content-aware tool-output filtering and context hygiene — is now available as a prompt-based skill for any AI coding agent. One install command copies a rules file that teaches the agent to self-filter noisy output, preserve unique data, and maintain context hygiene. No hooks or MCP required.
What's New
- Multi-agent skills — Governor rules files for Cursor (
.cursor/rules/governor.mdc), Windsurf, Cline, Codex CLI (AGENTS.md), and Gemini CLI (GEMINI.md) - Content-aware filtering — tool output is checked for repetition before compacting. Unique data (API responses, Burp proxy history, curl output, JSON) passes through unfiltered. Only repetitive noise (>40% duplicate lines) gets compacted
GOVERNOR_FULLenv var — setGOVERNOR_FULL=1inline to bypass compaction without a separate command. Immune to parallel-call cancellation
Fixes
- MCP tool output (Burp, Playwright) no longer incorrectly compacted when data is unique
caton unique files no longer triggers compaction via noisy-command heuristic
Install
# Claude Code (full plugin)
bash install.sh --force
# Other agents
bash install.sh --project /path/to/project --agents allFull changelog: CHANGELOG.md