diff --git a/.agents/AGENTS.md b/.agents/AGENTS.md new file mode 100644 index 00000000000..7b0223b97ed --- /dev/null +++ b/.agents/AGENTS.md @@ -0,0 +1,10 @@ +# Code Generation Style Guidelines + +## Formatting and Column Widths + +* **Markdown Documents**: Limit Markdown content and prose to a maximum of + 80 columns per line where reasonable. +* **Swift Code**: Wrap Swift code to a maximum of 100 columns. + * **Long Strings**: Since the project's automatic Swift formatter may not + wrap long string literals, wrap them manually using multi-line triple + quotes (`"""..."""`).