General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
115
Unified TypeScript migration runner for the Pulse PostgreSQL database.
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
Unified TypeScript migration runner for the Pulse PostgreSQL database.
index.ts - public exportsparser.ts - SQL migration parsingrunner.ts - migration execution enginedatabase.ts - schema_migrations persistencevalidator.ts - migration safety checkspnpm --filter @pulse/migrations build
pnpm --filter @pulse/migrations test
Package Type: Library package with Postgres integration.
Test Pattern: Unit tests for parsing/validation and integration tests with a real database.
Running Tests:
pnpm --filter @pulse/migrations test