//! Execution token — the signed "go" token a synthesis platform verifies
//! before executing a synthesis bundle. Replaces `models/actuation.rs` from
//! the sibling robotics project.
//!
//! The cryptographic shape is identical: a bundle hash, a verdict reference,
//! and an Ed25519 signature over the canonical bytes.
use ;
use ;
/// An Ed25519-signed token permitting a synthesis platform to execute a bundle.
///
/// The payload semantics are filled in at Step 3 once platform integration
/// contracts are drafted; for now the token only carries the bundle hash,
/// verdict reference, and signature envelope so downstream crates can
/// type-check.