docs(readme): bilingual cleanup with minimalism and fix stale command#89
Merged
Merged
Conversation
Owner
Author
Docs Review Summary
Spec Cleanup
Verdict: NO_CHANGES |
Owner
Author
Code Review SummaryЧистый docs-only PR: README переписан в bilingual структуре (RU primary + EN 1:1) с минимализмом. Fix C1 применён корректно, дублирование устранено, 7 подсекций Memory setup сохранены в обоих языках. Handoff + ADR-039 валидны, Closes #88. Positives
Suggestions (info, not blocking)
Verdict: APPROVE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Что сделано
Переписал README.md в минималистичном bilingual стиле: Russian primary + English 1:1 полный перевод.
## Russian+## Englishсекции, каждая с Quick start / Structure / Configuration / Memory setup (7 подсекций) / License/root/.config/opencode/scripts/setup-memory.sh(bind-mount./.opencode:/root/.config/opencode), вместо старого/root/workspace/opencode-config && .opencode/scripts/setup-memory.shcp .env.example .env1 раз на язык,git clone ... cd opencode-config1 раз на языкПочему
Старый README (176 строк, English-only) содержал дублирование: env vars в 2 таблицах,
cp .env.example .env4 раза,git clone ... cd3 раза. Командаdocker execв Initialize секции указывала на несуществующий путь (/root/workspace/opencode-config— compose working_dir/root/workspaceбез opencode-config subdir). Bilingual структура улучшает доступность для русскоязычных пользователей (основная аудитория) и сохраняет English для международной аудитории.Closes #88
Closes #88