Fresh-context adversarial review of an uncommitted (or just-committed) diff. Surfaces semantic bugs, version drift, stale references, and contract drift that the implementing session is biased to miss. Read-only — never edits, never commits.
Claude Code hook configuration that binds Phionyx self-governance to lifecycle events. Loaded when the assistant is editing .claude/settings.json, writing a new hook script under tools/claudecodemcp/, or asked about hook coverage / strict mode / why a hook fired.
Phionyx two-layer MCP architecture rules (pipeline + server). Loaded on demand when the assistant is about to call phionyxresponsegate, phionyxverifyclaim, phionyxcausaltrace, phionyxverifypaths, phionyxcheckpoint, phionyxsessionreport, or any mcpphionyx- tool. Codifies ADR-0006 (two-layer MCP, shared traceid) and the…
How to ground state-fact assertions about external systems (repo visibility, deployment, PyPI, URL liveness) with authoritative checks in the same turn. Loaded when the assistant is about to write or commit a line that claims X is live / X is public / X is deployed / X has version V / branch X has commit Y. Codified…
Phionyx self-governance gate for Claude Code — three-layer verification (LLM declaration → git diff truth → deterministic gate) over the agent's own 'fixed / tested / changed' claims. v0.3.0 adds opt-in evidence binding: the requiretool directive (a factual claim without same-turn evidence must bind a tool first) and…