]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Trispace: 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/trispace/METADATA.pb
ofl/trispace/upstream_info.md [new file with mode: 0644]

index cb8bfb889624a1a7c84e3375ba3b6cc0365de172..44e6d62d62979be9895ae25df1106dae667d9a39 100644 (file)
@@ -28,4 +28,5 @@ axes {
 }
 source {
   repository_url: "https://github.com/Etcetera-Type-Co/Trispace"
+  commit: "8f332ade4a0e4be1cab60eafcbac95a53a3d46f6"
 }
diff --git a/ofl/trispace/upstream_info.md b/ofl/trispace/upstream_info.md
new file mode 100644 (file)
index 0000000..d624869
--- /dev/null
@@ -0,0 +1,16 @@
+# Trispace — Source Metadata Investigation
+**Model**: Claude Opus 4.6
+**Date**: 2026-03-12
+
+## Source Repository
+- **URL**: https://github.com/Etcetera-Type-Co/Trispace
+- **Commit**: `8f332ade4a0e4be1cab60eafcbac95a53a3d46f6`
+- **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/Etcetera-Type-Co/Trispace/commits/{hash}`.
+
+## Notes
+- The source block has no explicit file mappings or branch specification, meaning it relies on default behavior.
+- This is a variable font with two axes: wdth and wght.
+- Repository is maintained by Etcetera Type Co (Tyler Finck).