docs(readme): rewrite to minimal bilingual without memory setup#93
Merged
Conversation
Owner
Author
Docs Review Summary
Spec Cleanup
Verdict: NO_CHANGES |
Owner
Author
Code Review SummarySummaryREADME переписан в минималистичный bilingual (~67 строк, было 247), Memory setup убран полностью, handoff + ADR-041 добавлены. Однако русская секция содержит английские описания в таблице Structure — это нарушает ключевое требование PR (устранить смешение языков внутри секций). Critical (must fix before merge)
Warnings (should fix)
Positives
Verdict: REQUEST_CHANGES |
Owner
Author
Code Review SummaryRe-review после fix Что провереноFix #1 — переводы в русской секции Fix #2 — trailing newline: добавлен во все 3 файла (README.md, ADR-041, handoff). Проверено побайтово — все файлы заканчиваются на Остальное (с первого review — OK)
Замечание (info, не блокирующее)
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 переписан в минималистичном bilingual стиле (~55 строк, было 247). Russian primary (
## Русский, заголовки### Быстрый старт,### Структура,### Конфигурация) + English (## English, заголовки### Quick start,### Structure,### Configuration). Memory setup секция убрана полностью (модуль переписывается). Детальные Configuration/Troubleshooting/Environment variables таблицы убраны (.env.example= источник правды). Добавлены handoff + ADR-041.Почему
Предыдущая версия (PR #89) имела смешение языков внутри секций (русские секции с английскими заголовками
### Quick start,### Configuration) и была перегружена Memory setup деталями (~100 строк). Пользователь указал на недопустимость смешения языков внутри секций. Memory модуль переписывается — setup детали пока неактуальны.Closes #92
Closes #92