v0.2.0 — nocodb-migrator onboarded
memos v0.2.0 onboards the first application project, nocodb-migrator, and runs it end to end through the SDD task loop.
Added
nocodb-migratorproject — specified, then delivered through the SDD loop:- 001 — unit test suite (mock NocoDB), GitHub Actions CI (
lint-unit), and pre-commit. - 002 — integration tests running the real
up/downagainst a dockerized NocoDB (testcontainers-go), behind theintegrationbuild tag. - 003 — reproduced, root-caused, and fixed
Migrations-table creation failing on external MySQL/PostgreSQL backends (emptyenumDDL); filed the upstream NocoDB bug (nocodb/nocodb#14164) and shipped a downstream fix.
Submodule pinned atnocodb-migratorv0.0.2.
- 001 — unit test suite (mock NocoDB), GitHub Actions CI (
- Playwright MCP server config (
.mcp.json,.cursor/mcp.json).
Changed
- Commit signing: require signed commits, scoped to GitHub via a conditional include; recorded the intent in the dotfiles spec.
Full changelog: v0.1.0...v0.2.0