Internal helper invoked by /start. One-time migration for users coming from a Hypervibe version older than 2.5: consolidates the old separate background mechanisms (db-backup, quota-monitor, cron-dispatcher, each a loose Cloudflare worker) into the new unified shared worker hypervibe-jobs (one worker, one cron slot, git-versioned registry). Self-detecting and safe: if there is nothing legacy on the machine it does nothing. Nothing is deleted without explicit consent, and the old mechanisms keep working until the new one is deployed and verified. Not meant to be invoked directly by users (they just re-run /start). Transitional helper, will be removed in a future version once everyone has migrated.
$npx -y skills add flavien-ia/hypervibe-harness --skill _migrate-workersInstalls into the current project.
Run `npx skills use "https://github.com/flavien-ia/hypervibe-harness" --skill "flavien-ia/hypervibe-harness/_migrate-workers"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/flavien-ia/hypervibe-harness" that are relevant to the current task. Run `npx skills add "https://github.com/flavien-ia/hypervibe-harness"` and select the relevant skills, then follow their instructions.