write_file
Write content to a file at a given path, supporting the creation of architectural decision records during codebase analysis.
Instructions
Write content to a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to write | |
| content | Yes | Content to write to the file |