smix-verbs
Canonical verb table for the smix yaml automation surface. Pure data crate — no runtime state, no async, no I/O.
Shared source of truth for:
smix-adapter-maestro::parser— accepts both maestro-canonical (tapOn) and smix-canonical (tap) formssmix-migratecodemod — verb rename table
Usage
use ;
// Given a yaml key, look up the entry.
if let Some = find_by_maestro
// Both canonical forms recognized.
assert!;
assert!;
Reviewer invariant
Any new yaml verb must land in VERB_TABLE first. Both parser and codemod pick it up automatically.
See docs/ai-guide/verb-parity.md in the smix repo for the cross-platform support matrix generated from this table.