a7edf03d1f1832f4a7f18d6682a9ed166f26691bnone
.kiloTool: kilo-codeAGENTS.mdTool: agents-md# AGENTS.md
## Project
crocson — a Go + [Fyne](https://fyne.io) app. Primary targets: Android (arm64) and Windows.
The Java side (`GoNativeActivity.java`) runs inside a Fyne `NativeActivity` and bridges to Go via cgo.
## Verifying code
Before considering work done, build both targets:
```
make arm64 wsl
```
- `make arm64` — `fyne package -os android/arm64 --release --sign`: compiles the Go
code **and** the project `.java` files (`GoNativeActivity.java`, `CrocsonService.java`,
etc.) into `crocsnone