]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Tai Heritage Pro: add commit hash to METADATA.pb
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 20:06:57 +0000 (20:06 +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/taiheritagepro/METADATA.pb
ofl/taiheritagepro/upstream_info.md [new file with mode: 0644]

index 586ee5082c3950cf43b5cd1f05c71ec2c9acad0f..3273d7e1a062d77c7aadd6b1d151e93510d0c80a 100644 (file)
@@ -42,5 +42,6 @@ source {
     dest_file: "TaiHeritagePro-Bold.ttf"
   }
   branch: "master"
+  commit: "1ac0dd04cf5dd23435f37cecfe825e0eaf230a4c"
 }
 primary_script: "Tavt"
diff --git a/ofl/taiheritagepro/upstream_info.md b/ofl/taiheritagepro/upstream_info.md
new file mode 100644 (file)
index 0000000..b818079
--- /dev/null
@@ -0,0 +1,15 @@
+# Tai Heritage Pro — Source Metadata Investigation
+**Model**: Claude Opus 4.6
+**Date**: 2026-03-12
+
+## Source Repository
+- **URL**: https://github.com/silnrsi/font-taiheritagepro
+- **Commit**: `1ac0dd04cf5dd23435f37cecfe825e0eaf230a4c`
+- **Status**: Commit hash was added to existing source block
+
+## What Was Done
+The source block in METADATA.pb already contained a repository_url, archive_url pointing to the v2.600 release, and a branch field. The commit hash corresponding to the v2.600 release tag was retrieved from the GitHub API (`refs/tags/v2.600` points directly to commit `1ac0dd04cf5dd23435f37cecfe825e0eaf230a4c`). The commit field was added to the source block. The hash was verified via `gh api repos/silnrsi/font-taiheritagepro/commits/{hash}`.
+
+## Notes
+- The source block uses an archive_url referencing the v2.600 release zip rather than direct file references from the repository tree. The commit hash recorded corresponds to the tagged release commit.
+- Repository is maintained by SIL International.