/** * Protocol version for client-daemon communication * This allows for version compatibility checks between client and daemon */ export const PROTOCOL_VERSION = '1.0.0';