cc-learn
Summary
An interactive, fully static, bilingual (EN/ZH) documentation site covering Claude Code CLI internals, built from source analysis of v2.1.88 (live at cc.clawlabz.xyz). Turns the raw analyses into navigable technical documentation pages per subsystem.
Key Takeaways
- Navigable per-subsystem docs beat raw source dumps for learning
- English pages make it the most accessible Tier 1 entry point
- Good model for documenting your own harness
Reliability Note
Independent reverse-engineering effort - unofficial, verify against official Anthropic docs and behavior.
Flows informed by this source
2Version Your Harness and Track Behavior
Treat prompts, tools, and loop logic as versioned, changelogged artifacts - so behavior changes are decisions, not surprises.
+1 more steps to Done
Best foryour first pass at this - no prior setup assumed
From CLI Harness to Product
Grow a working agent loop into a product: sessions, config, resumability, and the packaging polish the successful terminal agents share.
+2 more steps to Done
Best forbuilders who have shipped a basic app before