MIGRATION_GLOBS
constMIGRATION_GLOBS: readonlystring[]
Defined in: src/epic-migrations.ts:20
Single source of truth for what counts as a migration path. Kept deliberately tight:
directory-scoped (**/migrations/**, **/drizzle/**, **/neo4j/**, **/alembic/**)
plus the Cypher file extension. Add a family here (and nowhere else) to widen detection.