faf_read
Reads a file from the project root, rejecting paths that escape the allowed directory. Ensures safe file access within the project scope.
Instructions
Read a file within the project root (cwd / FAF_ALLOWED_ROOTS). Paths that escape the project are refused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or relative file path to read |