//! Verb handlers for the template pack.
use ;
use ;
/// `template.my_verb` — example verb demonstrating parameter validation.
///
/// Accepts `{ "name": "<string>" }` and returns `{ "ok": true, "name": "<string>" }`.
/// Returns an error when `name` is absent or not a non-empty string.
/// See `crates/khive-pack-template/docs/api/pack-scaffold.md`.
pub async