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

index 84d92bc1795ef1da663c432a1a01d4d6b04de4bc..4cc601978ef21f037a09bb8fdabf222e3e8704d5 100644 (file)
@@ -46,6 +46,7 @@ subsets: "thai"
 subsets: "vietnamese"
 source {
   repository_url: "https://github.com/cadsondemak/Thasadith"
+  commit: "033efaea8de73e59dc6bace69d2ffb69d4598b03"
 }
 primary_script: "Thai"
 stroke: "SANS_SERIF"
diff --git a/ofl/thasadith/upstream_info.md b/ofl/thasadith/upstream_info.md
new file mode 100644 (file)
index 0000000..ef0d1a9
--- /dev/null
@@ -0,0 +1,15 @@
+# Thasadith — Source Metadata Investigation
+**Model**: Claude Opus 4.6
+**Date**: 2026-03-12
+
+## Source Repository
+- **URL**: https://github.com/cadsondemak/Thasadith
+- **Commit**: `033efaea8de73e59dc6bace69d2ffb69d4598b03`
+- **Status**: Commit hash was added to existing source block
+
+## What Was Done
+The source block in METADATA.pb contained only a repository_url with no files, branch, or commit fields. The latest commit hash was retrieved from the GitHub API and added to the source block. The hash was verified via `gh api repos/cadsondemak/Thasadith/commits/{hash}`.
+
+## Notes
+- The source block has no explicit file mappings or branch specification, meaning it relies on default behavior.
+- Repository is maintained by Cadson Demak.