crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit 5aad0672b4f04e8cdd2bcb66d88baf8d4c9cb02f
parent fff7c0e5a6d66d0d718dcf43476108c5798bb01d
Author: Michael Camilleri <[email protected]>
Date:   Fri,  8 May 2026 05:30:29 +0900

Add basic AGENTS.md file

Diffstat:
AAGENTS.md | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/AGENTS.md b/AGENTS.md @@ -0,0 +1,13 @@ +# AGENTS.md + +## Project Context + +- This app is called Crossmate. +- Crossmate is a collaborative crossword app for iOS and iPadOS. +- Crossmate syncs shared game state using Apple's CloudKit. +- Scripts for common tasks, including running tests, live in `Scripts/`. + +## Working Notes + +- The user will handle making commits. +- When asked to generate git commit messages, use the last few multiline commit messages in the repository as the style guide.