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
+3 -3
View File
@@ -1,4 +1,4 @@
from,to,status,reason
"/aba","/aba-therapy",301,"Brief alias to preserved mirror URL"
"/autismevaluations","/autism-evaluations",301,"Brief alias to preserved mirror URL"
"/learnersocialclub","/learner-social-club",301,"Brief alias to preserved mirror URL"
"/aba","/aba-therapy",301,"Brief legacy alias to preserved URL"
"/autismevaluations","/autism-evaluations",301,"Brief legacy alias to preserved URL"
"/learnersocialclub","/learner-social-club",301,"Brief legacy alias to preserved URL"
1 from to status reason
2 /aba /aba-therapy 301 Brief alias to preserved mirror URL Brief legacy alias to preserved URL
3 /autismevaluations /autism-evaluations 301 Brief alias to preserved mirror URL Brief legacy alias to preserved URL
4 /learnersocialclub /learner-social-club 301 Brief alias to preserved mirror URL Brief legacy alias to preserved URL