You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android snapshot occlusion now measures rectangle-union coverage with an event-driven sweep instead of allocating a Cartesian X/Y cell grid.
This keeps exact union semantics, drawing-order policy, the 90% coverage threshold, deterministic work budgets, and cooperative cancellation while allowing broad valid footprints to complete within their existing caps. The geometry now lives in one Android-owned module with oracle-backed tests.
The separate quadratic sibling-candidate scan remains out of scope. No snapshot schema, CLI surface, docs, or skills changed.
Validation
Before the fix, planted regression runs exhausted the original 1,024- and 1,650-work-unit caps. Both cases pass at those same caps after the change.
pnpm check:affected --run passed: 273 test files and 1,845 tests, including provider integration, format, lint, typecheck, layering, Fallow, and build.
Live Android emulator verification at b82669f8 captured Settings through android-helper 0.20.10 with healthy snapshot quality: 118 acquired nodes, 34 presented nodes, and 312 ms helper time. The verification session was closed.
Clean and merge-ready at b82669f8. The event-driven X sweep preserves exact union/intersection semantics and the existing >= 0.9 publication rule while replacing the Cartesian allocation. Focused tests and exact-head live Android evidence are valid; all 27 checks, including Android Smoke, are green, and size growth is only +494 B. Non-blocking residual: active Y intervals are re-sorted per slab, so adversarial staggered inputs are bounded by the cooperative work budget rather than formally linear time.
Preview removed because the pull request was closed.
2026-08-24 05:59 UTC
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
ready-for-humanValid work that needs human implementation, judgment, or maintainer merge
1 participant
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.
Summary
Android snapshot occlusion now measures rectangle-union coverage with an event-driven sweep instead of allocating a Cartesian X/Y cell grid.
This keeps exact union semantics, drawing-order policy, the 90% coverage threshold, deterministic work budgets, and cooperative cancellation while allowing broad valid footprints to complete within their existing caps. The geometry now lives in one Android-owned module with oracle-backed tests.
The separate quadratic sibling-candidate scan remains out of scope. No snapshot schema, CLI surface, docs, or skills changed.
Validation
Before the fix, planted regression runs exhausted the original 1,024- and 1,650-work-unit caps. Both cases pass at those same caps after the change.
pnpm check:affected --runpassed: 273 test files and 1,845 tests, including provider integration, format, lint, typecheck, layering, Fallow, and build.Live Android emulator verification at
b82669f8captured Settings throughandroid-helper0.20.10 with healthy snapshot quality: 118 acquired nodes, 34 presented nodes, and 312 ms helper time. The verification session was closed.