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

index db66bba1fbc6c339bd2436f7397ff3764fe53937..7f317f552dd7185b477e85b78434ce876e77c794 100644 (file)
@@ -32,6 +32,7 @@ source {
     source_file: "DESCRIPTION.en_us.html"
     dest_file: "DESCRIPTION.en_us.html"
   }
+  commit: "3521a97dfa21d4c985725be88e9beb5edef517b9"
   branch: "main"
 }
 primary_script: "Jpan"
diff --git a/ofl/zenantique/upstream_info.md b/ofl/zenantique/upstream_info.md
new file mode 100644 (file)
index 0000000..ebdee39
--- /dev/null
@@ -0,0 +1,26 @@
+# Zen Antique — Upstream Source Investigation
+
+**Model**: Claude Opus 4.6
+**Date**: 2026-03-12
+
+## Summary
+
+The upstream repository for Zen Antique was identified as [https://github.com/googlefonts/zen-antique](https://github.com/googlefonts/zen-antique), 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-antique` was queried via the GitHub API to retrieve the latest commit on the `main` branch. The repository also hosts Zen Antique Soft.
+
+The latest commit on `main` was identified as `3521a97dfa21d4c985725be88e9beb5edef517b9`, 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-antique
+Commit: 3521a97dfa21d4c985725be88e9beb5edef517b9
+Branch: main
+Status: commit hash added
+Confidence: high (verified via GitHub API)
+```
index cdcb6b0d135fb59a9ea0d15f07fb7109e5b7a3ad..26a7049f00ec3448df9ff357ae501a4da765ab07 100644 (file)
@@ -32,6 +32,7 @@ source {
     source_file: "DESCRIPTION.en_us.html"
     dest_file: "DESCRIPTION.en_us.html"
   }
+  commit: "3521a97dfa21d4c985725be88e9beb5edef517b9"
   branch: "main"
 }
 primary_script: "Jpan"
diff --git a/ofl/zenantiquesoft/upstream_info.md b/ofl/zenantiquesoft/upstream_info.md
new file mode 100644 (file)
index 0000000..7a7cc9d
--- /dev/null
@@ -0,0 +1,26 @@
+# Zen Antique Soft — Upstream Source Investigation
+
+**Model**: Claude Opus 4.6
+**Date**: 2026-03-12
+
+## Summary
+
+The upstream repository for Zen Antique Soft was identified as [https://github.com/googlefonts/zen-antique](https://github.com/googlefonts/zen-antique), 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-antique` was queried via the GitHub API to retrieve the latest commit on the `main` branch. The repository hosts both Zen Antique and Zen Antique Soft in a single monorepo.
+
+The latest commit on `main` was identified as `3521a97dfa21d4c985725be88e9beb5edef517b9`, 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-antique
+Commit: 3521a97dfa21d4c985725be88e9beb5edef517b9
+Branch: main
+Status: commit hash added
+Confidence: high (verified via GitHub API)
+```