feat(scripts): add jarvis-brain data migration script (#554)

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
2026-02-28 17:47:07 +00:00
committed by jason.woltje
parent ffc10c9a45
commit 1b84741f1a
2 changed files with 1208 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@
"lint:fix": "turbo run lint:fix",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md}\"",
"migrate-brain": "pnpm --filter @mosaic/api exec node --import tsx ../../scripts/migrate-brain.ts",
"test": "turbo run test",
"test:watch": "turbo run test:watch",
"test:coverage": "turbo run test:coverage",
File diff suppressed because it is too large Load Diff