Skip to content

release: v0.13.0 — regenerator fixes + polish-bypass marker + fact-check Phase 1#34

Merged
silversurfer562 merged 1 commit into
mainfrom
release/v0.13.0
May 15, 2026
Merged

release: v0.13.0 — regenerator fixes + polish-bypass marker + fact-check Phase 1#34
silversurfer562 merged 1 commit into
mainfrom
release/v0.13.0

Conversation

@silversurfer562
Copy link
Copy Markdown
Member

Bumps `pyproject.toml` from `0.11.1` → `0.13.0` and converts the `Unreleased` section into the `[0.13.0]` release notes.

Skipping `0.12.0` — the internal `release/v0.12.0` branch carried the polish fact-check Phase 1 work but was never published to PyPI. That work now ships in `0.13.0` alongside the regenerator fixes prompted by attune-rag d39e39d.

Headline changes

  • #31 — reference templates carry typed Parameters/Returns columns without depending on the LLM polish pass (closes #30)
  • #32 — test fixture isolates the polish cache per session to prevent shared-state flakes in golden-snapshot tests
  • #33 — polish bypass surfaced in YAML frontmatter (`polish: skipped`)
  • #28 — polish fact-check Phase 1 (already on main from prior PR)

After merge

  1. Tag `v0.13.0` on main
  2. `gh release create v0.13.0` — triggers the publish workflow
  3. Bump attune-rag `attune-author` pin and re-regenerate `.help/templates/benchmark/` with polish enabled

🤖 Generated with Claude Code

…eck Phase 1

Bumps pyproject.toml from 0.11.1 → 0.13.0 and converts the CHANGELOG
Unreleased section into the 0.13.0 release notes.

Skipping 0.12.0 — the internal release/v0.12.0 branch carried the
polish fact-check Phase 1 work but was never published to PyPI.
That work now ships in 0.13.0 alongside the regenerator fixes
prompted by attune-rag d39e39d.

Headline changes:
- #31 — reference templates carry typed Parameters/Returns columns
  without depending on the LLM polish pass (closes #30)
- #32 — test fixture isolates the polish cache per session to
  prevent shared-state flakes in golden snapshot tests
- #33 — polish bypass surfaced in YAML frontmatter (polish: skipped)
- #28 — polish fact-check Phase 1 (already on main from prior PR)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@silversurfer562 silversurfer562 merged commit 0d7e9b6 into main May 15, 2026
12 checks passed
@silversurfer562 silversurfer562 deleted the release/v0.13.0 branch May 15, 2026 18:33
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.

Regeneration silently drops parameter/return columns and frontmatter when polish is bypassed

1 participant