Spanda

Verification vocabulary

Spanda uses verify / verification / certify for three different, lighter mechanisms. None of them is formal verification (model checking, theorem proving, or IEC toolchains).

Mechanism What it is What it is not
spanda verify (alias: spanda compatibility) Hardware / deploy fit checking — sensors, actuators, memory, timing, optional policy/certify metadata gates Formal proof of safety or standards compliance
verify { } / assert { } Runtime assertions evaluated after behavior/task execution (and at end of run) Compile-time proof; not the same as spanda verify
certify ISO13849 { … } (and IEC/ISO variants) Declared metadata recorded at verify/CI time for intent and packaging A certification body result or runtime safety proof
requires / ensures / invariant Runtime contracts on behaviors and tasks (ensures is checked after the body) Hoare-logic proofs or static postcondition discharge

Preferred wording

CLI aliases

spanda verify robot.sd --target RoverV1
spanda compatibility robot.sd --target RoverV1   # clearer alias; same implementation