RRepoGEO

REPOGEO REPORT · LITE

ponponon/claude_code_src

Default branch master · commit 28b190aa · scanned 5/28/2026, 11:32:17 AM

GitHub: 2,253 stars · 3,508 forks

AI VISIBILITY SCORE
17 /100
Critical
Category recall
0 / 2
Not recommended in any query
Rule findings
1 pass · 0 warn · 1 fail
Objective metadata checks
AI knows your name
1 / 3
Direct prompts that named your repo
HOW TO READ THIS REPORT

Action plan is what to do next — copy-pasteable changes prioritized by impact. Category visibility is the real GEO test: when a user asks an AI a brand-free question that should surface ponponon/claude_code_src, does the AI actually recommend you — or your competitors? Objective checks verify the metadata signals AI engines weight first. Self-mention check detects whether AI even knows you exist by name.

Action plan — copy-paste fixes

3 prioritized changes generated by gemini-2.5-flash. Mark items done after you ship the fix.

OVERALL DIRECTION
  • highreadme#1
    Reposition the core project description to the top of the README

    Why:

    CURRENT
    # Claude Code 2.1.88 Source Recovery
    
    <p align="center">
      
      
      
      
    </p>
    
    ## 🌟 强力推荐:DataEyesAI - 你的全能 AI 助手
    
    > **想要像 Claude Code 一样高效,却苦于没有稳定的 API 接入?DataEyesAI** 是为你量身打造的一站式 AI 聚合平台!
    
    - ⚡ **聚合全球顶尖模型**:一键接入 GPT-5、Claude 4.6、Gemini 3.1 等主流大模型。
    - 💰 **极致性价比**:官方原厂满血版 API,价格却极具竞争力,让你用最少的成本享受最强的 AI 能力。
    - 🛡️ **稳定可靠**:专业运维 7x24 小时守护,企业级 SLA 保障,告别连接断断续续的烦恼。
    - 🛠️ **开发者友好**:标准 API 接口,完美适配各类开源项目、CLI 工具及开发流程。
    
    👉 **立即注册体验,开启你的 AI 生产力起飞之旅!**
    
    👉 请点击:https://dataeyes.ai/?promoter_code=4qx9suz3
    
    > [!IMPORTANT]
    > **这是一个针对 `@anthropic-ai/claude-code` 2.1.88 版本的源码整理与重建项目。**
    > 该版本发布到 npm 时附带了可还原源码的 source map。本项目基于 `sources` 和 `sourcesContent` 将其还原为可读的源码目录,旨在研究 Claude Code 的 CLI 架构、命令系统及 MCP 实现。
    > 
    > 从 cli.js.map 还原后,一共有 70w 行代码
    COPY-PASTE FIX
    # Claude Code 2.1.88 Source Recovery
    
    > [!IMPORTANT]
    > **这是一个针对 `@anthropic-ai/claude-code` 2.1.88 版本的源码整理与重建项目。**
    > 该版本发布到 npm 时附带了可还原源码的 source map。本项目基于 `sources` 和 `sourcesContent` 将其还原为可读的源码目录,旨在研究 Claude Code 的 CLI 架构、命令系统及 MCP 实现。
    >
    > 从 cli.js.map 还原后,一共有 70w 行代码
    
    ## 🚀 快速安装 (镜像源)
    
    背景:2026.03.31 claude code 上 npm 上传了包含 claude code 源码的 `cli.js.map` 文件
    
    由于 2.1.88 版本已从官方 npm 下架,直接使用 `npm install @anthropic-ai/claude-code@2.1.88` 会报错,你可以通过腾讯缓存镜像进行安装:
    
    ```shell
    npm install -g https://mirrors.cloud.tencent.com/npm/@anthropic-ai/claude-code/-/claude-code-2.1.88.tgz
    ```
    
    > 手慢无,不知道腾讯云的镜像缓存什么时候也没了
    
    可以关注我的公众号,行业第一手信息,都会发在文章中
    
    ## 项目结构概览
    
    本项目以 `src/` 为核心,高度还原了原始代码组织:
    
    `src/entrypoints/`CLI 入口与初始化逻辑
    `src/commands/`强大的命令系统 (`login`, `mcp`, `review`, `tasks` 等)
    `src/components/`基于 **React + Ink** 的终端 UI 组件
    `src/services/`核心业务逻辑 (策略、同步、远程能力等)
    `src/hooks/`交互式终端状态管理
    `src/utils/`认证、文件操作、进程管理等工具函数
    `src/ink/`定制的终端渲染基础设施
    
    ## 源码亮点
    
    从还原的代码中,我们可以深入探索以下核心设计:
    
    命令装载机制**:支持内建命令、动态 skills、插件及 MCP 命令的混合装载。
    终端 UI 艺术**:如何利用 React 组件在终端中构建复杂的交互界面。
    MCP 深度集
  • hightopics#2
    Add relevant topics to the repository

    Why:

    COPY-PASTE FIX
    javascript, source-code, reverse-engineering, claude-ai, npm, source-map, cli-analysis, code-recovery, anthropic
  • mediumlicense#3
    Add a LICENSE file to the repository

    Why:

    COPY-PASTE FIX
    Create a `LICENSE` file in the repository root with the content of the MIT License:
    
    ```
    MIT License
    
    Copyright (c) [YEAR] [FULL NAME]
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.
    ```

