Conversation
Report each plane's requirements explicitly instead of a flat surface-toolchain list: E2B (key + e2b-desktop), local web (node + Chrome/Chromium), local Electron (node), Android AVD (adb + emulator), Android Redroid (docker), iOS (xcrun + idb + idb_companion), the macOS/iOS VM (tart or a remote Mac), and macOS-native (this host). Chrome and docker/tart were previously unchecked, so `doctor` now tells a user exactly what to install for their target surface.
Document every execution plane (local web, local Electron, E2B sandbox, Android AVD/Redroid, iOS, macOS/iOS VM, macOS native): what each runs, the local tools or cloud key it needs, the config to select it, and its doctor line. The two local planes are verified end to end (headless Chrome/Electron over CDP, no cloud key). Linked from the README index, the MkDocs nav, and the DeepWiki config.
Follow-up to cf01539 (stop tracking docs/): remove the Phase-6 machinery that assumed tracked docs and breaks with docs/ gitignored — the docs/ tool-reference sync test, its generator (docs_gen.py / gen_docs.py), and mkdocs.yml. Repoint .devin/wiki.json at code + README (the removed docs/*.md no longer exist for DeepWiki to read). Also fix .env.example: the detector implements replicate|http only, not the advertised "local" backend.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Verifies the execution planes, upgrades
doctor, and reconciles docs to DeepWiki-only. Carries your docs commits (cf01539docs-untrack,d5e6ecdDeepWiki link,35c26dfbadges) plus:Plane verification (this session)
electron .over CDP, DOM grounding). The E2B, Android, and macOS/iOS-VM planes need accounts/devices, sodoctornow checks their prerequisites instead.Changes
doctor: per-plane prerequisite checks (E2B key+SDK, local web = node+Chrome, local Electron = node, Android AVD = adb+emulator, Android Redroid = docker, iOS = xcrun+idb+idb_companion, macOS/iOS VM = tart or a remote Mac, macOS-native = host). Chrome/docker/tart were previously unchecked.docs/gitignored (the tool-reference sync test,docs_gen.py/gen_docs.py,mkdocs.yml); repoints.devin/wiki.jsonat code + README..env.exampleadvertised alocaldetector backend thatdetector.pydoes not implement (replicate | http only).Verification
pytest -qgives 347 passed; ruff clean.Left to you (you're editing README concurrently): the README already drops the
docs/links on this branch.