mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
#5 review: the isResolvedPresentation guard in the derive effect's update() was runtime-redundant — the monitor gates `monitoring` on a resolved presentation and transitions before effects re-run, so `current` is always resolved there. Drop the guard and cast to `Presentation`, with a comment citing the invariant. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>