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

index 4e05ddadcb2c32e90989e6fd69c3f06084121c40..1dce9020d8edc4db381ffe4be38a52357ebaff27 100644 (file)
@@ -17,6 +17,7 @@ subsets: "latin"
 subsets: "menu"
 source {
   repository_url: "https://github.com/googlefonts/zcool-kuaile"
+  commit: "577cd45e035fa0cd27f74579de6ff47db62fde8c"
   config_yaml: "sources/config.yaml"
 }
 primary_script: "Hans"
diff --git a/ofl/zcoolkuaile/upstream_info.md b/ofl/zcoolkuaile/upstream_info.md
new file mode 100644 (file)
index 0000000..04fed68
--- /dev/null
@@ -0,0 +1,26 @@
+# ZCOOL KuaiLe — Upstream Source Investigation
+
+**Model**: Claude Opus 4.6
+**Date**: 2026-03-12
+
+## Summary
+
+The upstream repository for ZCOOL KuaiLe was identified as [https://github.com/googlefonts/zcool-kuaile](https://github.com/googlefonts/zcool-kuaile), 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/zcool-kuaile` was queried via the GitHub API to retrieve the latest commit on the default (`main`) branch.
+
+The latest commit on `main` was identified as `577cd45e035fa0cd27f74579de6ff47db62fde8c`, authored on 2026-01-30, with message: "Update OFL.txt".
+
+## Result
+
+The `commit` field was added to the `source` block in `METADATA.pb`:
+
+```
+Repo: https://github.com/googlefonts/zcool-kuaile
+Commit: 577cd45e035fa0cd27f74579de6ff47db62fde8c
+Branch: main (default)
+Status: commit hash added
+Confidence: high (verified via GitHub API)
+```