]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Zen Kurenaido: 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/zenkurenaido/METADATA.pb
ofl/zenkurenaido/upstream_info.md [new file with mode: 0644]

index 05da90dcc0fafb35fbc98503421d7e73498ee7d8..d86d01b3f5bf0c20746c544ce967a5cd6c741d09 100644 (file)
@@ -32,6 +32,7 @@ source {
     source_file: "DESCRIPTION.en_us.html"
     dest_file: "DESCRIPTION.en_us.html"
   }
+  commit: "cd751ced55d4ebb1fb2fbd90602eb9351dd03fd6"
   branch: "main"
 }
 primary_script: "Jpan"
diff --git a/ofl/zenkurenaido/upstream_info.md b/ofl/zenkurenaido/upstream_info.md
new file mode 100644 (file)
index 0000000..28ef142
--- /dev/null
@@ -0,0 +1,26 @@
+# Zen Kurenaido — Upstream Source Investigation
+
+**Model**: Claude Opus 4.6
+**Date**: 2026-03-12
+
+## Summary
+
+The upstream repository for Zen Kurenaido was identified as [https://github.com/googlefonts/zen-kurenaido](https://github.com/googlefonts/zen-kurenaido), 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 `googlefonts/zen-kurenaido` was queried via the GitHub API to retrieve the latest commit on the `main` branch.
+
+The latest commit on `main` was identified as `cd751ced55d4ebb1fb2fbd90602eb9351dd03fd6`, authored on 2024-08-02, with message: "Update AUTHORS.txt".
+
+## Result
+
+The `commit` field was added to the `source` block in `METADATA.pb`:
+
+```
+Repo: https://github.com/googlefonts/zen-kurenaido
+Commit: cd751ced55d4ebb1fb2fbd90602eb9351dd03fd6
+Branch: main
+Status: commit hash added
+Confidence: high (verified via GitHub API)
+```