#!/usr/bin/env bash
# Headless callers (agents) are released: cdx dispatch is allowed to proceed.
# Heavy builds still leave the laptop via cpu-guard/local-gate; this only covers
# the codex CLI process itself.
export OD_LOCAL_DISPATCH_OK=1
exec python3 /home/user/.local/share/overdeck/deploy/modules/systray/cdx.py "$@"
