write_file
Write content to a specified file path. Use to create or overwrite architectural decision records with AI-generated analysis directly into your codebase.
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 |