module/enterprise-mode

Enterprise Mode

Isolated subnet for organizations with SLA compute.

Locks the runtime to a dedicated subnet, a private agent registry, and an SLA badge across the chrome. All other modules respect enterprise scope when this mode is active.

State Logic

Reactive surfaces this module exposes to the runtime.

orgOrgId

Active organization. Drives every scope query.

subnetSubnetId

Dedicated compute subnet identifier.

slaenum

standard | priority | dedicated.

registryAgentRegistry

Org-private agent registry. Replaces public catalog.

Visual Variants

Allowed rendering modes. No ad-hoc styles outside this set.

org.chrome

Top-of-window badge and org switcher.

sla.badge

Compute tier indicator.

registry.shelf

Private agent catalog.

subnet.indicator

Live subnet health pill in activity rail.

Motion Tokens

Deterministic timing curves. No custom easing per component.

tokenvalueuse
ent.swap480ms cubic-bezier(.2,.8,.2,1)Org switch transition.
ent.pulse1600ms ease-in-out loopSLA badge heartbeat.

Isolation Rules

Hard boundaries enforced at the module edge.

01

When enterprise-mode is active, public marketplace is hidden, not filtered.

02

Agents from the public registry cannot be installed into an org subnet.

03

Wallet accounts not approved for the org are not selectable.

04

Org chrome is non-dismissible. It is the trust signal.

// end module /enterprise-mode