Print sizing fix + auto-merge workflow for claude/* branches#3
Merged
Conversation
Print/PDF output was constrained to max-width 650px with 40px padding, causing stories to print at ~6x5 on 8.5x11 paper. Now uses @page rules with proper margins (0.75in/1in) and full-width body so content fills the page naturally. Also adds virtue name badge and description under the story title in both the on-screen display and print output so readers know what virtue the story is practicing. https://claude.ai/code/session_01JTtoDiSYiPrcPrnACCB7wP
When Claude Code pushes to a claude/ branch, this workflow automatically creates a PR and merges it into main, so changes deploy to Vercel without manual merging. https://claude.ai/code/session_01JTtoDiSYiPrcPrnACCB7wP
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Two commits left over on
claude/reproduce-visual-flows-QS0Mnafter PR #2 merged:@pagerules (0.75in/1in margins) and a full-width body. Also adds a virtue name badge and short description under the story title both on screen and in print.claude/**branch, so Claude Code pushes land on main (and therefore Vercel) without manual merging.Heads-up on the auto-merge workflow
Worth eyes-on before merging. As written, any push to a
claude/*branch will be merged into main withgh pr merge --auto. The--autoflag waits for required status checks before merging — so the safety here depends on whethermainhas branch protection rules requiring CI to pass. Ifmainhas no required checks, the merge happens immediately. Confirm branch protection is set up the way you want before relying on this.Test plan
claude/*branch and verify the workflow opens and auto-merges a PR (subject to branch protection).🤖 Generated with Claude Code