From d05373e310c9a4ec2c78c1a1554f99f7f9822fd8 Mon Sep 17 00:00:00 2001 From: David Baker Effendi Date: Tue, 1 Sep 2026 16:16:03 +0200 Subject: [PATCH] Prepare citation metadata for v0.3.2 The freeze workflow asserts `CITATION.cff` names the snapshot version, so this has to land before the v0.3.2 evaluation freeze can pass preflight: [[ "$(sed -n 's/^version: "\([^"\]*\)"/\1/p' CITATION.cff)" == "${SNAPSHOT_VERSION#v}" ]] v0.3.2 is a patch under the policy in RELEASES.md. The real-project-v2 corpus, its 72 cases, and their reviewed ground truth are all unchanged; what moves is the analyzer pin and harness behaviour. That is explicitly not a corpus expansion or a ground-truth redefinition. `date-released` also moves to the intended release date. It had been left at 2026-08-18, which was v0.3.0's date rather than v0.3.1's. Co-Authored-By: Claude Opus 5 --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index f2f1a94..d6021e3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,8 +9,8 @@ authors: contact: - name: "Brokk, Inc." website: "https://brokk.ai" -version: "0.3.1" -date-released: "2026-08-18" +version: "0.3.2" +date-released: "2026-09-01" repository-code: "https://github.com/BrokkAi/usagebench" repository-artifact: "https://github.com/BrokkAi/usagebench/releases" url: "https://usagebench.brokk.ai/"