docs(overhaul): correct S5 c1 review comments

Remove the deleted outdoor-fallback claim, describe the visible-cell union as diagnostics rather than a shared admission answer, and distinguish the landscape particle, resident-light, and future shadow consumers.

Correct ParticleSystem complexity prose: only the SortedSet indexes have logarithmic lifecycle edges; the view list uses binary-search insertion with linear shift and linear removal.

Focused verification: Core ParticleSystemTests 47/47; App visibility/terrain/frame/renderer 38/38; AP-116 settings/live-object 3/3; git diff --check clean. No behavior, tests, register, or architecture change.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Erik 2026-09-04 16:38:03 +02:00
parent 282fe87fb3
commit 4d1110812c
4 changed files with 33 additions and 16 deletions

View file

@ -360,3 +360,15 @@ visibility/terrain/frame/renderer tests, and 3 AP-116 settings/live-object
tests), commit once, then return to a narrow retail comment-truth re-review.
The production/gate-honesty lens remains undispatched until that re-review
passes. A third fix round still stops the chunk.
### 10.1 Fix-round-1 implementation result
The three stale descriptions are corrected without behavior or assertion
changes. `UseWorldView` now names only the completed retail PView and explicitly
excludes the null-root safety draw. `CopyVisibleCellsTo` describes a diagnostic
union and names the distinct particle, point-light, and future directional-
shadow consumers. `ParticleSystem` scopes the logarithmic lifecycle statement
to its `SortedSet` indexes and records the sorted list's binary-search plus
linear-shift insertion and linear search/compaction removal costs. Focused gate
results: Core `ParticleSystemTests` 47/47, App visibility/terrain/frame/renderer
38/38, and AP-116 settings/live-object 3/3; `git diff --check` is clean.