SessionStart
01Hook Claude Code
Runs when a session starts, executing session_start.rb. From sane-apps/SaneProcess.
Hook Claude Code
Runs when a session starts, executing session_start.rb. From sane-apps/SaneProcess.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing saneprompt.rb. From sane-apps/SaneProcess.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing sane_catastrophic_guard.rb, sanetools.rb and sane_bash_guards.rb via ruby (3 commands). From sane-apps/SaneProcess.
Hook Claude Code
Runs after a tool call finishes for Write, Edit, Write and Edit tool calls, executing sanetrack.rb, swift_format.rb and mini_build_async.rb (3 commands). From sane-apps/SaneProcess.
Hook Claude Code
Runs when a task is marked completed, executing task_completed_gate.rb. From sane-apps/SaneProcess.
Hook Claude Code
Runs when the agent finishes a response, executing sanestop.rb. From sane-apps/SaneProcess.
Settings file Claude Code
Agent settings declaring 6 hook events (SessionStart, UserPromptSubmit, PreToolUse, PostToolUse) and 33 allowed tools.
Instructions file GitHub Copilot
Instructions for sane-apps/SaneProcess, covering saneprocess - github copilot instructions, project overview, source of truth, code structure and rules for changes.
MCP server Claude CodeCodexCursor +2
MCP server "apple-docs", hosted remotely at 127.0.0.1, as configured in sane-apps/SaneProcess.
MCP server Claude CodeCodexCursor +2
MCP server "github" as configured in sane-apps/SaneProcess. Launched with /opt/homebrew/opt/node@24/bin/node scripts/codex-bin/github-mcp-bridge.mjs.
MCP server Claude CodeCodexCursor +2
MCP server "macos-automator", hosted remotely at 127.0.0.1, as configured in sane-apps/SaneProcess.
MCP server Claude CodeCodexCursor +2
MCP server "openaiDeveloperDocs", hosted remotely at developers.openai.com, as configured in sane-apps/SaneProcess.
MCP server Claude CodeCodexCursor +2
MCP server "xcode" as configured in sane-apps/SaneProcess. Launched with xcrun mcpbridge.
Instructions file CodexOpenCode
Instructions for sane-apps/SaneProcess, covering saneapps agents, what belongs here, session start, session end and core rules.