1.7 KiB
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 buildfor the full product (no rootpackage.json, private graph,bun:bundlefeature flags). - Execute a project-wide automated test suite for the CLI (no harness shipped in the reconstruction).
Details: Reproducibility and limits.