Merge pull request #4 from pawelorzech/codex/agent
Add AGENTS instructions for SunZones Kotlin app
This commit is contained in:
commit
9477b32397
1 changed files with 18 additions and 0 deletions
18
AGENTS.md
Normal file
18
AGENTS.md
Normal 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.
|
||||
Loading…
Reference in a new issue