chore(release): framework 4.33.0 — operator-provided auditor identity - #342
Merged
Conversation
…tected Router CLIs (Qwen Code, Gemini CLI, …) inject a product identity via system prompt, so auditors wrote `auditor: qwen-code` even after the operator confirmed a different backend model selected via /model — corrupting attribution and faking cross-family agreement in the review step. Rewrite step 2 of straymark-audit-execute to make the operator-provided identity authoritative: optional 2nd argument `<AUDITOR-SLUG>` or an in-chat statement, forbid substituting the CLI product name, and add a mandatory post-write guard that verifies the `auditor:` frontmatter and report header match the slug. Self-detection remains only as a fallback. Applied to all four shipped copies (.agent workflow + .claude/.gemini/.codex skills); test contract updated. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bump framework version 4.32.0 → 4.33.0 across the manifest, README, adopter docs, and governance directives (EN/es/zh), and promote the CHANGELOG `Unreleased` section to `Framework 4.33.0 — 2026-07-08`. Release content: the operator-provided auditor-identity fix for straymark-audit-execute (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.33.0
Fix —
straymark-audit-executeauditor identity is operator-provided, never self-detectedRouter CLIs (Qwen Code, Gemini CLI, …) inject a product identity via system prompt, so auditors wrote
auditor: qwen-codeeven after the operator confirmed a different backend model selected via/model— corrupting attribution and faking cross-family agreement in the review step.Changes (step 2 of the skill, all four shipped copies —
.agentworkflow +.claude/.gemini/.codexskills):/straymark-audit-execute <CHARTER-ID> <AUDITOR-SLUG>, or an in-chat statement. The CLI is framed as a router, not the model.auditor:frontmatter and the# Auditoría … por <X>header match the operator slug.cli/tests/audit_skill_test.rs): assertsoperator+router, not the model.Release bump
Unreleased→Framework 4.33.0 — 2026-07-08.Validation: full
cargo testgreen (0 failures).🤖 Generated with Claude Code