chore: CLI readability cleanups from ShipGate auto-fix pass - #125
Closed
inquilabee wants to merge 1 commit into
Closed
chore: CLI readability cleanups from ShipGate auto-fix pass#125inquilabee wants to merge 1 commit into
inquilabee wants to merge 1 commit into
Conversation
Focused format/ruff fixes from an external ShipGate review run.
Contributor
📝 WalkthroughWalkthroughThis PR applies behavior-preserving formatting and whitespace changes across production and test code. No executable logic, output content, exception behavior, or test assertions are changed. ChangesFormatting cleanup
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
inquilabee
force-pushed
the
shipgate-readability-fixes
branch
from
July 30, 2026 00:34
fcacf94 to
5e75aa8
Compare
Collaborator
|
Thanks for proposing this. I will be adding a pipeline for running |
Author
|
Thanks @nezhar — since you're adding a ruff pipeline on every commit, I'll close this PR and let you handle linting in the way that fits the project. Appreciate the positive response. |
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.
Small readability cleanups in the VibePod CLI core (
src/vibepod) and related tests from a ShipGate auto-fix pass.Summary
Review run with ShipGate 0.1.7.
ShipGate reported ~252 lint findings in the full check suite. This PR applies safe ruff/format fixes in core CLI modules; see the linked gist for raw captures.
Hotspots and improvement notes below are scoped to Python (
*.py) source.File hotspots
src/vibepod/commands/task.pysrc/vibepod/core/docker.pysrc/vibepod/commands/run.pytests/test_run.pytests/test_overlay.pysrc/vibepod/commands/skills.pytests/test_task_cmd.pysrc/vibepod/core/skills_engine.pyRefactor hints (optional apply)
No hint-tier refactor opportunities in scope (or
refactor-strict.outempty).What you are doing right
pytestpassed locally (349 passed, 1 skipped).What you could improve
src/vibepod/commands/task.pyconcentrates the most findings.Changes
shipgate format+ruff --fixsrc/vibepod+ teststestspython -m pytest -qgreen locally