From 01b1cf0045e10cb45d437ac176d9e1cdc613ab08 Mon Sep 17 00:00:00 2001 From: vanities Date: Thu, 12 Jun 2025 17:32:08 -0500 Subject: [PATCH] Add repository guidelines --- AGENTS.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 00000000..155312fa --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,7 @@ +# Repo Guidelines + +- Use 4 spaces for indentation. +- Keep Swift file lines under 1000 characters. +- Run SwiftLint using `.swiftlint.yml`. +- Execute tests with `bundle exec fastlane tests` before committing. +- Document public changes in `README.md`.