Skip to content

Settings and policy governance

Not every setting carries the same weight. A dashboard's default sort order is a preference; a workflow's certification policy is a safety-critical control. Treating them the same is how a safety control gets flipped by someone who only meant to change a preference. The Cloud workspace separates configuration into three tiers and governs each according to what it can break.

Three tiers

  • User preferences. Per-person settings that change one operator's own experience and nothing else: default views, notification choices, display options. A user owns these outright.
  • Organization policy. Workspace-wide settings that shape how the whole team operates: defaults, roles, and the guardrails that apply across workflows. Changing these is an administrator action, not a personal one.
  • Safety-critical configuration. The controls that decide whether a run may act: certification policy, identity requirements, effect verification, egress boundaries, and the halt conditions behind them. Governed, not merely set.

The tiers are ordered by blast radius: a user preference affects one person, an organization policy affects the team, and a safety-critical control affects whether a workflow can write to a real system of record. The last gets the strongest handling.

Governed and audited

A change to a governed setting is a recorded event, not a silent flip. The workspace keeps who changed what, from which value to which, and when, so a safety-relevant change is always attributable. Preferences do not need this weight; safety-critical controls do, and the audit trail is where the difference shows.

Missing settings block the run

When a required safety-critical setting is missing, unreadable, or ambiguous, the workspace refuses instead of falling back to a permissive default. The same rule applies at runtime: a run that can't establish its declared checks halts, and configuration that cannot be resolved safely blocks instead of quietly loosening a control.

A preference stays easy to change. A safety control stays hard, with every governed change audited and every missing one refused.