feat(docs): internationalize repository documents and untrack internal design assets - #9
Merged
Merged
Conversation
…l design assets - Add English README.md, CHANGELOG.md, and RELEASE_NOTES.md as default entries - Preserve Simplified Chinese mirrors as *.zh-CN.md with bidirectional navigation - Untrack internal design documents (docs/design) and logo/hero candidate assets - Update .gitignore for internal docs, asset variants, and local helper scripts - Add files whitelist to npm/shadow-vision/package.json
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
Repository Internationalization (i18n):
README.md,CHANGELOG.md, andRELEASE_NOTES.mdto English default entries.README.zh-CN.md,CHANGELOG.zh-CN.md, andRELEASE_NOTES.zh-CN.md.scripts/audit_repo_i18n.py.Repository Hygiene & Information Protection:
docs/design/roadmap-batch.md,docs/design/roadmap-batch-2.md) from Git while preserving local files.assets/logo-candidates/*,assets/readme/hero-variants/*)..gitignoreto prevent committing internal docs, asset candidate drafts, and local helper scripts."files"whitelist tonpm/shadow-vision/package.jsonto prevent packaging unintended files.