WIP: checkpoint before stage-3 sub-stage rewrite

This commit is contained in:
lila 2026-05-12 22:13:14 +02:00
parent 73fb12ac35
commit 04a581efe1
8 changed files with 829 additions and 343 deletions

View file

@ -4,11 +4,11 @@
"private": true,
"type": "module",
"scripts": {
"db:reset": "tsx db/reset.ts",
"extract": "tsx stage-1-extract/scripts/extract.ts",
"reverse-link": "tsx stage-2-reverse-link/scripts/reverse-link.ts",
"db:import": "tsx db/import.ts",
"db:init": "tsx db/init.ts",
"annotate": "tsx stage-2-annotate/scripts/annotate.ts",
"test": "vitest run",
"test:watch": "vitest",
"pipeline:run": "tsx --env-file .env pipeline.ts"