[codex] Update README for scrolling capture and screenshot history#44
Merged
[codex] Update README for scrolling capture and screenshot history#44
Conversation
The README still listed scrolling capture and screenshot history as roadmap items even though both features are now shipped. This update moves them into the feature list, syncs the English and Simplified Chinese docs, and fixes the architecture section to include the history modules that now exist in the app. Constraint: Public README copy must stay aligned across English and Simplified Chinese variants Constraint: This is a docs-only update, so feature descriptions should match shipped behavior without over-promising implementation details Rejected: Update only README.md | would leave the Chinese README stale and contradictory Rejected: Add new comparison-table claims for history/scrolling features | competitor support is less certain than Capso's current implementation Confidence: high Scope-risk: narrow Reversibility: clean Directive: When a roadmap item ships, remove it from both README variants and reflect it in the feature/architecture sections together Tested: README.md and README.zh-CN.md diff review Not-tested: Rendered markdown preview on GitHub
Capso already ships Japanese and Korean in the app, but the repository only surfaced English and Simplified Chinese README variants. This adds Japanese and Korean README files and updates the language switcher so all four versions link to each other. Constraint: The four README variants should describe the same shipped feature set and navigation structure Constraint: This remains a docs-only update, so translations should favor clarity and parity over introducing new claims Rejected: Keep Japanese and Korean support implied only in the feature list | does not help users who expect a localized landing README Rejected: Add placeholder one-paragraph README files | inconsistent quality versus the existing English/Chinese docs Confidence: medium Scope-risk: narrow Reversibility: clean Directive: When adding new README translations, update every README's language switcher together to avoid orphaned docs Tested: README.md / README.zh-CN.md / README.ja.md / README.ko.md diff review Not-tested: Native-speaker proofreading for Japanese and Korean wording; rendered GitHub markdown preview Related: PR #44
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.
Summary
This PR updates the README to reflect two features that are already shipped:
It also fixes the architecture section so the documented module layout matches the current app structure.
What changed
History/andHistoryKit/to the architecture treeREADME.mdREADME.zh-CN.mdWhy it changed
The README still described these features as future roadmap items, which no longer matched the product.
Impact
Validation
Notes
This is a docs-only PR. No app code was changed.