ccm/ocm: Add CLAUDE.md
This commit is contained in:
+2
-2
@@ -18,6 +18,6 @@
|
||||
.DS_Store
|
||||
/config.d/
|
||||
/venv/
|
||||
CLAUDE.md
|
||||
AGENTS.md
|
||||
/CLAUDE.md
|
||||
/AGENTS.md
|
||||
/.claude/
|
||||
|
||||
@@ -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
|
||||
```
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user