|
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
|