From 52136af867fbe157af555409c7ba01b8a5f8ebd6 Mon Sep 17 00:00:00 2001 From: Chris Busillo Date: Sun, 10 May 2026 15:22:03 -0400 Subject: [PATCH] Record metadata validation evidence --- .github/github.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/github.json b/.github/github.json index c0e95ea512fa..fd95d387c0fc 100644 --- a/.github/github.json +++ b/.github/github.json @@ -58,7 +58,21 @@ "deployLabels": [], "healthUrls": [], "relatedRepos": ["code-everywhere"], - "validatedThrough": [], + "validatedThrough": [ + { + "date": "2026-05-10", + "source": "cbusillo/code#38", + "checks": [ + "jq empty .github/github.json", + "rg github-repo-workflow\\.json", + "codex-skills github-repo-snapshot.sh --json", + "GitHub Actions Blob size policy" + ], + "caveats": [ + "Validation was metadata-focused; expensive Rust workspace gates were not rerun for this metadata-only change." + ] + } + ], "githubSignals": { "postMerge": { "waitForActions": true,