loadInitial() had guard !isLoading but isLoading defaults to true, so it returned immediately without loading. Replaced with hasLoadedOnce flag to prevent double-loading without blocking the first call. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>