Skip to content

Commit c9aa3ec

Browse files
committed
Merge remote-tracking branch 'origin/staging' into fix/deploy-trigger-registry-cycle
# Conflicts: # package.json
2 parents 20b04cb + 8c49d35 commit c9aa3ec

7 files changed

Lines changed: 420 additions & 392 deletions

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"check:cron-parity": "bun run scripts/check-cron-parity.ts",
3232
"check:api-validation:strict": "bun run scripts/check-api-validation-contracts.ts --check --enforce-boundary-baseline",
3333
"check:realtime-prune": "bun run scripts/check-realtime-prune-graph.ts",
34-
"check:tool-request-boundary": "bun test scripts/check-tool-request-boundary.test.ts && bun run scripts/check-tool-request-boundary.ts",
34+
"check:tool-request-boundary": "bun run scripts/check-tool-request-boundary.ts",
3535
"check:tool-registry-boundary": "bun run scripts/check-tool-registry-boundary.ts",
3636
"check:trigger-block-cycle": "bun run scripts/check-trigger-block-cycle.ts",
37-
"check:sql-date-binding": "bun test scripts/check-sql-date-binding.test.ts && bun run scripts/check-sql-date-binding.ts",
37+
"check:sql-date-binding": "bun run scripts/check-sql-date-binding.ts",
3838
"check:zustand-v5": "bun run scripts/check-zustand-v5-selectors.ts",
3939
"check:react-query": "bun run scripts/check-react-query-patterns.ts --check",
4040
"check:client-boundary": "bun run scripts/check-client-boundary-imports.ts --check",

scripts/check-migrations-safety.test.ts

Lines changed: 0 additions & 200 deletions
This file was deleted.

scripts/check-migrations-safety.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ const ANNOTATE_GUIDANCE =
330330
'is a contract-phase op. Confirm the old code no longer reads/writes it (it must have shipped in an earlier deploy — not this same PR), then acknowledge with a `-- migration-safe: <reason>` comment on the line above.'
331331

332332
/** Lint a single migration's SQL. Returns only actionable findings. */
333-
export function lintSql(content: string): Finding[] {
333+
function lintSql(content: string): Finding[] {
334334
const lines = content.split('\n')
335335
const statements = parseStatements(content)
336336
const createdTables = new Set<string>()

scripts/check-sql-date-binding.test.ts

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)