]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Prompt: add override config.yaml (compatible upstream sources)
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 09:20:42 +0000 (10:20 +0100)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 09:50:32 +0000 (10:50 +0100)
- Repo: cadsondemak/prompt
- Commit: 18f813a4dea16a7ecc6f944053d3ce2cd4d7e824 (unchanged)
- Config: override in ofl/prompt/config.yaml
- Status: complete
- Confidence: HIGH

Upstream has .glyphs
sources at the pinned commit but no config file. An override was added
referencing Source/Prompt_*.glyphs (18 weight/style files). STAT values omitted — gftools-builder will
auto-derive.

Assisted by an AI agent (Claude Opus 4.7 1M context)

ofl/prompt/config.yaml [new file with mode: 0644]
ofl/prompt/upstream_info.md

diff --git a/ofl/prompt/config.yaml b/ofl/prompt/config.yaml
new file mode 100644 (file)
index 0000000..317353e
--- /dev/null
@@ -0,0 +1,21 @@
+sources:
+  - Source/Prompt_100_Thin.glyphs
+  - Source/Prompt_100_Thin_Ita.glyphs
+  - Source/Prompt_200_ExtraLight.glyphs
+  - Source/Prompt_200_ExtraLight_Ita.glyphs
+  - Source/Prompt_300_Light.glyphs
+  - Source/Prompt_300_Light_Ita.glyphs
+  - Source/Prompt_400_Regular.glyphs
+  - Source/Prompt_400_Regular_Ita.glyphs
+  - Source/Prompt_500_Medium.glyphs
+  - Source/Prompt_500_Medium_Ita.glyphs
+  - Source/Prompt_600_SemiBold.glyphs
+  - Source/Prompt_600_SemiBold_Ita.glyphs
+  - Source/Prompt_700_Bold.glyphs
+  - Source/Prompt_700_Bold_Ita.glyphs
+  - Source/Prompt_800_ExtraBold.glyphs
+  - Source/Prompt_800_ExtraBold_Ita.glyphs
+  - Source/Prompt_900_Black.glyphs
+  - Source/Prompt_900_Black_Ita.glyphs
+familyName: "Prompt"
+buildVariable: false
index 14a57fe8dca9974c10fecb0c90b4934434a198e8..0282c89c0517289b851733b262899f544bafbbfd 100644 (file)
@@ -26,3 +26,9 @@ The repository contains the full 18-style family (9 weights × 2 axes: upright a
 ## Verdict
 
 **Canonical upstream repo found.** `https://github.com/cadsondemak/prompt` is the designer-owned repository. METADATA.pb was updated with `repository_url` and `commit` fields.
+
+## Update (2026-04-24) — Override config.yaml
+
+**Model**: Claude Opus 4.7 (1M context)
+
+Added an override `config.yaml` in `ofl/prompt/` referencing the upstream gftools-builder-compatible source at the pinned commit `18f813a` (`Source/Prompt_100_Thin.glyphs`, `Source/Prompt_100_Thin_Ita.glyphs`, `Source/Prompt_200_ExtraLight.glyphs`, `Source/Prompt_200_ExtraLight_Ita.glyphs`, `Source/Prompt_300_Light.glyphs`, `Source/Prompt_300_Light_Ita.glyphs`, `Source/Prompt_400_Regular.glyphs`, `Source/Prompt_400_Regular_Ita.glyphs`, `Source/Prompt_500_Medium.glyphs`, `Source/Prompt_500_Medium_Ita.glyphs`, `Source/Prompt_600_SemiBold.glyphs`, `Source/Prompt_600_SemiBold_Ita.glyphs`, `Source/Prompt_700_Bold.glyphs`, `Source/Prompt_700_Bold_Ita.glyphs`, `Source/Prompt_800_ExtraBold.glyphs`, `Source/Prompt_800_ExtraBold_Ita.glyphs`, `Source/Prompt_900_Black.glyphs`, `Source/Prompt_900_Black_Ita.glyphs`). The upstream repo has no `config.yaml` of its own at this rev; `google-fonts-sources` auto-detects the override and records it in crater's `targets.json` as an external config on the next regeneration.