ccm/ocm: Add CLAUDE.md

This commit is contained in:
世界
2026-03-22 06:23:13 +08:00
parent 084a6f1302
commit d996b60f44
3 changed files with 22 additions and 2 deletions
+2 -2
View File
@@ -18,6 +18,6 @@
.DS_Store
/config.d/
/venv/
CLAUDE.md
AGENTS.md
/CLAUDE.md
/AGENTS.md
/.claude/
+13
View File
@@ -0,0 +1,13 @@
# Claude Code Multiplexer
### Reverse Claude Code
Claude distributes a huge binary by default in a Bun, which is difficult to reverse engineer (and is very likely the one the user have installed now).
You must obtain the npm version of the Claude Code js source code:
Example:
```bash
cd /tmp && npm pack @anthropic-ai/claude-code && tar xzf anthropic-ai-claude-code-*.tgz && npx prettier --write package/cli.js
```
+7
View File
@@ -0,0 +1,7 @@
# OpenAI Codex Multiplexer
### Reverse Codex
Oh, Codex is just open source.
Clone it and study its code: https://github.com/openai/codex