Skip to content

Prepare citation metadata for v0.3.2 - #188

Merged
DavidBakerEffendi merged 1 commit into
mainfrom
dave/citation-v0.3.2
Sep 1, 2026
Merged

Prepare citation metadata for v0.3.2#188
DavidBakerEffendi merged 1 commit into
mainfrom
dave/citation-v0.3.2

Conversation

@DavidBakerEffendi

Copy link
Copy Markdown
Collaborator

Prerequisite for the real-project-v2 re-freeze (#185). The freeze workflow
hard-asserts the citation version matches the snapshot version, so preflight
fails until this lands:

# .github/workflows/freeze.yml:94
[[ "$(sed -n 's/^version: "\([^"\]*\)"/\1/p' CITATION.cff)" == "${SNAPSHOT_VERSION#v}" ]]

Why v0.3.2 and not v0.4.0

Patch, under the SemVer policy in RELEASES.md:

Patch releases correct case metadata, source ranges, or harness behavior
without intentionally expanding the scored corpus or redefining its ground
truth.

The real-project-v2 corpus, its 72 cases, and their reviewed ground truth are
unchanged. What moves is the Bifrost pin (v0.10.2 → v0.10.8) and harness
behaviour. Nothing is added to the scored corpus and no ground truth is
redefined, so a minor bump would overstate it.

Also fixed

date-released was 2026-08-18 — v0.3.0's release date, not v0.3.1's
(2026-08-26). It now carries the intended v0.3.2 date rather than propagating
that.

🤖 Generated with Claude Code

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 <noreply@anthropic.com>
@DavidBakerEffendi
DavidBakerEffendi merged commit 932dfaf into main Sep 1, 2026
5 checks passed
@DavidBakerEffendi
DavidBakerEffendi deleted the dave/citation-v0.3.2 branch September 1, 2026 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant