Update AGENTS.md for the kmp -> main merge

Drop the "developed on kmp, not main" framing now that kmp is merging
into main, which becomes the sole Kotlin Multiplatform implementation.
Keeps the warning about stale pre-rewrite branches (e.g. update-readme)
still describing the old Skip/SPM workflow.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FXcrACM5sok3M1KQJ8kByy
This commit is contained in:
2026-09-10 23:58:39 +03:00
co-authored by Claude Sonnet 5
parent c00f124b28
commit 2c034a275c
+5 -6
View File
@@ -13,12 +13,11 @@ see `data/db/SqlDelightStores.kt`'s doc comment). It converts between BTC,
Sats, and fiat currencies using live exchange rates (Coinbase, CoinGecko, or Sats, and fiat currencies using live exchange rates (Coinbase, CoinGecko, or
a manually typed-in rate). a manually typed-in rate).
The project is currently developed on the `kmp` branch, not `main` — it's a This is a from-scratch rewrite of an earlier Skip-based (Swift-transpiled-to-
from-scratch Kotlin Multiplatform rewrite of an earlier Skip-based Kotlin) implementation — `main` is now this Kotlin Multiplatform project.
(Swift-transpiled-to-Kotlin) implementation. `main` still has the old Skip Any branch still describing a `skip build`/Swift Package Manager workflow
app. Don't use the `update-readme` branch as a reference for anything — it's (e.g. `update-readme`) predates the rewrite and isn't a useful reference for
a stale branch from before the Skip → KMP migration and describes a build anything in this codebase.
process (`skip build`, Swift Package Manager) this project no longer uses.
## Module layout ## Module layout