From f024a6a1cbcb68395fe1a15d4ac852c2be2416e6 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sun, 22 Mar 2026 23:48:32 +0000 Subject: chore: unify and centralize agent configuration in .agent/ --- .agent/coding_standards.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .agent/coding_standards.md (limited to '.agent/coding_standards.md') diff --git a/.agent/coding_standards.md b/.agent/coding_standards.md new file mode 100644 index 0000000..3d43e88 --- /dev/null +++ b/.agent/coding_standards.md @@ -0,0 +1,14 @@ +# Coding Standards + +Technical standards for the **Nav** (Sailing Companion) project. + +## 1. Android (Kotlin) +- **Architecture:** MVVM with ViewBinding/DataBinding. +- **UI:** Glanceable, high-contrast, cockpit-friendly design. +- **Persistence:** Room for local database; offline-first approach. +- **Async:** Kotlin Coroutines for non-blocking UI. + +## 2. Boating Domain +- **Safety First:** MOB and Anchor Alarm features are critical. +- **Offline Utility:** Must work without internet connectivity (using cached charts/GRIBs). +- **Integration:** Standard NMEA interface for instrument data. -- cgit v1.2.3