read_file
Read the contents of a project file, optionally specifying a line range. Supports relative and absolute paths.
Instructions
Read the contents of a project file. Paths are confined to the project root unless JAMBAVAN_ALLOW_OUTSIDE_ROOT=1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Project-relative or absolute file path | |
| end_line | No | Optional: 1-based end line | |
| start_line | No | Optional: 1-based start line |