Translate docs to English; repoint repo URLs to CCDevelopForFun#1
Open
CCDevelopForFun wants to merge 1 commit into
Open
Translate docs to English; repoint repo URLs to CCDevelopForFun#1CCDevelopForFun wants to merge 1 commit into
CCDevelopForFun wants to merge 1 commit into
Conversation
- Translate HOTKEY-FORK.md fully to English (ASCII diagrams realigned to width 70) - Reduce README to English-only (drop the bilingual Chinese half + language links) - Repoint all install/clone URLs limin112 -> CCDevelopForFun (install.sh, README.md, HOTKEY-FORK.md) so auditing this repo matches what the installer fetches - Update LICENSE copyright holder to CCDevelopForFun (same author) - gitignore *.log to keep stray MCP runtime logs out of source Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Makes the repo fully English and fixes the account/URL mismatch surfaced by a security scan.
Translation (→ 100% English, 0 CJK code points remain)
HOTKEY-FORK.md: fully translated from Chinese to English. ASCII architecture diagrams re-aligned (all box lines now a consistent display width of 70).README.md: reduced to English-only — dropped the bilingual Chinese half and the language-switch links (the English section already covered the same content).URL / owner repoint (
limin112→CCDevelopForFun)The install one-liners, clone command, and raw-content URLs previously pointed at
limin112/branchnew, while this repo lives atCCDevelopForFun/branchnew. Auditing this repo and then running the documented installer would have fetched code from a different account. Repointed acrossinstall.sh,README.md,HOTKEY-FORK.md, and updated theLICENSEcopyright holder (same author).Hygiene
.gitignore: added*.logto keep stray MCP runtime logs (e.g.excalidraw.log) out of source.Security scan (requested)
Reviewed all 8 files. No exploitable vulnerabilities: no eval/exec, no unsafe deserialization (only
json.loadon the local Claude hook payload), and shell-command construction is correctly quoted (shlex.quotein Python,${(q)…}in zsh). Session names come from the user's own keyboard, not an attacker. The only items of note were trust/operational (the account mismatch above — now fixed — and the standardcurl|bashinstall model), not code bugs.🤖 Generated with Claude Code