#!/usr/bin/env node /** * `deregister-external` — replay every recorded foreign-tool removal. * * Run by `pnpm clean:all` before it deletes the data dir, so wiping our own * state never leaves another tool pointing at a directory that is gone (#206). * Always exits 0: this is cleanup in front of a destructive step that is going * to happen regardless. */ export {};