archive(ms24-fork): preserve diverged MS24-era line + uncommitted work [T54 Q21:O1; plumbing archival commit per Jason Q23 ruling 2026-08-23]

This commit is contained in:
2026-08-23 18:54:30 -05:00
parent 3289677056
commit c4df1a1c90
30 changed files with 1107 additions and 70 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"lint:fix": "eslint \"src/**/*.ts\" --fix",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist",
"test": "vitest run",
"test": "node scripts/vitest-runner.mjs",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:e2e": "vitest run --config ./vitest.e2e.config.ts",