/** * `ruflo spinner` — manage ruflo verbs in Claude Code's spinnerVerbs * settings (ADR-318). * * Claude Code exposes `spinnerVerbs.mode` + `spinnerVerbs.verbs[]` in * ~/.claude/settings.json. This command appends a curated ruflo pool to * that array, tagged with a zero-width joiner marker so `disable` can * strip only ruflo verbs without touching user-authored ones. * * NEVER replaces — always appends (see ADR-318 §Guarantees). Always backs * up ~/.claude/settings.json before write. */ import type { Command } from '../types.js'; export declare const spinnerCommand: Command; export default spinnerCommand; //# sourceMappingURL=spinner.d.ts.map