Privacy-Period-Tracker/docs/design/dist/README.md

119 lines
6.1 KiB
Markdown
Raw Normal View History

docs: onboarding illustrations, matched light and dark Seven illustrations in a matched pair, replacing the single light-only concept set added in 9d2a4b2. Named for the composables they replace, and identical in dimensions per card so a theme switch swaps the image without moving the layout. Three corrections happened during review and each is easy to reintroduce by regenerating carelessly, so dist/README.md records them: - No text painted into the pixels. The app renders all seven titles through Heading(...) already; art carrying its own title prints every heading twice, cannot be translated, cannot scale with font size, and is invisible to TalkBack. - No step-number badge. LearningIllustration is also the Insights empty state, where a "4" means nothing, and baked numbers freeze a running order that has already changed once. - 07_Forecast names no fields. One draft listed Fertile window and Ovulation, which the first-forecast screen deliberately withholds — on a fresh install it reports confidence Low and Today reads "Not enough history to estimate". A later draft named the right fields but painted "Confidence — Low" permanently, wrong for anyone with a settled cycle. Naming nothing is the only version that cannot contradict the live forecast. The dark set is a real dark composition rather than the light one dimmed, on the midnight-plum ground BRAND_GUIDE.md §22 specifies. WebP at the delivered resolution: 204 KB for all fourteen against 3.4 MB as PNG. Delivery .zip archives are gitignored; the superseded concept set is removed and remains recoverable at 9d2a4b2. #29 stays open — these are references, and the vectors that ship are drawn from them. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-18 19:53:23 -05:00
# Onboarding illustrations — the decided direction
```
Status: Current
Owner: _null
Last reviewed: 2026-08-18
docs: onboarding illustrations, matched light and dark Seven illustrations in a matched pair, replacing the single light-only concept set added in 9d2a4b2. Named for the composables they replace, and identical in dimensions per card so a theme switch swaps the image without moving the layout. Three corrections happened during review and each is easy to reintroduce by regenerating carelessly, so dist/README.md records them: - No text painted into the pixels. The app renders all seven titles through Heading(...) already; art carrying its own title prints every heading twice, cannot be translated, cannot scale with font size, and is invisible to TalkBack. - No step-number badge. LearningIllustration is also the Insights empty state, where a "4" means nothing, and baked numbers freeze a running order that has already changed once. - 07_Forecast names no fields. One draft listed Fertile window and Ovulation, which the first-forecast screen deliberately withholds — on a fresh install it reports confidence Low and Today reads "Not enough history to estimate". A later draft named the right fields but painted "Confidence — Low" permanently, wrong for anyone with a settled cycle. Naming nothing is the only version that cannot contradict the live forecast. The dark set is a real dark composition rather than the light one dimmed, on the midnight-plum ground BRAND_GUIDE.md §22 specifies. WebP at the delivered resolution: 204 KB for all fourteen against 3.4 MB as PNG. Delivery .zip archives are gitignored; the superseded concept set is removed and remains recoverable at 9d2a4b2. #29 stays open — these are references, and the vectors that ship are drawn from them. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-18 19:53:23 -05:00
Governs: docs/design/dist/** — the onboarding illustration set and what it is for
Review trigger: Any illustration added or replaced here; the onboarding artwork
in issue #29 landing in the app
```
docs: onboarding illustrations, matched light and dark Seven illustrations in a matched pair, replacing the single light-only concept set added in 9d2a4b2. Named for the composables they replace, and identical in dimensions per card so a theme switch swaps the image without moving the layout. Three corrections happened during review and each is easy to reintroduce by regenerating carelessly, so dist/README.md records them: - No text painted into the pixels. The app renders all seven titles through Heading(...) already; art carrying its own title prints every heading twice, cannot be translated, cannot scale with font size, and is invisible to TalkBack. - No step-number badge. LearningIllustration is also the Insights empty state, where a "4" means nothing, and baked numbers freeze a running order that has already changed once. - 07_Forecast names no fields. One draft listed Fertile window and Ovulation, which the first-forecast screen deliberately withholds — on a fresh install it reports confidence Low and Today reads "Not enough history to estimate". A later draft named the right fields but painted "Confidence — Low" permanently, wrong for anyone with a settled cycle. Naming nothing is the only version that cannot contradict the live forecast. The dark set is a real dark composition rather than the light one dimmed, on the midnight-plum ground BRAND_GUIDE.md §22 specifies. WebP at the delivered resolution: 204 KB for all fourteen against 3.4 MB as PNG. Delivery .zip archives are gitignored; the superseded concept set is removed and remains recoverable at 9d2a4b2. #29 stays open — these are references, and the vectors that ship are drawn from them. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-18 19:53:23 -05:00
> **References, not shipping assets.** Nothing in this folder goes in the APK.
> These are the decided direction for onboarding, drawn from
> [`../BRAND_GUIDE.md`](../BRAND_GUIDE.md) §22's master prompt. The vectors that
> eventually ship are drawn *from* these.
docs: onboarding illustrations, matched light and dark Seven illustrations in a matched pair, replacing the single light-only concept set added in 9d2a4b2. Named for the composables they replace, and identical in dimensions per card so a theme switch swaps the image without moving the layout. Three corrections happened during review and each is easy to reintroduce by regenerating carelessly, so dist/README.md records them: - No text painted into the pixels. The app renders all seven titles through Heading(...) already; art carrying its own title prints every heading twice, cannot be translated, cannot scale with font size, and is invisible to TalkBack. - No step-number badge. LearningIllustration is also the Insights empty state, where a "4" means nothing, and baked numbers freeze a running order that has already changed once. - 07_Forecast names no fields. One draft listed Fertile window and Ovulation, which the first-forecast screen deliberately withholds — on a fresh install it reports confidence Low and Today reads "Not enough history to estimate". A later draft named the right fields but painted "Confidence — Low" permanently, wrong for anyone with a settled cycle. Naming nothing is the only version that cannot contradict the live forecast. The dark set is a real dark composition rather than the light one dimmed, on the midnight-plum ground BRAND_GUIDE.md §22 specifies. WebP at the delivered resolution: 204 KB for all fourteen against 3.4 MB as PNG. Delivery .zip archives are gitignored; the superseded concept set is removed and remains recoverable at 9d2a4b2. #29 stays open — these are references, and the vectors that ship are drawn from them. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-18 19:53:23 -05:00
Seven illustrations in a matched light/dark pair, named for the composables they
replace in
[`../../../core/designsystem/src/main/kotlin/dev/privacyllc/period/designsystem/art/Illustrations.kt`](../../../core/designsystem/src/main/kotlin/dev/privacyllc/period/designsystem/art/Illustrations.kt):
docs: onboarding illustrations, matched light and dark Seven illustrations in a matched pair, replacing the single light-only concept set added in 9d2a4b2. Named for the composables they replace, and identical in dimensions per card so a theme switch swaps the image without moving the layout. Three corrections happened during review and each is easy to reintroduce by regenerating carelessly, so dist/README.md records them: - No text painted into the pixels. The app renders all seven titles through Heading(...) already; art carrying its own title prints every heading twice, cannot be translated, cannot scale with font size, and is invisible to TalkBack. - No step-number badge. LearningIllustration is also the Insights empty state, where a "4" means nothing, and baked numbers freeze a running order that has already changed once. - 07_Forecast names no fields. One draft listed Fertile window and Ovulation, which the first-forecast screen deliberately withholds — on a fresh install it reports confidence Low and Today reads "Not enough history to estimate". A later draft named the right fields but painted "Confidence — Low" permanently, wrong for anyone with a settled cycle. Naming nothing is the only version that cannot contradict the live forecast. The dark set is a real dark composition rather than the light one dimmed, on the midnight-plum ground BRAND_GUIDE.md §22 specifies. WebP at the delivered resolution: 204 KB for all fourteen against 3.4 MB as PNG. Delivery .zip archives are gitignored; the superseded concept set is removed and remains recoverable at 9d2a4b2. #29 stays open — these are references, and the vectors that ship are drawn from them. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-18 19:53:23 -05:00
| File stem | Onboarding step | Composable |
| --- | --- | --- |
docs: onboarding illustrations, matched light and dark Seven illustrations in a matched pair, replacing the single light-only concept set added in 9d2a4b2. Named for the composables they replace, and identical in dimensions per card so a theme switch swaps the image without moving the layout. Three corrections happened during review and each is easy to reintroduce by regenerating carelessly, so dist/README.md records them: - No text painted into the pixels. The app renders all seven titles through Heading(...) already; art carrying its own title prints every heading twice, cannot be translated, cannot scale with font size, and is invisible to TalkBack. - No step-number badge. LearningIllustration is also the Insights empty state, where a "4" means nothing, and baked numbers freeze a running order that has already changed once. - 07_Forecast names no fields. One draft listed Fertile window and Ovulation, which the first-forecast screen deliberately withholds — on a fresh install it reports confidence Low and Today reads "Not enough history to estimate". A later draft named the right fields but painted "Confidence — Low" permanently, wrong for anyone with a settled cycle. Naming nothing is the only version that cannot contradict the live forecast. The dark set is a real dark composition rather than the light one dimmed, on the midnight-plum ground BRAND_GUIDE.md §22 specifies. WebP at the delivered resolution: 204 KB for all fourteen against 3.4 MB as PNG. Delivery .zip archives are gitignored; the superseded concept set is removed and remains recoverable at 9d2a4b2. #29 stays open — these are references, and the vectors that ship are drawn from them. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-18 19:53:23 -05:00
| `01_WelcomeIllustration` | 1 Welcome | `WelcomeIllustration` |
| `02_LastPeriodIllustration` | 2 Last period start | *new* |
| `03_PeriodEndIllustration` | 3 Period end | *new* |
| `04_LearningIllustration` | 4 Previous history | `LearningIllustration` |
| `05_PrivacyIllustration` | 5 Privacy promise | `PrivacyIllustration` |
| `06_NotificationPrivacyIllustration` | 6 Reminder privacy | *new* |
| `07_ForecastIllustration` | 7 First forecast | *new* |
| `EmptyStateIllustration` | — not onboarding | `EmptyStateIllustration` |
docs: onboarding illustrations, matched light and dark Seven illustrations in a matched pair, replacing the single light-only concept set added in 9d2a4b2. Named for the composables they replace, and identical in dimensions per card so a theme switch swaps the image without moving the layout. Three corrections happened during review and each is easy to reintroduce by regenerating carelessly, so dist/README.md records them: - No text painted into the pixels. The app renders all seven titles through Heading(...) already; art carrying its own title prints every heading twice, cannot be translated, cannot scale with font size, and is invisible to TalkBack. - No step-number badge. LearningIllustration is also the Insights empty state, where a "4" means nothing, and baked numbers freeze a running order that has already changed once. - 07_Forecast names no fields. One draft listed Fertile window and Ovulation, which the first-forecast screen deliberately withholds — on a fresh install it reports confidence Low and Today reads "Not enough history to estimate". A later draft named the right fields but painted "Confidence — Low" permanently, wrong for anyone with a settled cycle. Naming nothing is the only version that cannot contradict the live forecast. The dark set is a real dark composition rather than the light one dimmed, on the midnight-plum ground BRAND_GUIDE.md §22 specifies. WebP at the delivered resolution: 204 KB for all fourteen against 3.4 MB as PNG. Delivery .zip archives are gitignored; the superseded concept set is removed and remains recoverable at 9d2a4b2. #29 stays open — these are references, and the vectors that ship are drawn from them. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-18 19:53:23 -05:00
Each stem exists as `Light/<stem>_light.webp` and `Dark/<stem>_dark.webp`, at
**identical dimensions per card**, so a theme switch swaps the image without
moving the layout.
`EmptyStateIllustration` is the odd one and deliberately unnumbered: it is
Today's "nothing logged yet" state, not an onboarding step, and it is also drawn
in the onboarding previews. Its ring is empty because nothing has been logged —
the same ring the other illustrations fill with cycle-day markers, which is what
makes the empty state read as *waiting* rather than *broken*.
docs: onboarding illustrations, matched light and dark Seven illustrations in a matched pair, replacing the single light-only concept set added in 9d2a4b2. Named for the composables they replace, and identical in dimensions per card so a theme switch swaps the image without moving the layout. Three corrections happened during review and each is easy to reintroduce by regenerating carelessly, so dist/README.md records them: - No text painted into the pixels. The app renders all seven titles through Heading(...) already; art carrying its own title prints every heading twice, cannot be translated, cannot scale with font size, and is invisible to TalkBack. - No step-number badge. LearningIllustration is also the Insights empty state, where a "4" means nothing, and baked numbers freeze a running order that has already changed once. - 07_Forecast names no fields. One draft listed Fertile window and Ovulation, which the first-forecast screen deliberately withholds — on a fresh install it reports confidence Low and Today reads "Not enough history to estimate". A later draft named the right fields but painted "Confidence — Low" permanently, wrong for anyone with a settled cycle. Naming nothing is the only version that cannot contradict the live forecast. The dark set is a real dark composition rather than the light one dimmed, on the midnight-plum ground BRAND_GUIDE.md §22 specifies. WebP at the delivered resolution: 204 KB for all fourteen against 3.4 MB as PNG. Delivery .zip archives are gitignored; the superseded concept set is removed and remains recoverable at 9d2a4b2. #29 stays open — these are references, and the vectors that ship are drawn from them. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-18 19:53:23 -05:00
## What these got right, and why it is worth not undoing
Each of these was a correction during review, and every one of them would be easy
to reintroduce by regenerating carelessly:
- **No text of any kind is painted into the pixels.** The app renders all seven
titles and subtitles itself through `Heading(...)` in `OnboardingScreen.kt`.
Art carrying its own title prints every heading twice, cannot be translated,
cannot scale with the user's font size, and is invisible to TalkBack.
- **No step-number badge.** `LearningIllustration` is not only onboarding step 4
— it is also the Insights empty state, where a "4" means nothing. Baked numbers
also freeze the running order, and this flow has already changed shape once. A
step indicator, if wanted, belongs in live UI where TalkBack can read it.
- **`07_Forecast` shows a calendar and a cycle arc, and names no fields.** An
earlier draft drew a forecast panel listing *Fertile window* and *Ovulation*,
which the real first-forecast screen deliberately does not show — on a fresh
install it reports confidence Low and Today reads "Not enough history to
estimate". A later draft named the correct fields but painted *Confidence —
Low* permanently, which is wrong for anyone with a settled cycle. Naming
nothing is the only version that cannot contradict the live forecast.
- **The dark set is a real dark composition**, not the light one dimmed — the
midnight-plum ground `BRAND_GUIDE.md` §22 specifies.
feat: ship the onboarding artwork in both themes closes #29 All eight illustrations are in the app, every onboarding step has art for the first time, and the theme swap is resource resolution rather than a branch: drawable/ and drawable-night/, so Android picks the asset and the artwork follows a device theme change with nothing of ours running. NOT VECTORS, AND THE ISSUE WAS WRONG TO ASK FOR THEM #29 called for a redraw as Compose vector paths taking colour from theme tokens. That is right for artwork that does not exist yet and wrong for gradient landscapes with glow and depth — there is no honest VectorDrawable of one, and the attempt loses the drawing or produces path soup slower than the image. §42 objects to *unnecessary* raster, which this is not. The cost was never measured before it was argued about: all sixteen files at the height they are actually drawn at come to 130 KB. Release APK 1.90 -> 2.03 MB. WHAT ONLY A DEVICE SHOWED Each drawing is composed as a card with its own rounded corner painted in, so the pixels outside that curve are the card's own backdrop — near-black in the dark set. Rendered unclipped, every illustration showed four notches against the app background. Illustration() now clips just inside the painted curve. WHAT STAYED A VECTOR The calendar markers and CycleProgressMark, because they are drawn from data — a marker's shape is what a day is, and the progress arc is where the user stands in their cycle. CycleProgressMark moves from Illustrations.kt to CycleMarkers.kt so the file layout carries that boundary. Sized by height rather than a square box: the set has no common aspect ratio, and height is the dimension that decides whether the primary button stays on screen. Steps 3 and 6 take 104dp because they carry three buttons and three option cards; verified by driving all seven steps, not by reasoning about it. OnboardingPreviews.kt now has one entry per illustration, because a missing drawable-night asset is invisible in light mode. Driven end to end on PeriodMinSdk26 in both themes, no crash. ./gradlew check, schema-guard and doc-claims all pass. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-18 20:25:59 -05:00
## These now ship
**#29 is closed.** All eight are in the app, in both themes, as WebP drawables in
[`../../../core/designsystem/src/main/res/`](../../../core/designsystem/src/main/res/)
`drawable/` for light and `drawable-night/` for dark, so Android resolves the
theme rather than any code of ours. The files here stay as the full-resolution
sources; the shipped copies are downscaled to the height they are actually drawn
at.
They are **not** redrawn as vectors, which is what #29 originally called for.
That was the right plan for artwork that did not exist and the wrong one for
gradient landscapes: there is no honest `VectorDrawable` of one, §42 objects only
to *unnecessary* raster, and the whole set costs 130 KB of the release APK.
`CycleMarkers.kt` keeps its vectors, because a marker's shape carries meaning and
the progress arc is drawn from the user's own cycle.
**The painted-in corners needed clipping.** Each drawing is composed as a card
with its own rounded corner, so the pixels outside that curve are the card's own
backdrop — near-black in the dark set, near-white in the light one. Drawn
unclipped they showed as four notches against the app background: obvious on a
device, invisible in code review. `Illustration` in `Illustrations.kt` clips just
inside the painted curve, and what is left reads as a deliberate rounded card.
docs: onboarding illustrations, matched light and dark Seven illustrations in a matched pair, replacing the single light-only concept set added in 9d2a4b2. Named for the composables they replace, and identical in dimensions per card so a theme switch swaps the image without moving the layout. Three corrections happened during review and each is easy to reintroduce by regenerating carelessly, so dist/README.md records them: - No text painted into the pixels. The app renders all seven titles through Heading(...) already; art carrying its own title prints every heading twice, cannot be translated, cannot scale with font size, and is invisible to TalkBack. - No step-number badge. LearningIllustration is also the Insights empty state, where a "4" means nothing, and baked numbers freeze a running order that has already changed once. - 07_Forecast names no fields. One draft listed Fertile window and Ovulation, which the first-forecast screen deliberately withholds — on a fresh install it reports confidence Low and Today reads "Not enough history to estimate". A later draft named the right fields but painted "Confidence — Low" permanently, wrong for anyone with a settled cycle. Naming nothing is the only version that cannot contradict the live forecast. The dark set is a real dark composition rather than the light one dimmed, on the midnight-plum ground BRAND_GUIDE.md §22 specifies. WebP at the delivered resolution: 204 KB for all fourteen against 3.4 MB as PNG. Delivery .zip archives are gitignored; the superseded concept set is removed and remains recoverable at 9d2a4b2. #29 stays open — these are references, and the vectors that ship are drawn from them. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-18 19:53:23 -05:00
feat: the wordmark has its space, and logo and banner say so closes #28 The owner supplied a redrawn lockup, docs/design/dist/splash.webp, which sets the name as "Privacy: Period Tracker" — with the space after the colon. NECESSARY AND NOT SUFFICIENT The tempting move was to look at the new artwork and close the issue. #28's Verify names the two DERIVED assets, not the lockup: the wordmark in docs/data/img/logo.webp and banner.webp had to match app_full_name, and both still carried the old spaceless form because they were generated from the earlier source. Regenerated from the new lockup and checked by cropping the colon out of each finished webp and reading it at 1350px wide. THE BANNER IS COMPOSED, NEVER CROPPED The lockup is square and the banner is 3:1, so a crop takes the ends off the wordmark — the trap the first pass at these assets hit. A 660px square card centred on 2176x725, matching how the existing asset did it. No flood-fill this time either: splash.webp has real transparency where the earlier sources rendered their rounded corners against black. icon.webp is deliberately untouched. It carries no wordmark, it is the same visual family, and #28 is about the name — regenerating it would be churn dressed as consistency. BRAND_GUIDE.md §10 carried a callout stating the drawn mark disagreed with the written name. That is now false, so it records what happened instead and marks lockup-light-source.png and lockup-dark-source.png as superseded rather than deleting them; they are the owner's files. Also corrects a path in the previous log entry, which named splash.png in backticks — doc-claims reads that as a claim the file is present, and it is now splash.webp. Named bare, per the convention DOC_TRUST_MAP.md documents for a path that deliberately does not exist. Second time this session; the lesson is that converting a file means grepping the docs for its old name. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-18 22:12:33 -05:00
## `splash.webp` — the redrawn lockup
Not an onboarding illustration, and it sits here because it arrived with them.
It is the full brand lockup — emblem, wordmark, divider, tagline — and it is the
artwork that closed **#28**: the first lockup set the name as
*Privacy:Period Tracker* with no space after the colon, disagreeing with
`app_full_name` and with every document.
`../../data/img/logo.webp` and `banner.webp` are generated from it:
```bash
magick splash.webp -trim +repage -resize 900x900 lockup.png
magick -size 1024x1024 xc:'#F0E6F0' -fill '#FAF0F5' \
-draw 'roundrectangle 8,8,1015,1015,88,88' \
lockup.png -gravity center -composite -quality 86 logo.webp
```
The banner is the same recipe on a 2176×725 canvas with a 660px square card
centred. **It is composed, never cropped** — the lockup is square and a 3:1 crop
takes the wordmark's ends off, which is the trap the first pass at these assets
hit.
No flood-fill this time: `splash.webp` has real transparency, where the earlier
sources rendered their rounded corners against black.
docs: onboarding illustrations, matched light and dark Seven illustrations in a matched pair, replacing the single light-only concept set added in 9d2a4b2. Named for the composables they replace, and identical in dimensions per card so a theme switch swaps the image without moving the layout. Three corrections happened during review and each is easy to reintroduce by regenerating carelessly, so dist/README.md records them: - No text painted into the pixels. The app renders all seven titles through Heading(...) already; art carrying its own title prints every heading twice, cannot be translated, cannot scale with font size, and is invisible to TalkBack. - No step-number badge. LearningIllustration is also the Insights empty state, where a "4" means nothing, and baked numbers freeze a running order that has already changed once. - 07_Forecast names no fields. One draft listed Fertile window and Ovulation, which the first-forecast screen deliberately withholds — on a fresh install it reports confidence Low and Today reads "Not enough history to estimate". A later draft named the right fields but painted "Confidence — Low" permanently, wrong for anyone with a settled cycle. Naming nothing is the only version that cannot contradict the live forecast. The dark set is a real dark composition rather than the light one dimmed, on the midnight-plum ground BRAND_GUIDE.md §22 specifies. WebP at the delivered resolution: 204 KB for all fourteen against 3.4 MB as PNG. Delivery .zip archives are gitignored; the superseded concept set is removed and remains recoverable at 9d2a4b2. #29 stays open — these are references, and the vectors that ship are drawn from them. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-18 19:53:23 -05:00
## Format
WebP at the delivered resolution — 312 KB for all sixteen, against 6.8 MB as
docs: onboarding illustrations, matched light and dark Seven illustrations in a matched pair, replacing the single light-only concept set added in 9d2a4b2. Named for the composables they replace, and identical in dimensions per card so a theme switch swaps the image without moving the layout. Three corrections happened during review and each is easy to reintroduce by regenerating carelessly, so dist/README.md records them: - No text painted into the pixels. The app renders all seven titles through Heading(...) already; art carrying its own title prints every heading twice, cannot be translated, cannot scale with font size, and is invisible to TalkBack. - No step-number badge. LearningIllustration is also the Insights empty state, where a "4" means nothing, and baked numbers freeze a running order that has already changed once. - 07_Forecast names no fields. One draft listed Fertile window and Ovulation, which the first-forecast screen deliberately withholds — on a fresh install it reports confidence Low and Today reads "Not enough history to estimate". A later draft named the right fields but painted "Confidence — Low" permanently, wrong for anyone with a settled cycle. Naming nothing is the only version that cannot contradict the live forecast. The dark set is a real dark composition rather than the light one dimmed, on the midnight-plum ground BRAND_GUIDE.md §22 specifies. WebP at the delivered resolution: 204 KB for all fourteen against 3.4 MB as PNG. Delivery .zip archives are gitignored; the superseded concept set is removed and remains recoverable at 9d2a4b2. #29 stays open — these are references, and the vectors that ship are drawn from them. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-18 19:53:23 -05:00
PNG, and the same format [`../../data/img/`](../../data/img/) uses for the marks
privacyllc.dev renders. The delivery `.zip` archives are deliberately not
tracked; see [`.gitignore`](.gitignore).