chore(release): v1.2.1#53
Merged
Merged
Conversation
Bumps version 1.2.0 → 1.2.1 and adds CHANGELOG entry covering: - 4 eval-driven fixes (#41, #42, #46, #49) - ULTRAREVIEW follow-up hardening pass (#6-#18) - CI release workflow + plugin marketplace metadata Tag v1.2.1 after merge will trigger publish-on-tag PyPI workflow. Co-Authored-By: Claude Opus 4.7 (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.
Summary
Prepares the v1.2.1 patch release. Bumps
pyproject.tomlversion 1.2.0 → 1.2.1 and adds the CHANGELOG entry.1.2.1 is an eval-driven patch release. Four bugs surfaced by dogfooding designdoc against its own repo are fixed; the ULTRAREVIEW follow-up hardening pass also lands.
Eval-driven fixes (user-visible)
#49Hermetic mode for non-MCP agents —setting_sources=[]blocks user~/.claude/CLAUDE.mdand output-style leakage into doer/checker subprocesses. Eval: 4 → 0 stray Insight blocks in class docs.#46Stage 3 doer cwd plumbing — SDK subprocess now inheritscwd=target_reposo Read calls resolve when target ≠ working dir.#41Stage 2 tolerant JSON extraction — strips code fences / preambles before pydantic validation. Schema-retry rate ~94% → <5% on real-repo eval.#42DEFAULT_EXCLUDEScovers.claude/,.opencode/,.devcontainer/,.idea/,.vscode/.ULTRAREVIEW hardening (issues #6-#18)
state-save lock, TaskGroup budget cancellation, Stage 7 checkpoint parity, retry-counter split, MermaidIssue typing, guard tests, silent-failure cleanup, helper extractions. Full list in CHANGELOG.
Release plumbing (already merged but enumerated for the changelog)
.github/workflows/release.yml).claude-plugin/plugin.json,marketplace.json)Invariants preserved
MAX_ATTEMPTS = 3unchanged. Guard testtest_config_does_not_expose_max_attemptsstill passes.Test plan
task cigreen locally (106 passed in 46.90s)v1.2.1and push → release.yml builds wheel + sdist and publishes to PyPI via Trusted Publisher OIDCpip install designdoc==1.2.1works post-publishNotes
PyPI Trusted Publisher must be registered before tag push. CONTRIBUTING.md → "Releasing" walks through it.