From b494b4fffd3bc1d14249d202110634a4b445b305 Mon Sep 17 00:00:00 2001 From: Gronod Date: Sun, 13 Sep 2026 12:23:43 +0100 Subject: [PATCH] docs(m10): defaultInstrument seeds Spot Read; README floor is macOS 12 Refs #148 Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- README.md | 2 +- docs/22-settings-presets.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0c1971..61ffb5e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ All measurement, chart generation, and profile mathematics live in the [Gronod A |---|---| | Product | ICCery v2 for macOS | | Bundle | `com.gronod.iccery2` | -| Floor | macOS 14 Sonoma, universal `arm64` + `x86_64` | +| Floor | macOS 12.0 Monterey, universal `arm64` + `x86_64` | | Default branch | `develop` | | M6 | Stage 0 calibration, CGATS import, SceneKit gamut viewer, packaging — shipped on `develop` | | M7 | Pre-UAT hardening & baseline consolidation — shipped on `develop` | diff --git a/docs/22-settings-presets.md b/docs/22-settings-presets.md index 69ff08c..5d9ef98 100644 --- a/docs/22-settings-presets.md +++ b/docs/22-settings-presets.md @@ -7,7 +7,7 @@ Persisted at `{app_data}/settings.json` via `load_settings` / `save_settings`. I | Field | Default | Notes | |-------|---------|-------| | `argyll_binary_dir` | `null` | Overrides bundled sidecars. `resolve_binary` checks this first. | -| `default_instrument` | `null` | **Stored but not applied to argv.** Stage 2 `#instrumentSelect` is the source of truth. Do not start honouring this without an explicit product decision. | +| `default_instrument` | `null` | Stored; seeds the Spot Read instrument picker when that instrument is present (#148). **Never** written into `printtarg -i` or `targen` argv. Stage 2 `#instrumentSelect` remains the printtarg instrument. | | `log_level` | `null` | `error` / `warn` / `info` / `debug` / `trace`. `null` → Debug in debug builds, Info in release. Applied at startup **and** on save (#158). | | `delta_e_good_max` | `2.0` | Stage 3 swatch traffic-light "Good". Must be ≥ 0. | | `delta_e_warning_max` | `5.0` | Stage 3 "Warning" band. Must be **strictly greater** than good. | -- 2.39.5