ContextCodeCache (`ccc`)
Summary
ContextCodeCache (ccc) is a Rust-based tool that scans a codebase to generate a portable, machine-readable context index (.ccc). The index includes per-file metadata such as constants, functions with return types and docs, intra-file call graphs, and markers like TODO/FIXME, enabling fast offline analysis and tooling. The README covers installation, usage commands, token streams, language support via tree-sitter, and a CI-friendly mechanism to verify cache freshness.