# ADR-056: Replace GB flag with US flag for English section ## Статус Accepted (2026-07-29) ## Контекст README English section used British flag 🇬🇧, but project uses American English. Inconsistency between flag and language variant. ## Решение Replace 🇬🇧 with 🇺🇸 in all README templates (README.md, create-readme.ts, SKILL.md). Add validation check in `validateReadme()` to enforce `## 🇺🇸 English` header in future READMEs. ## Альтернативы —