Jiseoup/showmycodePublic
EN|KO
  • Code
  • Commits
  • Pull Requests
← Back to list
Merged

docs: sync CLAUDE.md with code and translate .env.example comments

#18
JiseoupJiseoup · Jun 8, 2026docs/sync-claude-md → main
docs
OverviewCommitsFiles changed

Related Issue

N/A

Changes

  • CLAUDE.md: split the Diff view description into FilesChanged.tsx (diff rendering) and FilesChangedWithTree.tsx (tree-sidebar wrapper, the component the detail pages actually import).
  • CLAUDE.md: add FilesChangedWithTree.tsx to the "use client" component list.
  • CLAUDE.md: document the Error UI pattern (global-error.tsx, repo-scoped error.tsx).
  • CLAUDE.md: document the /api/auth manual token-entry flow and the smc_auth cookie in Access Control; switch "middleware" wording to "proxy.ts" for consistency.
  • .env.example: translate the two Korean comments to English to match the rest of the file and the English-comment convention.

How to Verify

  1. Read the updated sections in CLAUDE.md and confirm they match the code(FilesChangedWithTree.tsx, app/api/auth/route.ts, error.tsx).
  2. Confirm .env.example has no remaining non-English comments.

Checklist

  • npm run format:check passes
  • npm run lint passes
  • npm run typecheck passes
  • npm run build passes
  • PR title follows Conventional Commits (feat:, fix:, chore:, refactor:, docs:, test:, )
i18n: