Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@ A11y strings live under `a11y.earth` in each locale JSON, exposed via
files are machine-formatted by `scripts/data/emit.ts` to keep numeric arrays compact.
- **Canvas painting instead of Scenery nodes** for the map and the cross-sections, for
the performance reason above. The interactive controls are all standard sun components.
- **Hardcoded colors:** `shadeToCSS` in `src/common/view/QuadRenderer.ts` builds `rgb(...)` /
`rgba(...)` strings from a `Color` already chosen by the density/temperature ramps (or a
`ProfileColorProperty`). It is a format helper for flat-shaded faces, not a palette.


### `package.json` overrides
Expand Down