faf_write
Write file content to a specified path, automatically restricting to the project root to prevent directory escapes.
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 |