# Update Codemaps Analyze the monorepo and refresh architecture notes. This is a frontend repo — no backend/database maps. 1. Scan apps and packages for public exports and app entry points 2. Write token-lean maps (only if a `codemaps/` folder already exists; otherwise update `apps/docs-dev`): - architecture.md — apps vs packages, import rules - web-modules.md — `apps/web` module layout (`example/full-page`) - packages.md — `@repo/ui`, `@repo/core-*`, `@repo/utils`, `@repo/brand` 3. Do **not** create `codemaps/backend.md` or database schemas 4. If the diff vs the previous map is > 30%, ask before overwriting 5. Stamp each file with a freshness date 6. Optional report: `.reports/codemap-diff.txt` Focus on high-level structure (`apps/`, `packages/`, module layers), not implementation details.