Use when implementing or reviewing code in fish-auction and you need the project coding standards for TypeScript, Go, naming, typing, formatting, and basic function design.
yarn format、Go は gofmt に従うany は避け、型定義か Zod schema を使うyarn lint:ci のエラー件数は 0 件にするcontext.Context を受け渡すgolangci-lint のエラー件数は 0 件にするfrontend/README.md, frontend/docs/ARCHITECTURE.mdbackend/README.mdfish-auction-frontend-patterns, fish-auction-backend-patternsルールを一般論で適用しすぎない。迷ったら、このコードベースの近傍実装を優先して合わせる。