// --------------------------------------------------------------------------- // caduceus — version constant // Single source of truth for the package version. Read by /caduceus:status // and rendered in the inspect output. // --------------------------------------------------------------------------- export const CADUCEUS_VERSION = "0.6.0" as const;