docs: document rebase-before-push as soft recommendation - #49
Open
smartwatermelon wants to merge 1 commit into
Open
docs: document rebase-before-push as soft recommendation#49smartwatermelon wants to merge 1 commit into
smartwatermelon wants to merge 1 commit into
Conversation
Fixes #48. GitHub's "branch out of date" banner is a recurring nuisance signal that the pre-push routine doesn't include a rebase-onto-latest-base step. Documents it as a habit (not an enforced/blocking check) in the pre-push section and Known Gaps & Limitations table of WORKFLOW-DEEP-DIVE.md. Also reformats the file's markdown tables with proper GFM alignment padding to satisfy the markdownlint MD060 rule, which was failing on pre-existing tables (reproduced on main) before this change touched them. Claude-Session: https://claude.ai/code/session_019yrvtEbtQxBxDmZ4Fu9GrU
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
pre-pushsection ofdocs/WORKFLOW-DEEP-DIVE.md(since the pre-push hook doesn't currently check this) and a corresponding row in the Known Gaps & Limitations table.mainbefore this change touched them; fixing this was required to get a clean local pre-commit run.Test plan
pre-commit(markdownlint) passes locally#known-gaps--limitationsanchor link resolves correctlyCloses #48
https://claude.ai/code/session_019yrvtEbtQxBxDmZ4Fu9GrU