chore(release): v0.37.0 - #1200
Merged
Merged
Conversation
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
Version-and-changelog only bump of
0.36.0→0.37.0, cut withpnpm lerna version --yes --no-push.@soat/sdkand@soat/clipublish to npm;app,postgresdb,serverandwebsiteare private and bump in lockstep.Why minor, not major
This range carries a breaking change (the snake_case wire renames in #1199), and the changelog records it under
BREAKING CHANGES. The conventional-commits preset resolves a breaking change under a0.xmajor to a minor bump, so the cut is0.37.0rather than1.0.0. Nothing here decides whether SOAT is ready for1.0.0— that stays an explicit call.Contents
Upgrading callers need the three renames from #1199: the
has_tool_callandmax_chain_generationsstop condition types, thegeneration_count/trace_countkeys on a409 AGENT_HAS_DEPENDENTS, and theX-Soat-Context-session_id,-actor_idand-actor_external_idtool headers.Merge instructions
Squash and merge, so the commit landing on
mainkeeps a subject starting withchore(release):. Every job inmain.ymlre-checks that prefix onhead_commit.message; a default merge commit is titledMerge pull request #NNN…, which would silently skip the tag push, the npm publish and the Docker image while the PR still shows green.Per
.claude/rules/release.md,pr.ymlskips the build, smoke and tutorials jobs on achore(release):title, since these commits were already validated onmain. The 49-file diff in #1199 passed the full suite there, including smoke and tutorials.After merging, confirm the
main.ymlrun actually started for the merge commit rather than being skipped.🤖 Generated with Claude Code
https://claude.ai/code/session_01DRwsGecUbNX8PcAzZ5L2ov
Generated by Claude Code