From 2e14db3a0aa775a90186533b6a817ec01700faa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Orzech?= Date: Tue, 3 Feb 2026 22:45:54 +0100 Subject: [PATCH] Add AGENTS.md --- AGENTS.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..5a4ccfd --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,16 @@ +# AGENTS + +## Project summary +- SunZones is a single-activity Android app (Jetpack Compose, Hilt, Room) for sunrise/sunset tracking across locations. + +## Build +- Requires Java 17 + Android SDK. +- Debug build: `./gradlew assembleDebug` + +## Release/version workflow +- Run migration tests first. TODO: document the exact migration test command(s). +- Update `CHANGELOG.md`, `README.md`, and versions in Gradle files. +- Create a single git commit and push it. + +## Git workflow +- Create a single git commit for current changes, then push it.