Stores cached structural knowledge about the workspace for code awareness features (e.g. architecture / mapping used by the TUI).
- Typically
architecture_map.json— Derived map of the codebase layout (seemapping_store.pyandtui/code_awareness/).
- Safe to delete to force a refresh; the next run may rebuild the cache.
- Contents are workspace-specific; add to
.gitignoreif you do not want to commit them.