faf_write
Write file content to a specified path within the project root, automatically rejecting paths that would escape the allowed directory.
Instructions
Write 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 write | |
| content | Yes | Content to write to the file |