* fix(readme): replace GB flag with US flag for English section * fix(create-readme): validate US English flag header in validateReadme * docs(handoff): set PR number --------- Co-authored-by: opencode-agent <agent@opencode.local>
13 lines
505 B
Markdown
13 lines
505 B
Markdown
# 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.
|
|
|
|
## Альтернативы
|
|
—
|