From: Felipe Correa da Silva Sanches Date: Fri, 24 Apr 2026 09:20:42 +0000 (+0100) Subject: Prompt: add override config.yaml (compatible upstream sources) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7879ff04d7e2b3f3d4ad93ddffb20a35dff4271;p=thirdparty%2Fgoogle%2Ffonts.git Prompt: add override config.yaml (compatible upstream sources) - 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) --- diff --git a/ofl/prompt/config.yaml b/ofl/prompt/config.yaml new file mode 100644 index 000000000..317353e37 --- /dev/null +++ b/ofl/prompt/config.yaml @@ -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 diff --git a/ofl/prompt/upstream_info.md b/ofl/prompt/upstream_info.md index 14a57fe8d..0282c89c0 100644 --- a/ofl/prompt/upstream_info.md +++ b/ofl/prompt/upstream_info.md @@ -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.