hashline_read
Read a file to get line:hash references for each line, enabling precise edits without reproducing content. Use the returned hashes with hashline_edit to make targeted changes.
Instructions
Read a file with hashline-tagged lines. Each line is returned as "lineNumber:hash|content" where hash is a short content fingerprint. Use these line:hash references in hashline_edit to make precise edits without reproducing existing content. Always read (or re-read) a file before editing to get current hashes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or relative file path to read | |
| range | No | Optional line range. Omit to read entire file. |