Fix feedback submissions rejected by metadata validation - #256
Fix feedback submissions rejected by metadata validation#256AmanVarshney01 wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Essentials Run ID: 📒 Files selected for processing (2)
Included review availability: 2 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 3 reviews per hour. Summary by CodeRabbit
WalkthroughThe feedback payload now serializes Priority: ➖ Normal Merge Risk: ⚪ Minimal · up to The feedback payload supplies the required metadata fields with no remaining merge-blocking issue. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
commit: |
prisma feedbackfails against the live service with HTTP 400:meta must be an object with string values.The engine migration changed the wire payload from flatnodeVersionmetadata to a nestedruntimeobject.Restore the service-compatible metadata fields (
cliVersion,nodeVersion,platform,arch) while preserving the CLI result's existing context shape. The local test server now rejects non-string metadata values, and the payload assertion checks the restored contract.Validation:
pnpm typecheckandpnpm lintpass.01a08fe1-2a2d-7000-8a55-b334e2488a5ewith exit code 0.Separate from artwork PR #253; no engine version or deployment changes.