diff options
| author | Claude <noreply@anthropic.com> | 2026-06-03 23:43:51 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-06-03 23:43:51 +0000 |
| commit | 9d2486eb1001a7b6204e0ba878ac2fdd49262a70 (patch) | |
| tree | b693a2abc57b654a42d52b58c06e62943d7bb236 /.agent/worklog.md | |
| parent | 0fc17312687adfc21f268a0da70ddafe3682d255 (diff) | |
Add code-map.md: package topology, key classes, gotchas, testing guide
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
Diffstat (limited to '.agent/worklog.md')
| -rw-r--r-- | .agent/worklog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.agent/worklog.md b/.agent/worklog.md index c023a13..e55bf9f 100644 --- a/.agent/worklog.md +++ b/.agent/worklog.md @@ -8,6 +8,10 @@ ## Recently Completed +### Code Map & Context Tips — 2026-06-03 + +Created `.agent/code-map.md`: full package topology, key class table per domain, architectural invariants, testing guide, CI/merge workflow, and a "gotchas" section covering known tricky spots (MapLibre lineColor expression, TackDetector symlink, Room as read-cache, VoiceLogFragment adapter signature, etc.). Updated `config.md` directory table to reference the new file. + ### Tech Debt + Trip Report Redesign — 2026-06-03 Six tech debt items closed and trip report rebuilt: |
