fix: add --no-verify flag to skip preflight check in create-prd#162
fix: add --no-verify flag to skip preflight check in create-prd#162zerone0x wants to merge 1 commit intosubsy:mainfrom
Conversation
Adds a --no-verify flag to the create-prd command that allows users to skip the agent preflight verification check. This is useful when the preflight check fails but the agent is actually working correctly. When preflight fails, the error message now also suggests using --no-verify as a workaround. Fixes subsy#161 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
@zerone0x is attempting to deploy a commit to the plgeek Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughA new Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
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 |
Summary
Fixes #161
Adds a
--no-verifyflag to thecreate-prdcommand that allows users to skip the agent preflight verification check. This addresses the issue where the preflight check fails but the agent is actually working correctly.Changes
noVerifyoption toCreatePrdArgsinterface--no-verifyflag parsing inparseCreatePrdArgs()--no-verifyto help textrunChatMode()to conditionally skip preflight when--no-verifyis passed--no-verifyas a workaround when preflight failsUsage
Test Plan
ralph-tui create-prd --helpshows--no-verifyoptionralph-tui create-prd --no-verifyskips verification🤖 Generated with Claude Code
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.