1 2 3 4 5 6 7 8
use super::Command; pub fn create_init_verifiers_command() -> Command { Command::prompt( "init-verifiers", "Create verifier skill(s) for automated verification of code changes", ) }