chore(release): framework 4.34.0 — operator-provided calibrator identity - #343
Merged
Conversation
…detected Same class of bug fixed for audit-execute in 4.33.0, now for the consolidation step. When the review runs inside a router CLI (Qwen Code, Gemini CLI, …), the `calibrator:` / `**Reviewer:**` fields carried the CLI product name instead of the operator-selected backend model, corrupting the calibrator attribution. Step 1 now accepts an optional 2nd argument `<CALIBRATOR-SLUG>`, a calibrator-identity note makes the operator-provided identity authoritative and forbids the CLI product name (router, not the model), and a guard verifies the written `calibrator:`/`**Reviewer:**` fields match the slug. Applied to all four shipped copies (.agent workflow + .claude/.gemini/.codex skills); review test asserts the new contract. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bump framework version 4.33.0 → 4.34.0 across the manifest, README, adopter docs, and governance directives (EN/es/zh), and promote the CHANGELOG `Unreleased` section to `Framework 4.34.0 — 2026-07-08`. Release content: the operator-provided calibrator-identity fix for straymark-audit-review (see the fix commit in this branch). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Framework 4.34.0
Fix —
straymark-audit-reviewcalibrator identity is operator-provided, never self-detectedThe symmetric counterpart of the 4.33.0 audit-execute fix, applied to the consolidation step. When the review runs inside a router CLI (Qwen Code, Gemini CLI, …), the
calibrator:/**Reviewer:**fields carried the CLI product name instead of the operator-selected backend model — corrupting calibrator attribution.Changes (all four shipped copies —
.agentworkflow +.claude/.gemini/.codexskills):/straymark-audit-review <CHARTER-ID> <CALIBRATOR-SLUG>.calibrator:and**Reviewer:**fields match the operator slug.<self-model-id>→<calibrator-slug>.router, not the model).Release bump
Unreleased→Framework 4.34.0 — 2026-07-08.Validation:
cargo test --test audit_skill_testgreen (12/12).🤖 Generated with Claude Code