# tooling/archive — provenance, not tooling Scripts kept because they record HOW something in the repo came to be, not because anything should run them again. None is a `reach` verb, none is importable (no `__init__.py`, excluded from package discovery and from the D-263 conformance scope), and several would do damage if run today. Deleting them would lose the provenance; keeping them live would imply they still work (tooling/DOMAINS.md, "pql-migrate/ is provenance, not tooling"). | path | what it did | why it is here | |---|---|---| | `pql-migrate/` | the one-shot planning-store migration into pql | completed migration (T-1271 ruling) | | `wiki-bootstrap/assign-astro-ids.py` + `gj-catalog-real.json` | gave the 300 `S-NNN` systems real Gliese-Jahreiss ids | done; `S-` ids no longer exist | | `wiki-bootstrap/migrate-s-to-gj.py` | rewrote every `S-NNN` reference to its GJ id | done | | `wiki-bootstrap/patch-core-sector.py` | added 17 hand-balanced core-sector gate edges | done; hardcodes a `planning/` path that no longer exists | | `wiki-bootstrap/generate-stubs.py`, `find-stubs` | created and then tracked the Phase-1 system stubs | done; `find-stubs --all-sectors 0 99` finds 0 stubs | | `wiki-bootstrap/fill-missing-globes.py` | copied donor `globe.png` files into bodies that lacked one | self-described one-shot | | `wiki-bootstrap/backfill_cultural_corridor.py` | copied `geographic_sector` into `cultural_corridor` | a raw systems.db patch script, the kind `.claude/rules/asset-pipeline.md` forbids; absent from the D-262 flow | | `wiki-bootstrap/process-wiki-system-changes` | wiki → systems.db → star-map.json → re-rendered system pages | **destructive today** — its last step is `wiki_sync.generate_wiki()`, which no longer reproduces the committed pages (T-1290 finding, see the wiki domain's router) | Archived in T-1250 / T-1290 (2026-09-23).