The override config.yaml listed the Glyphs source as Mogra.glyphs at the
repository root, but at the recorded commit (
048039d) the source is
sources/Mogra.glyphs. fontc_crater failed with "missing source
'Mogra.glyphs'".
Corrected the config.yaml source path to sources/Mogra.glyphs. The
recorded commit is correct and was left unchanged.
Assisted by an AI agent (Claude Opus 4.7)
# The shipped binary may have been built with different tools/versions.
#
sources:
- - Mogra.glyphs
+ - sources/Mogra.glyphs
## Confidence: High
Direct match between the upstream repository owner (Lipi Raval) and the font designer.
+
+## fontc_crater Build Fix (2026-05-21)
+
+**Model**: Claude Opus 4.7
+
+### Initial state
+The override `config.yaml` listed `sources: [Mogra.glyphs]` — a repository-root path. fontc_crater failed with `missing source 'Mogra.glyphs'`.
+
+### Investigation
+At the recorded commit `048039d` the Glyphs source is `sources/Mogra.glyphs`, not at the repository root. The override config path was missing the `sources/` directory prefix. The recorded commit is correct.
+
+### Actions taken
+The override `config.yaml` source path was corrected from `Mogra.glyphs` to `sources/Mogra.glyphs`.
+
+### Final state
+The override `config.yaml` references `sources/Mogra.glyphs`, which exists at the recorded commit `048039d`.