proomt

Search

Search posts, papers, and topics

migrations

RSS
  1. 1

    Using coding agents on a migration: Three practices that mattered

    Coding agents proved most effective for cleaning up temporary code and legacy configurations during a migration, rather than for initial code construction. This effectiveness stemmed from three specific practices: documenting cleanup needs upfront, co-locating rules with code and their enforcement, and actively managing instruction staleness.

    Temporaltemporal.io7 min
  2. 2

    Difflock: Lint Laravel Migrations and Diff Your Schema

    Difflock is a Laravel package that lints pending migrations against the live database schema, records schema baselines as JSON, and provides CI‑compatible guards to prevent risky migrations. It offers commands for linting, diffing, guarded migration execution, and an MCP server for agent‑driven checks, supporting MySQL, PostgreSQL, SQLite, and more.

    Laravellaravel-news.com3 min