refactor(migration): remove obsolete mirror extraction tooling

- delete extraction scripts that depended on the removed local mirror
- remove stale extract npm scripts and migration-brief references
- drop the old mirror ignore rule from .gitignore
- update reports and redirect reasons to use live-source wording
This commit is contained in:
2026-07-13 12:49:58 -07:00
parent 6648d1d7d5
commit 96d3c138f6
10 changed files with 26 additions and 474 deletions
-2
View File
@@ -10,8 +10,6 @@
"build": "astro build",
"build:sandbox": "NODE_OPTIONS=--require=./tools/localhost-dns.cjs astro build",
"preview": "astro preview",
"extract": "node tools/extract-fallback.mjs",
"extract:full": "node tools/extract-site.mjs",
"extract:blog-footers": "node tools/extract-blog-footers.mjs",
"crawl:live": "node tools/crawl-live-site.mjs",
"audit:links": "node tools/audit-links.mjs",