Documentation Index
Fetch the complete documentation index at: https://docs.bossmode.ing/llms.txt
Use this file to discover all available pages before exploring further.
Standing orders as governance
Standing orders are covered in the Getting Started guide from a usage perspective. This page covers the governance layer: how orders are evaluated, how conflicts are resolved, and how the Guardian enforces them.Order evaluation
On every directive execution, the Guardian evaluates:- Is there an active standing order that covers this action?
- Does the action fall within the allowed scope?
- Does the action exceed any thresholds defined in active orders?
- If
requiresApproval: true, is there an existing approval for this specific action?
Conflict resolution
When two standing orders conflict (one permits, one requires approval), the more restrictive order wins. The conflict is logged and surfaced in the morning brief.Order priority
Orders have three priority levels that affect escalation urgency, not restriction level:"high"— Violations trigger immediate escalation (Slack, email, or both)"medium"— Violations appear in the next morning brief"low"— Violations are logged but not escalated proactively
Order lifecycle
| State | Description |
|---|---|
active | Currently enforced by Guardian |
paused | Exists but not enforced (useful during setup) |
expired | Past expiresAt date — no longer enforced |
archived | Manually archived — preserved in history |