Category GEO backends resolved for this scan: google/gemini-2.5-flash, deepseek/deepseek-v4-flash

Category visibility — the real GEO test

Brand-free queries asked to google/gemini-2.5-flash. Did AI recommend you, or someone else?

Same questions for every model — switch tabs to compare answers and rankings.

Recall
0 / 2
0% of queries surface ponponon/claude_code_src
Avg rank
Lower is better. #1 = top recommendation.
Share of voice
0%
Of all named tools, what % are you?
Top rival
babel/babel
Recommended in 2 of 2 queries
COMPETITOR LEADERBOARD
  1. babel/babel · recommended 2×
  2. Chrome DevTools · recommended 1×
  3. Firefox Developer Tools · recommended 1×
  4. Safari Web Inspector · recommended 1×
  5. Edge DevTools · recommended 1×
  • CATEGORY QUERY
    How to recover original source code from a JavaScript application's distributed bundle?
    you: not recommended
    AI recommended (in order):
    1. Chrome DevTools
    2. Firefox Developer Tools
    3. Safari Web Inspector
    4. Edge DevTools
    5. Prettier (prettier/prettier)
    6. ESLint (eslint/eslint)
    7. JSBeautifier.org
    8. JSNice (sola-da/jsnice)
    9. de4js (de4js/de4js)
    10. JavaScript-Deobfuscator (by j4k0b) (j4k0b/javascript-deobfuscator)
    11. Babel (babel/babel)
    12. Acorn (acornjs/acorn)

    AI recommended 12 alternatives but never named ponponon/claude_code_src. This is the gap to close.

    Show full AI answer
  • CATEGORY QUERY
    What are tools to analyze the internal command-line interface structure of a large JavaScript project?
    you: not recommended
    AI recommended (in order):
    1. Commander.js (tj/commander.js)
    2. Yargs (yargs/yargs)
    3. Oclif (oclif/oclif)
    4. Gluegun (infinitered/gluegun)
    5. AST Explorer
    6. @babel/parser (babel/babel)
    7. grep
    8. ack (beyondgrep/ack)
    9. ripgrep (BurntSushi/ripgrep)

    AI recommended 9 alternatives but never named ponponon/claude_code_src. This is the gap to close.

    Show full AI answer

Objective checks

Rule-based audits of metadata signals AI engines weight most.

  • Metadata completeness
    fail

    Suggestion:

  • README presence
    pass

Self-mention check

Does AI even know your repo exists when asked about it directly?

  • Compared to common alternatives in this category, what is the core differentiator of ponponon/claude_code_src?
    pass
    AI did not name ponponon/claude_code_src — likely talking about a different project

    AI answers can be confidently wrong. Read for accuracy: does it match your actual tech stack, audience, and differentiator?

  • If a team adopts ponponon/claude_code_src in production, what risks or prerequisites should they evaluate first?
    pass
    AI named ponponon/claude_code_src explicitly

    AI answers can be confidently wrong. Read for accuracy: does it match your actual tech stack, audience, and differentiator?

  • In one sentence, what problem does the repo ponponon/claude_code_src solve, and who is the primary audience?
    pass
    AI did not name ponponon/claude_code_src — likely talking about a different project

    AI answers can be confidently wrong. Read for accuracy: does it match your actual tech stack, audience, and differentiator?

Embed your GEO score

Drop this badge into the README of ponponon/claude_code_src. It auto-updates whenever the report is rescanned and links back to the latest report — easy public proof that you care about AI discoverability.

RepoGEO badge previewLive preview
MARKDOWN (README)
[![RepoGEO](https://repogeo.com/badge/ponponon/claude_code_src.svg)](https://repogeo.com/en/r/ponponon/claude_code_src)
HTML
<a href="https://repogeo.com/en/r/ponponon/claude_code_src"><img src="https://repogeo.com/badge/ponponon/claude_code_src.svg" alt="RepoGEO" /></a>
Pro

Subscribe to Pro for deep diagnoses

ponponon/claude_code_src — Lite scans stay free; this card itemizes Pro deep limits vs Lite.

  • Deep reports10 / month
  • Brand-free category queries5 vs 2 in Lite
  • Prioritized action items8 vs 3 in Lite