Skip to main content

E1204. Policy version conflict

Severity: ERROR. Class: HybridModeError (subclass of RuntimeError).

What happened

The local policy and the hosted policy disagree on which version is current. SDK precedence (T103) means the hosted version wins, but we surface a warning so you know about it.

How to fix

Pick one source of truth. If you want the hosted policy: delete the local file. If you want the local policy: run controlzero install <agent> --local-override to opt out of hosted.

See also