Allow .plan extension for assembler deploy apply#3267
Conversation
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe PR updates the 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
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 |
Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Why
The
assembler deploy plancommand writes plan files with a.planextension, butassembler deploy apply --plan-fileonly accepted.json. This caused CI to fail with:extension must be one of: json.What
Added
planto the allowed extensions on the--plan-fileparameter ofassembler deploy apply.