Expand description
Version pins this crate is tested against.
Constants§
- STREAM_
SCHEMA_ VERSION - Envelope
schema_versionthe models target. - TESTED_
MUSE_ BUILD - Full build string of the tested binary.
- TESTED_
MUSE_ VERSION - Muse Code release the live suite last passed against
(
muse --versionreportsMuse Code 1.0.2 (1.0.2-R2040.1)). The 0.1.0 and 0.2.1 captures remain committed and still parse — 1.0.1’s wire is a near-superset (its one observed break,profile_id: nullonrun.model.configured, is modeled asOption).
Functions§
- tested_
cli_ build - The full build string of the tested release; alias of
TESTED_MUSE_BUILD. - tested_
cli_ version - The tested-against CLI release — the workspace-uniform accessor
(
tested_cli_version()exists in every crate here); alias ofTESTED_MUSE_VERSION. Kept in lockstep with the README by CI.