Merge pull request #4 from pawelorzech/codex/agent

Add AGENTS instructions for SunZones Kotlin app
This commit is contained in:
Paweł Orzech 2026-02-04 13:50:35 +01:00 committed by GitHub
commit 9477b32397
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
AGENTS.md Normal file
View file

@ -0,0 +1,18 @@
# AGENTS
## Overview
- Android app built with Kotlin + Jetpack Compose.
## Build
Requires Java 17 and Android SDK.
```bash
export JAVA_HOME="/opt/homebrew/Cellar/openjdk@17/17.0.18/libexec/openjdk.jdk/Contents/Home"
./gradlew assembleDebug
```
## Run
TODO: Add local run/install instructions (e.g., `installDebug`, emulator/device setup) once confirmed.
## Test
TODO: Add test/lint commands once confirmed.