From: Felipe Correa da Silva Sanches Date: Thu, 12 Mar 2026 20:07:00 +0000 (+0000) Subject: Yusei Magic: add commit hash to METADATA.pb X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f79cd039c3c3721b8a668dcf23bce302e99ac3e;p=thirdparty%2Fgoogle%2Ffonts.git Yusei Magic: add commit hash to METADATA.pb Assisted by an AI agent (Claude Opus 4.6) --- diff --git a/ofl/yuseimagic/METADATA.pb b/ofl/yuseimagic/METADATA.pb index b676622b9..50c740b65 100644 --- a/ofl/yuseimagic/METADATA.pb +++ b/ofl/yuseimagic/METADATA.pb @@ -30,6 +30,7 @@ source { source_file: "DESCRIPTION.en_us.html" dest_file: "DESCRIPTION.en_us.html" } + commit: "d622b0ea84059a411a1344bd2f948d9e0df92a1b" branch: "master" } primary_script: "Jpan" diff --git a/ofl/yuseimagic/upstream_info.md b/ofl/yuseimagic/upstream_info.md new file mode 100644 index 000000000..9e4aa5a69 --- /dev/null +++ b/ofl/yuseimagic/upstream_info.md @@ -0,0 +1,26 @@ +# Yusei Magic — Upstream Source Investigation + +**Model**: Claude Opus 4.6 +**Date**: 2026-03-12 + +## Summary + +The upstream repository for Yusei Magic was identified as [https://github.com/tanukifont/YuseiMagic](https://github.com/tanukifont/YuseiMagic), which was already recorded in `METADATA.pb`. The source block was missing a `commit` field pointing to a specific upstream revision. + +## Investigation + +The repository at `tanukifont/YuseiMagic` was queried via the GitHub API to retrieve the latest commit on the `master` branch. + +The latest commit on `master` was identified as `d622b0ea84059a411a1344bd2f948d9e0df92a1b`, authored on 2024-10-31, with message: "Update CONTRIBUTORS.txt — email". + +## Result + +The `commit` field was added to the `source` block in `METADATA.pb`: + +``` +Repo: https://github.com/tanukifont/YuseiMagic +Commit: d622b0ea84059a411a1344bd2f948d9e0df92a1b +Branch: master +Status: commit hash added +Confidence: high (verified via GitHub API) +```