From 2c034a275c3e2bb84be39b679e2d3a301ae52651 Mon Sep 17 00:00:00 2001 From: Terry Yiu Date: Thu, 10 Sep 2026 23:58:39 +0300 Subject: [PATCH] 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 Claude-Session: https://claude.ai/code/session_01FXcrACM5sok3M1KQJ8kByy --- AGENTS.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 654de74..419fcbe 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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 a manually typed-in rate). -The project is currently developed on the `kmp` branch, not `main` — it's a -from-scratch Kotlin Multiplatform rewrite of an earlier Skip-based -(Swift-transpiled-to-Kotlin) implementation. `main` still has the old Skip -app. Don't use the `update-readme` branch as a reference for anything — it's -a stale branch from before the Skip → KMP migration and describes a build -process (`skip build`, Swift Package Manager) this project no longer uses. +This is a from-scratch rewrite of an earlier Skip-based (Swift-transpiled-to- +Kotlin) implementation — `main` is now this Kotlin Multiplatform project. +Any branch still describing a `skip build`/Swift Package Manager workflow +(e.g. `update-readme`) predates the rewrite and isn't a useful reference for +anything in this codebase. ## Module layout