runecho
01Plugin Claude Code
RunEcho's own plugin marketplace — the edit-time hallucination guard, distributed the way Claude Code expects rather than as a settings.json snippet to hand-merge.
Plugin Claude Code
RunEcho's own plugin marketplace — the edit-time hallucination guard, distributed the way Claude Code expects rather than as a settings.json snippet to hand-merge.
Hook Claude Code
Runs before the agent uses a tool for Edit, Write and MultiEdit tool calls, running runecho-guard --hook-mode. From inth3shadows/runecho.
Hook Claude Code
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, running runecho-guard --outcome-mode. From inth3shadows/runecho.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse).
MCP server Claude CodeCodexCursor
MCP server "runecho" as configured in inth3shadows/runecho. Launched with ${RUNECHO_MCP_COMMAND:-runecho-mcp}.
Instructions file
Claude Code instructions for inth3shadows/runecho, covering runecho workflow, release tags and git hooks — there are five, from two different installers.
Plugin Claude Code
Deterministic pre-write hallucination gate. Validates every symbol an assistant edit references against the indexed structure of your repo, and asks before a write lands on a name that does not resolve.
MCP server Claude CodeCodexCursor
Lossless-first compression layer for AI-agent tool outputs — byte-faithful on fields you mark critical, configurable lossy reduction only where you opt in. Runs locally from the terse-mcp Python package.