knitbrain_read
Reads a file's structure and schema, eliding bulk content, and returns a recall hash to retrieve the original. Uses 70-90% fewer tokens.
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. |