docs: clarify Hyperliquid real-price setup and SSL fix#36
Conversation
Add a practical onboarding checklist for technical/QA engineers covering baseline checks, safety regression slices, MCP/privacy verification, PR review flow, invariant audit points, and escalation rules. Co-authored-by: Codex <codex@openai.com>
Co-authored-by: OpenAI Codex <codex@openai.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR adds two independent documentation updates: a new QA onboarding checklist for validating ZERO in a safety-critical runtime, and a troubleshooting note in the engine README for resolving certificate verification failures in ChangesQA Onboarding Checklist
README Troubleshooting
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
squaeragent
left a comment
There was a problem hiding this comment.
Approved: docs-only contribution, no runtime or safety-boundary changes, all checks green.
Summary
Add a short troubleshooting note to
engine/README.mdunder the--hyperliquid-live-pricessection.It explains what to do when
/market/quotereturns503withCERTIFICATE_VERIFY_FAILED, so users can read real Hyperliquid mids in paper mode.Tests
Docs-only change. No runtime behavior changes.
Safety Impact
No execution, sizing, credentials, auth, risk gate, or operator command logic changed.
AI Assistance
Checklist
Context packet: user hit
/market/quote503while using--hyperliquid-live-prices; API error showed Python SSL certificate validation failure (CERTIFICATE_VERIFY_FAILED).Safety invariant: paper mode stays default and fail-closed; read-only market data setup must not weaken custody or enable live order placement.
Summary by CodeRabbit
Documentation