| Age | Commit message (Collapse) | Author |
|
Updated Last updated field to 2026-07-01. Added ui/aton/ subsection with
AtonData and AtonRepository entries. Updated MapLayerManager to describe
MapBasePreset values (OCEAN/SATELLITE/CHARTS/HYBRID) and ATON/TSS prefs.
Updated LayerPickerSheet to describe Windy-style card layout and 13-param
constructor. Updated MapHandler with ATON/TSS layer methods. Added AtonDataTest
to testing guide.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
Code map updated for all 2026-06-30 changes: ui/fishing/ package, FadData,
MapLayerManager (SST/depth/ATON), SafetyFragment collapsible, PreTripReport
auto-generate, LogEntry.trackId, idle timer, NightVision vs dark mode.
New 5-task plan: NOAA chart tiles, ATON vector layer, TSS overlay.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
code-map.md:
- Correct the GPS gotcha section: DeviceGpsProvider uses LocationManager
(not FusedLocationProviderClient) and is dead code — never instantiated
- Remove the false claim that MainViewModel shows a "No GPS" banner
- Document locationFlow replay=1 staleness behaviour accurately
- Document ACTION_STOP_UPDATES background-idle behaviour added in this session
config.md:
- Add review-intent-reality.md to the directory table
- Add two Living Documentation mandates: code-map accuracy obligation
and intent-reality audit cadence
review-intent-reality.md (new):
- Structured audit prompt covering 6 categories: code-map vs implementation,
dead code with documented intent, lying comments, architectural invariants,
design-doc vs shipped code, worklog vs current state
- Standardised finding format (doc claim / code reality / severity / fix)
- Post-review commit convention
https://claude.ai/code/session_0126zvB69ccVoFtx2o96oaE2
|
|
Comprehensive bootstrap doc for future agent sessions: full package/file
table for every domain, architectural invariants (SAF source-of-truth,
NavLogger, MOB always-on-top, etc.), testing commands, CI/merge workflow,
and a gotchas section covering known tricky spots.
Updated config.md directory table and worklog.
https://claude.ai/code/session_015p2yh5CaTdjWWJatAz5NBY
|