Add dev commands (test, migrations, i18n, Docker), architecture overview, critical patterns (copy-on-write versioning, pass/fail, SPC, auth flow), and dependency/configuration reference. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Struttura monorepo completa con server FastAPI e client Flask: - Server: FastAPI + SQLAlchemy 2.0 async + Alembic migrations - Client: Flask + blueprints (auth, measure, maker, statistics) - Database: docker-compose MySQL 8.0 + Alembic async config - Config: pydantic-settings, TailwindCSS, Flask-Babel i18n - Piano implementazione completo (18 sezioni, 1600 righe) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>