]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Yusei Magic: add commit hash to METADATA.pb
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 20:07:00 +0000 (20:07 +0000)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 23:17:32 +0000 (23:17 +0000)
Assisted by an AI agent (Claude Opus 4.6)

ofl/yuseimagic/METADATA.pb
ofl/yuseimagic/upstream_info.md [new file with mode: 0644]

index b676622b90ea7d197e29f3bdd1b6863d3e0d2712..50c740b659b8d208ce97a48acd9a5c41a18e3260 100644 (file)
@@ -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 (file)
index 0000000..9e4aa5a
--- /dev/null
@@ -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)
+```