Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .agents/AGENTS.md
Original file line number Diff line number Diff line change
@@ -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 (`"""..."""`).
Loading