chinasiro/claude-code-sourcemap

claude-code-sourcemap is a reconstructed TypeScript source code repository recovered from source map analysis of a published npm package.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 40 minutes ago
Added to GitGenius on September 1st, 2026
Created on March 31st, 2026
Open Issues & Pull Requests: 15 (+0)
GitHub issues: Enabled
Number of forks: 14,614
Total Stargazers: 9,657 (+0)
Total Subscribers: 40 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.4 hours
Mean response time: 0.8 hours
90th percentile: 2.9 hours
Tracked items: 8

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 8% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 8
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 131 days
Stale 30+ days: 7
Stale 90+ days: 7

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

claude-code-sourcemap is a reconstructed TypeScript source code repository recovered from source map analysis of a published npm package.

This project addresses the challenge of understanding the internal structure and implementation of the claude-code command-line tool by extracting and reconstructing TypeScript source files from the source map embedded in the compiled npm package. The approach works by analyzing the sourcesContent field within the cli.js.map file to recover the original source code that was minified during publication.

Developers considering this repository should understand that it is an unofficial reconstruction created for research purposes only and does not represent the original internal development repository structure maintained by Anthropic. The recovered source spans thousands of files extracted from a single published package version. This tool is most useful for those studying how the claude-code CLI is implemented or conducting technical research into the tool's architecture, rather than for direct development or commercial use.

The project is a static archive of reconstructed source code with no active development activity indicated. It serves as a snapshot of a specific package version preserved for reference and research purposes.