Section 01
SaneProcess: Workflow Safety Guardrails for AI Programming Agents (Introduction)
This article introduces the SaneProcess project, which provides workflow enforcement mechanisms for AI programming agents such as Claude Code and Codex. It implements shared safety guardrails through hooks, skills, and MCP tools to ensure AI-assisted development is safer and more repeatable. Its core idea is that safety guardrails should be built-in rather than added after the fact. It aims to address risks brought by the high-speed operations of AI programming agents (e.g., modifying key files without context, skipping tests, etc.), making AI-assisted development both efficient and safe.