chore(docs): fix remaining 'SpiceLabs' -> 'Spice Labs' in README#33
Merged
Conversation
Three leftover instances in README.md that the previous rename pass missed: the Pepper bot description (line 9), the SAST workflow description (line 228), and the dependency-review license-policy rationale (line 387). The GitHub org name 'SpiceLabsHQ' is intentionally left as-is.
There was a problem hiding this comment.
Chore exemption — chore(docs): title prefix; README prose-only diff. Verified all three spacing fixes (SpiceLabs → Spice Labs) render correctly in context and match the stated intent. SpiceLabsHQ org name correctly preserved.
When you're ready for another pass, just drop @pepper review in a comment — I'm here to help! 🌶️
— Pepper
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
Restores the README naming-cleanup commit you authored locally as
3f3f295that didn't make it through the original branch path.The commit fixes three leftover
SpiceLabsreferences in the README that the previous rename pass missed:The GitHub org name
SpiceLabsHQis intentionally left as-is.Why a follow-up PR
The original commit
3f3f295was on theryan/readme-spicelabs-spacing-nitbranch but didn't land onmain. PR #32 (release-artifacts) merged on top oforigin/mainpast where 3f3f295 was based, so the rename fixes never reachedmain. Cherry-picking the original onto currentmainyields commitb9f8437(this PR's only commit).Test plan