Dashboard › opencode-lore › wouldReindexForwardedOutput quadratic D…
01a09f61-f138-7fb3-b96c-f7abff2d15bdTrap: recomputing the complete visible-output projection for every recall argument delta looks safest because any frame might affect coordinates, but sorting accumulated items and scanning forwarded indices per frame creates an algorithmic DoS within valid byte/frame limits. Fix: run the expensive check only when an output index first becomes recall-private, retain source indices on deferred events, and update projection state incrementally.