7fc73e6ac84cc7bc2e010bf2a88affb29966bf5e
`web_surface_live_site_tests.rs` (648, behind the `live-site-smoke` feature) was the last file over the audit ceiling. Its helpers split cleanly one-directionally: drivers/waiters call the leaf validators/builders, never the reverse. Keep imports, consts, the 6 tests, `run_isolated_live_site_test`, the `assert_*` drivers, `render_web_surface_frame`, and the `wait_for_*` helpers in the parent; move the leaf validators + pure fixtures (`ExpectedCssViewport`, `validate_prd_frame*`, `log_prd_frame`, `require*`, `*_bounds`, `live_scroll_point`, `web_tab`, `normalized_url`) into `web_surface_live_site_support.rs` as `pub(super)` items, opened with `use super::*;`. Parent pulls them back via `use ...support::*`. 470 / 184 lines. `cargo build/clippy -p ely_app --tests --features live-site-smoke -- -D warnings` clean. scripts/audit_source_lines.sh now exits 0 (every source file <= 500). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ELY Browser
Native Rust + GPUI browser workspace for ELY Browser by Elydora.
The repository is organized around explicit product boundaries from PRD.md:
domain state, browser orchestration, design tokens, GPUI shell, and Servo host contracts.
Reference GPUI ecosystem repositories live under references/ for local review and are excluded
from version control.
Local Commands
cargo fmt --all --check
cargo check --workspace --all-targets
cargo clippy --workspace --all-targets -- -D warnings
cargo test --workspace --all-targets
cargo check -p ely_servo_host --features servo-engine --all-targets
cargo clippy -p ely_servo_host --features servo-engine --all-targets -- -D warnings
cargo test -p ely_servo_host --features servo-engine --test software_host
scripts/verify_prd_site_rendering.sh
scripts/verify_windows_app_manifest.sh
cargo run -p ely_app
Cloudflare Auth Configuration
/api/auth/* is served by Better Auth in the Cloudflare Worker. Local wrangler dev
uses ELY_AUTH_BASE_URL from cloudflare/wrangler.toml; deployed environments should
set the matching public Worker origin.
Use Wrangler secrets or an untracked cloudflare/.dev.vars file for the remaining auth
bindings:
wrangler secret put ELY_AUTH_SECRET
wrangler secret put ELY_AUTH_GOOGLE_CLIENT_ID
wrangler secret put ELY_AUTH_GOOGLE_CLIENT_SECRET
wrangler secret put ELY_AUTH_GITHUB_CLIENT_ID
wrangler secret put ELY_AUTH_GITHUB_CLIENT_SECRET
wrangler secret put ELY_AUTH_EMAIL_OTP_ENDPOINT
wrangler secret put ELY_AUTH_EMAIL_OTP_TOKEN
Languages
Rust
76.2%
TypeScript
18.6%
JavaScript
3.8%
Shell
0.8%
CSS
0.3%
Other
0.2%