@vess-id/ai-identity 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -2837,6 +2837,12 @@ declare class VPManager {
2837
2837
  }>;
2838
2838
  }
2839
2839
 
2840
+ /**
2841
+ * NOTE: MemoryManager is currently DORMANT (as of 2026-03-29).
2842
+ * The API memory endpoints exist but are not actively called in production.
2843
+ * The server-side implementation (InMemoryProvider) is volatile and not shared across instances.
2844
+ * Do not rely on this in production until a persistent backend is introduced.
2845
+ */
2840
2846
  interface MemoryDocument {
2841
2847
  id: string;
2842
2848
  namespace: string;