What The Running Order Is
The Running Order is the universal runtime standard that every Post inherits. Where The Groundwork defines what a specific agent does, The Running Order defines how every agent behaves — regardless of its function.
Think of it as the employee handbook for AI agents. A customer support agent and a data pipeline agent do completely different work, but both must: log their actions, respect scope boundaries, escalate on ambiguity, never take irreversible actions without approval, and degrade gracefully when upstream systems fail.
The Running Order exists because without a universal standard, each agent develops its own behavioral patterns based on whoever built it. One agent logs everything. Another logs nothing. One escalates aggressively. Another never escalates. The inconsistency makes the system impossible to audit and impossible to trust at scale.