diff options
| author | Claude <noreply@anthropic.com> | 2026-06-04 00:11:20 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-06-04 00:11:20 +0000 |
| commit | 7a51bb3ca3b8929a52165be0b729cc77dd87912d (patch) | |
| tree | 0d65c91ccb3cd0a902c7a132c819751cdd8f9b04 /.agent/config.md | |
| parent | bfeab101083970a3fd5a67aa62d09a7506027da4 (diff) | |
| parent | 40d78f5f08d89b7c5d7f1870d4a0268cfcdd6437 (diff) | |
Merge claude/wind-particles-movement-eNrTx: fix wind particles not moving
https://claude.ai/code/session_017TwkSjhzhmTcHKmVG5MWUa
Diffstat (limited to '.agent/config.md')
| -rw-r--r-- | .agent/config.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.agent/config.md b/.agent/config.md index 52d135d..56d9df5 100644 --- a/.agent/config.md +++ b/.agent/config.md @@ -7,6 +7,7 @@ This is the primary source of truth for all AI agents working on **Nav**. These | File | Purpose | |------|---------| | `config.md` | **Main Entry Point** — Rules, workflows, and core mandates. | +| `code-map.md` | **Code Map** — Package topology, key classes, gotchas, testing guide. Read this to bootstrap context fast. | | `worklog.md` | **Session State** — Current focus, recently completed, and next steps. | | `design.md` | **Architecture** — Component design, UI mockups, and roadmap. | | `coding_standards.md` | **Technical Standards** — Android/Kotlin best practices, offline-first. | |
