From 1f94f27b5754c64a527836872b9fabd4fe08480c Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:55:00 +0000 Subject: [PATCH] docs(tasks): draft realtime invalidation bus task for SDK Creates a Kanban task file outlining the architectural plan and implementation steps for adding a zero-dependency real-time event bus to `@auth-yes/sdk`. This bus will listen for Valkey RESP3 push invalidation events and emit raw token strings to registered listeners, ensuring safe and isolated execution to prevent downstream crashes. Co-authored-by: mrteye <1945243+mrteye@users.noreply.github.com>