summaryrefslogtreecommitdiff
path: root/.agent/config.md
AgeCommit message (Collapse)Author
2026-06-05docs(agent): fix code-map GPS section; add intent-reality audit processClaude
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
2026-06-03Add code-map.md: package topology, key classes, gotchas, testing guideClaude
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
2026-05-07chore: add pre-commit hook blocking commits to masterPeter Stone
Installs scripts/git-hooks/pre-commit which hard-blocks any commit attempted from the master branch. Activate with: git config core.hooksPath scripts/git-hooks Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-07fix(agent): make branch policy a mandatory session-start actionPeter Stone
Strengthen the branch rule so it's an imperative step-zero command, not just a policy statement that gets read and ignored. Also updates project memory with a feedback entry enforcing the same habit. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-23Merge origin/main — unite all work onto one branchClaude
Brings in dev log (NavLogger), UnitPrefs, MapLayerManager, HUD views, conditions throttling, track save/load pipeline, improved ParticleWindView (antimeridian-aware, dynamic particle count), Snackbar error surfacing, and all other main-branch work from the prior session. Combined with master's hardware source flags, vessel registry, crew management, thermal alarm, CPA collision alerts, and track stats. Also documents primary branch policy in CLAUDE.md and .agent/config.md: all work merges to main, never master. https://claude.ai/code/session_011h2dXbgXg3PesQMmQUNTCW
2026-03-22chore: unify and centralize agent configuration in .agent/Peter Stone