--- id: wiki-2026-0508-development-communication-standa title: Development Communication Standards category: 10_Wiki/Topics status: verified canonical_id: self aliases: [conventional commits, conventional comments, dev communication, PR review standards] duplicate_of: none source_trust_level: A confidence_score: 0.95 verification_status: applied tags: [development, communication, conventional-commits, code-review, standardization, devops] raw_sources: [] last_reinforced: 2026-05-10 github_commit: pending tech_stack: language: Standard framework: Conventional Commits / Comments --- # Development Communication Standards ## 매 한 줄 > **"매 commit 의 message + 매 PR 의 review + 매 doc 의 standard"**. 매 Conventional Commits + Conventional Comments + ADR + RFC. 매 modern: 매 LLM-aided + 매 semantic versioning automation. ## 매 핵심 ### 매 Conventional Commits - 매 `(): `. - 매 type: feat, fix, docs, style, refactor, perf, test, chore, build, ci. - 매 BREAKING CHANGE: 매 footer 의 declare. ``` feat(auth): add OAuth2 PKCE flow fix(api): handle null user in /me endpoint docs(readme): update install steps BREAKING CHANGE: drop Node 14 support ``` ### 매 Conventional Comments (PR review) - 매 `