Skip to content

Conversation

@jeffrade
Copy link
Member

@jeffrade jeffrade commented Jan 20, 2026

No description provided.

…em for resolving app.yaml entities and matching CLR types (codex)
* claude implement #5 and #6

* Fix shellcheck errors

* Add local MSSQL make commands

* other fixes

* take their Ilogger change
* Completed remainder of TODO.txt 7,8,9

* rename ddl pipeline accordingly

* initial commit - DDL-first pipeline now regenerates app.yaml, models, and a fresh InitialCreate migration on each run; migrations are no longer tracked in git. This keeps EF schema application consistent with the SQL DDL
    source of truth. (Makefile)
  - Migrations/ is kept empty in the repo (tracked via .gitkeep, ignored via .gitignore), and existing migrations were removed to prevent drift. (Migrations/.gitignore, Migrations/.gitkeep)
  - Docs now describe the DDL-first flow and the fact that migrations are generated and ignored. (README.md, CLAUDE.md, GEMINI.md, SESSION_SUMMARY.md, AGENTS.md)
  - make clean and make restore are now project-scoped (not solution-scoped) to avoid the SDK workload resolver issue we hit earlier. (Makefile)

* some fixes from verification

* Add ms-drop command

* Add relational example table
@jeffrade jeffrade marked this pull request as ready for review January 23, 2026 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants