feat: add session library backend APIs

Add persisted session and pattern metadata for pinning, archiving, manual titles, and favorite patterns. Expose backend query and mutation APIs for session library features, and cover the shared helpers with tests.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Kaya
2026-03-22 19:33:20 +01:00
co-authored by Copilot
parent 585f2740a5
commit 4a229a1f88
10 changed files with 606 additions and 3 deletions
+1
View File
@@ -31,6 +31,7 @@ export interface PatternDefinition {
id: string;
name: string;
description: string;
isFavorite?: boolean;
mode: OrchestrationMode;
availability: PatternAvailability;
unavailabilityReason?: string;