Skip to content

Commit b76ae54

Browse files
docs(.agent/rules): update design-tokens guide to match current token structure
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent 6714693 commit b76ae54

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.serena/memories/project-overview.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,19 @@ Production-ready fullstack monorepo template with Next.js 16, FastAPI, Flutter,
77

88
| Layer | Technology |
99
|-------|------------|
10-
| **Frontend** | Next.js 16, React 19, TailwindCSS v4, shadcn/ui, TanStack Query, Jotai |
11-
| **Backend** | FastAPI, SQLAlchemy (async), PostgreSQL 16, Redis 7 |
12-
| **Mobile** | Flutter 3.38, Riverpod 3, go_router 17, Firebase Crashlytics, Fastlane |
10+
| **Frontend** | Next.js 16, React 19, TailwindCSS v4, shadcn/ui, TanStack Query, Jotai, next-intl |
11+
| **Backend** | FastAPI, SQLAlchemy (async), PostgreSQL 16, Redis 7, Alembic |
12+
| **Mobile** | Flutter 3.38, Riverpod 3, go_router 17, Firebase Crashlytics, Fastlane, Flutter intl |
1313
| **Worker** | FastAPI + CloudTasks/PubSub |
14-
| **Infrastructure** | Terraform, GCP (Cloud Run, Cloud SQL, Cloud Storage, CDN) |
14+
| **Infrastructure** | Terraform, GCP (Cloud Run, Cloud SQL, Memorystore, GCS, Cloud Tasks, Pub/Sub, CDN) |
1515
| **CI/CD** | GitHub Actions, Workload Identity Federation |
1616
| **Tool Management** | mise (unified Node 24, Python 3.13, Flutter 3, pnpm 10, uv, Terraform 1) |
1717

1818
## Key Features
1919
- Type Safety: TypeScript, Pydantic, Dart
2020
- Authentication: better-auth OAuth (Google, GitHub, Facebook)
2121
- Internationalization: next-intl (web), Flutter ARB (mobile), shared i18n package
22+
- Design Tokens: OKLCH color space, shared tokens for web (TailwindCSS v4) and mobile (Material3)
2223
- Auto-generated API Clients: Orval (web), swagger_parser (mobile)
2324
- Infrastructure as Code: Terraform + GCP
2425
- CI/CD: GitHub Actions + Workload Identity Federation (keyless deployment)

0 commit comments

Comments
 (0)