pub fn request_check(
request: &LocalCheckRequest,
command: &CommandSpec,
) -> Result<OperationIntent, LocalCheckError>Expand description
Derives stable M5 intent from one request and its exact installed command.
ยงErrors
Returns LocalCheckError::CommandNotInstalled for an identity mismatch or
propagates canonical operation-intent construction failure.