Skip to content

Translate docs to English; repoint repo URLs to CCDevelopForFun#1

Open
CCDevelopForFun wants to merge 1 commit into
mainfrom
english-translation
Open

Translate docs to English; repoint repo URLs to CCDevelopForFun#1
CCDevelopForFun wants to merge 1 commit into
mainfrom
english-translation

Conversation

@CCDevelopForFun

Copy link
Copy Markdown
Owner

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 (limin112CCDevelopForFun)

The install one-liners, clone command, and raw-content URLs previously pointed at limin112/branchnew, while this repo lives at CCDevelopForFun/branchnew. Auditing this repo and then running the documented installer would have fetched code from a different account. Repointed across install.sh, README.md, HOTKEY-FORK.md, and updated the LICENSE copyright holder (same author).

Hygiene

  • .gitignore: added *.log to 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.load on the local Claude hook payload), and shell-command construction is correctly quoted (shlex.quote in 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 standard curl|bash install model), not code bugs.

🤖 Generated with Claude Code

- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant