chore: update doctor migration hash

This commit is contained in:
Peter Steinberger
2026-01-02 13:07:26 +01:00
parent 16420e5b31
commit 7b72b35cca

View File

@@ -49,7 +49,7 @@ export async function doctorCommand(runtime: RuntimeEnv = defaultRuntime) {
runtime, runtime,
); );
if (migrate) { if (migrate) {
// Legacy migration (2026-01-02, commit: 0766c5e3) — normalize per-provider allowlists; move WhatsApp gating into whatsapp.allowFrom. // Legacy migration (2026-01-02, commit: 16420e5b) — normalize per-provider allowlists; move WhatsApp gating into whatsapp.allowFrom.
const { config: migrated, changes } = migrateLegacyConfig(snapshot.parsed); const { config: migrated, changes } = migrateLegacyConfig(snapshot.parsed);
if (changes.length > 0) { if (changes.length > 0) {
note(changes.join("\n"), "Doctor changes"); note(changes.join("\n"), "Doctor changes");