demo: AFTER — same PR after mise run git:squash-gen (default mode)#3012
Draft
qstearns wants to merge 4 commits into
Draft
demo: AFTER — same PR after mise run git:squash-gen (default mode)#3012qstearns wants to merge 4 commits into
mise run git:squash-gen (default mode)#3012qstearns wants to merge 4 commits into
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
2a5ad5d to
d4d7f4c
Compare
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
The "after" half of the paired squash-gen demo. Companion PR: demo/before → demo/base (#3011).
This branch starts identically to demo/before. After running:
…the four "feature" commits have all their generated-file churn surgically lifted into a single
chore(gen): regenerate artifactstip. The prep commits at the bottom acted as scope fences (squash-genadvances scope-start past any labeledmig:/gen:/chore(gen):ancestor).chore(gen): mark .speakeasy/out.openapi.yaml as linguist-generatedchore(gen): take ownership of client/sdk/.gitattributes via .genignorechore(dashboard): clarify OAuth mode docstringfeat(usersessions): add roastUserSession endpointfeat(usersessions): count active sessions per issuerfix(elements): clarify defaultGetSession relay pathchore(gen): regenerate artifactssquash-genoutput for reference:What to look at
b2is the showcase commit: samefeat(usersessions): add roastUserSession endpointas demo/before'sa2, same author/date/body — but now containing only the 3 files of actual hand-written change (server/design/usersessions/design.go,server/internal/usersessions/sessionhandlers.go,go.sum). The 28 generated files that were buried in the original now sit inb5 chore(gen): regenerate artifactswhere they belong.Reviewers of demo/before's
a2had to mentally subtract 2,800 lines of generated noise to find the ~60 lines of actual code change. Reviewers ofb2see exactly the hand-written diff.🤖 Generated with Claude Code