]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Miranda Sans: add config_yaml to METADATA.pb (sources/config.yaml)
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 09:04:08 +0000 (10:04 +0100)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 09:41:48 +0000 (10:41 +0100)
Direct inspection of the upstream repo at the pinned commit (via the
bare mirror in upstream_repos/repo_archive) confirms that the
referenced config file exists and is a valid gftools-builder config.
Moves the family out of the dashboard's missing_config bucket on the
next google-fonts-sources regeneration of crater's targets.json.

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

ofl/mirandasans/METADATA.pb
ofl/mirandasans/upstream_info.md

index 1ff687cf9907a72fa4992630d56c2e4b0a1576db..ee034dddfe04401f2b2e7890ed1a95267e34a197 100644 (file)
@@ -45,5 +45,6 @@ source {
     dest_file: "MirandaSans-Italic[wght].ttf"
   }
   branch: "main"
+  config_yaml: "sources/config.yaml"
 }
 stroke: "SANS_SERIF"
index bd3e63bf84c71a186b5af915466b955e3d93c488..9e77ca14baf6bda87caa20b38cc4e5a7b554a52c 100644 (file)
@@ -42,3 +42,10 @@ A `config.yaml` exists at `sources/config.yaml`. It specifies both Glyphs source
 - The upstream METADATA.pb in google/fonts already contains a complete `source` block pointing to commit `7cafa37b9bf6e53892a5738d8470668d1fcf52f6` on branch `main`. **No source block enrichment is needed** — this family is already fully annotated.
 - The upstream repo itself also contains a `METADATA.pb`, consistent with the Google Fonts PR that added the family.
 - Variable font with `wght` axis (400–700), both Roman and Italic.
+
+
+## Update (2026-04-24)
+
+**Model**: Claude Opus 4.7 (1M context)
+
+Added `config_yaml: "sources/config.yaml"` to the METADATA.pb `source { }` block. Direct inspection of the upstream repo at the pinned commit `7cafa37b` (via the bare mirror in `upstream_repos/repo_archive/maxthunberg/miranda-sans.git`) confirms that `sources/config.yaml` exists at that commit and is a valid gftools-builder config — it declares the `sources:` key. The family should move from the dashboard's "missing_config" bucket into "covered" once `google-fonts-sources` regenerates crater's `targets.json`.