/** * `ai-dossier sync-skills` — retroactively generate opencode wrappers for * already-installed dossier skills, and prune wrappers whose source is gone. * * Complements install-skill's auto-sync: use this after installing opencode on * a machine that already has dossier skills, or after any manual change to * ~/.claude/skills/. * * Idempotent by design. All writes go through writeOpencodeWrapper, which * no-ops when content matches. See opencode-sync.ts for the wrapper policy. */ import type { Command } from 'commander'; export declare function registerSyncSkillsCommand(program: Command): void; //# sourceMappingURL=sync-skills.d.ts.map