// reason: spikard-cli is a large (~15 kloc) code generation crate with hundreds of
// pedantic/nursery lint hits (format! appends, same-arm matches, missing_errors_doc, …).
// Suppressed at the crate level to keep the workspace deny policy from blocking builds.
// Track clean-up in individual modules as capacity allows; do NOT expand these suppressions.
// reason: rustc unused/dead_code warnings have been individually fixed; this suppresses
// any residual rustc-level warnings that arise from macro-generated code (e.g. tool_router).