knitbrain_read
Read large project files with 70-90% fewer tokens by returning a structure-preserving skeleton and a recall hash. Use instead of raw read for the same information shape.
Instructions
Read a project file OPTIMIZED: returns a structure-preserving skeleton (signatures/schema kept, bulk elided) + a ⟨recall:hash⟩ to page in the exact original. Use INSTEAD of the host's raw read for large files — same information shape, ~70-90% fewer tokens. Works on every platform.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path — absolute, or relative to the working dir. |