22
33This repository is B4Bot, the agent-based project management bot for Blueprint4Agent.
44
5- Korean version : ` AGENTS.ko .md`
5+ Korean translation : ` notes/ko/AGENTS .md`
66
77## Repository Scope
88
@@ -20,13 +20,15 @@ Default policy:
2020## Required Read Order
2121
22221 . ` AGENTS.md ` or ` AGENTS.ko.md `
23- 2 . ` README.md ` or ` README.ko.md `
23+ - Korean translation: ` notes/ko/AGENTS.md `
24+ 2 . ` README.md `
25+ - Korean translation: ` notes/ko/README.md `
24263 . ` docs/configuration.md `
25- - Korean translation: ` notes/ko/configuration.md `
27+ - Korean translation: ` notes/ko/docs/ configuration.md `
26284 . ` docs/issue-generation-policy.md `
27- - Korean translation: ` notes/ko/issue-generation-policy.md `
29+ - Korean translation: ` notes/ko/docs/ issue-generation-policy.md `
28305 . ` docs/priority-policy.md `
29- - Korean translation: ` notes/ko/priority-policy.md `
31+ - Korean translation: ` notes/ko/docs/ priority-policy.md `
30326 . Provider-specific docs when editing provider adapters
3133
3234## Architecture
@@ -38,7 +40,7 @@ Default policy:
3840- ` src/providers/ ` : AI provider adapters
3941- ` src/review/ ` : issue generation planning and normalization
4042- ` docs/ ` : English user-facing operating policies
41- - ` notes/ko/ ` : Korean translations for user-facing operating policies
43+ - ` notes/ko/ ` : Korean translations that mirror the root repository structure
4244- ` templates/ ` : target repository setup examples
4345
4446## Development Rules
@@ -47,9 +49,9 @@ Default policy:
4749- Keep provider implementations behind the ` AiProvider ` interface.
4850- Do not store provider API keys in this repository.
4951- Use target repository secrets such as ` B4BOT_PROVIDER_API_KEY ` .
50- - Keep ` AGENTS.md ` and ` AGENTS.ko .md` synchronized.
51- - Keep ` README.md ` and ` README.ko .md` synchronized.
52- - Keep Korean translations under ` notes/ko/ ` synchronized with English docs under ` docs/ ` .
52+ - Keep ` AGENTS.md ` and ` notes/ko/AGENTS .md` synchronized.
53+ - Keep ` README.md ` and ` notes/ko/README .md` synchronized.
54+ - Keep Korean translations under ` notes/ko/docs/ ` synchronized with English docs under ` docs/ ` .
5355
5456## Verification
5557
0 commit comments