feat: architecture targets — compile specs to working apps
Add Architecture interface and sqlite-web-api target (Hono + SQLite + Zod).
Modified pipeline: prompt builder injects architecture patterns, scaffold
writes shared files (db.ts, app.ts, server.ts), package.json gets real deps.
phoenix init --arch=sqlite-web-api && phoenix bootstrap now generates a
working REST API from specs. Tested with todo-app example: POST /todos
creates real SQLite records, returns 201 with Zod validation.
Known issue: each generated module creates its own DB connection instead
of importing from shared db.ts. Fix needed in architecture examples.
This is a binary file and will not be displayed.
This is a binary file and will not be displayed.
This is a binary file and will not be displayed.
This is a binary file and will not be displayed.