From 812bf2d7260e1db2f534897432a8b65c1e49531e Mon Sep 17 00:00:00 2001 From: rldyourmnd Date: Tue, 25 Aug 2026 17:04:35 +0500 Subject: [PATCH] chore(pins): record when this baseline was last measured `verified_at` is written by the refresher in the authoring workspace at the moment it measures. A pin without its instant can be called wrong but never stale, and the weekly check now reports the oldest measurement in the set. --- references/opencode-baseline.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/references/opencode-baseline.json b/references/opencode-baseline.json index 3e88333..234b40c 100644 --- a/references/opencode-baseline.json +++ b/references/opencode-baseline.json @@ -89,5 +89,6 @@ "OPENCODE_DISABLE_EXTERNAL_SKILLS", "OPENCODE_DISABLE_CLAUDE_CODE", "OPENCODE_DISABLE_SHARE" - ] + ], + "verified_at": "2026-08-25T12:00:27+00:00" }