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

index da925f3d7dbc96f30b0eb2d58dcf2b2c5b56e6c1..ff40ba6e7fde693d33e083d26ee33757e65c482e 100644 (file)
@@ -17,5 +17,6 @@ subsets: "latin"
 subsets: "menu"
 source {
   repository_url: "https://github.com/bluemix/vibes-typeface"
+  commit: "4cfe8e24413fc3711d3bba4c278e17429f93fc13"
 }
 primary_script: "Arab"
diff --git a/ofl/vibes/upstream_info.md b/ofl/vibes/upstream_info.md
new file mode 100644 (file)
index 0000000..2a75a91
--- /dev/null
@@ -0,0 +1,16 @@
+# Vibes — Source Metadata Investigation
+**Model**: Claude Opus 4.6
+**Date**: 2026-03-12
+
+## Source Repository
+- **URL**: https://github.com/bluemix/vibes-typeface
+- **Commit**: `4cfe8e24413fc3711d3bba4c278e17429f93fc13`
+- **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/bluemix/vibes-typeface/commits/{hash}`.
+
+## Notes
+- The source block has no explicit file mappings or branch specification, meaning it relies on default behavior.
+- Repository is maintained by AbdElmomen Kadhim (blueMix).
+- Font has Arabic as primary script; supports arabic and latin subsets.