From: Felipe Correa da Silva Sanches Date: Thu, 12 Mar 2026 20:07:00 +0000 (+0000) Subject: ZCOOL KuaiLe: add commit hash to METADATA.pb X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=281b27c6bb0ff07c8a5f636ce5943605ef6a39dc;p=thirdparty%2Fgoogle%2Ffonts.git ZCOOL KuaiLe: add commit hash to METADATA.pb Assisted by an AI agent (Claude Opus 4.6) --- diff --git a/ofl/zcoolkuaile/METADATA.pb b/ofl/zcoolkuaile/METADATA.pb index 4e05ddadc..1dce9020d 100644 --- a/ofl/zcoolkuaile/METADATA.pb +++ b/ofl/zcoolkuaile/METADATA.pb @@ -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 index 000000000..04fed683e --- /dev/null +++ b/ofl/zcoolkuaile/upstream_info.md @@ -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) +```