docs: sync design docs to shipped state#17
Conversation
- Status: all three adapters (web/desktop/android) now ship; replay.mp4 note - Add Quickstart section: init → .mcp.json → start_debug → get_findings - Add Troubleshooting: Chrome-not-found, session locked, timeout, empty findings, ffmpeg-absent Co-Authored-By: Claude <noreply@anthropic.com>
- 5 outer MCP tools with param tables (start_debug, send_message, get_findings, describe, end_session) - full Findings schema breakdown (status, steps, bugs, visual, summary, evidence) - typical flow section Co-Authored-By: Claude <noreply@anthropic.com>
Workflow, CI gate, conventions, and test tiers in CONTRIBUTING.md. Step-by-step adapter dev guide covering contract, schema, factory, session-builder seam, tests, and a checklist. Co-Authored-By: Claude <noreply@anthropic.com>
- Mark desktop and android adapters ✅ shipped in CLAUDE.md - Fix architecture.md: "Two adapters" → "Three adapters"; add android to diagram Co-Authored-By: Claude <noreply@anthropic.com>
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 21 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
The integration test read `server.port` on every `beforeEach`/`open`. On the Blacksmith CI runner the getter intermittently returns -1 mid-run while the server stays up, producing `http://localhost:-1/` and failing all 12 navigations after the first few tests. Resolve the OS-assigned port once in `beforeAll`, fail loud if it isn't a valid port, and reuse the cached base URL everywhere — mirroring the existing pattern in e2e.test.ts / dummy-web.e2e.test.ts. Co-Authored-By: Claude <noreply@anthropic.com>
Summary
CLAUDE.md: mark desktop and android adapters ✅ shipped (both are fully implemented insrc/adapters/)docs/idea/architecture.md: correct "Two adapters" → "Three adapters"; add android adapter to diagramLast task in the
feat/readme-v1-passPR group (Docs for v1).