append_file
Append content to an existing file, ensuring a trailing line break before adding. Use for incremental updates without overwriting existing data.
Instructions
Append content to an existing file. Inserts the file's line ending first when the file does not already end with one. IMPORTANT: do NOT issue concurrent calls targeting the same file; use execute_plan for multi-op atomicity. Example: {"content":"#[test]\nfn new_test() {}\n","path":"tests/test.rs"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |