Files
digital-psychology/.ai/adr/0002-use-gin.md
T
jackyu66gitandCursor 2fb1dfee14 chore: seal Design Vision v1 and monorepo scaffold
Archive the differentiated YuXinGu product docs, AI engineering system,
design contract, and Go/Vue scaffold. Next execution prioritizes Cece-parity
over early innovation (see .ai/product/STRATEGY.md).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-02 16:00:44 +08:00

20 lines
340 B
Markdown

# ADR-0002 Use gin HTTP framework
## Status
Accepted
## Decision
Use `github.com/gin-gonic/gin` for HTTP routing and middleware.
## Reason
1. Widely known; good AI completion quality
2. Enough features for REST MVP
3. Low ceremony
## Never
Never switch to echo/fiber/chi “for fun” mid-feature. Framework change needs a new ADR.