Skip to content

docs: sync design docs to shipped state#17

Merged
sebyx07 merged 5 commits into
mainfrom
feat/readme-v1-pass
Jun 30, 2026
Merged

docs: sync design docs to shipped state#17
sebyx07 merged 5 commits into
mainfrom
feat/readme-v1-pass

Conversation

@sebyx07

@sebyx07 sebyx07 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Summary

  • CLAUDE.md: mark desktop and android adapters ✅ shipped (both are fully implemented in src/adapters/)
  • docs/idea/architecture.md: correct "Two adapters" → "Three adapters"; add android adapter to diagram

Last task in the feat/readme-v1-pass PR group (Docs for v1).

sebyx07 and others added 4 commits June 29, 2026 19:42
- 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>
@sebyx07 sebyx07 added the claudetm Claude Task Master label Jun 30, 2026
@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 21 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: aca47781-f1f8-4f62-a364-61e4dadba7ea

📥 Commits

Reviewing files that changed from the base of the PR and between 533a05c and 0fffc43.

📒 Files selected for processing (7)
  • CLAUDE.md
  • CONTRIBUTING.md
  • README.md
  • docs/adapters-howto.md
  • docs/idea/architecture.md
  • docs/reference.md
  • src/adapters/browser/browser-adapter.integration.test.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/readme-v1-pass

Comment @coderabbitai help to get the list of available commands.

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>
@sebyx07 sebyx07 merged commit a1a391e into main Jun 30, 2026
2 checks passed
@sebyx07 sebyx07 deleted the feat/readme-v1-pass branch June 30, 2026 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

claudetm Claude Task Master

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant