feat: add Windows project registry API and persistence

This commit is contained in:
zenchantlive 2026-02-11 17:53:40 -08:00
parent 7537ec27b0
commit 17bc185ce5
5 changed files with 396 additions and 1 deletions

View file

@ -9,7 +9,7 @@
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"test": "node --test tests/bootstrap.test.mjs && node --import tsx --test tests/lib/parser.test.ts && node --import tsx --test tests/lib/pathing.test.ts && node --test tests/guards/no-direct-jsonl-write.test.mjs"
"test": "node --test tests/bootstrap.test.mjs && node --import tsx --test tests/lib/parser.test.ts && node --import tsx --test tests/lib/pathing.test.ts && node --import tsx --test tests/lib/registry.test.ts && node --import tsx --test tests/api/projects-route.test.ts && node --test tests/guards/no-direct-jsonl-write.test.mjs"
},
"dependencies": {
"next": "15.5.7",