Eve Local Dev Loop (Docker Compose) Use this skill to run and test the app locally with Docker Compose, then hand off to Eve for staging deploys. Preconditions - A or exists in the repo. - The Eve manifest ( ) reflects the same services and ports. Local Run Recommended docker-compose.yml Use the Eve-migrate image locally for migration parity with staging: Why eve-migrate? The same runner executes in both local and staging, giving migration parity. It tracks applied migrations in (idempotent, checksummed, transactional). Plain SQL files with timestamp prefixes: . Run migrations manually after…