This repository has been archived on 2026-04-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
claude-code-2026-04-02/docs-site/docs/developer/index.md
2026-03-31 16:04:03 +05:00

1.7 KiB

Developer hub (this repository)

!!! warning "Not an open-source product repo" This tree is reconstructed proprietary source. You can maintain documentation, trace read-only flow in src/, and run small helper scripts. You cannot legally ship Claude Code from this mirror, and there is no supported way to compile the full CLI here.

What you can do

Activity How
Preview or extend docs Editing documentation
Understand control flow Navigating the source
Learn build-time gates Bun bundle and feature flags
Regenerate appendix data scripts/gen-appendices.sh at repo root (see Appendix: environment variables)

What you cannot do (from this mirror alone)

  • Run npm install / bun build for the full product (no root package.json, private graph, bun:bundle feature flags).
  • Execute a project-wide automated test suite for the CLI (no harness shipped in the reconstruction).

Details: Reproducibility and limits.