refactor(vibe): simplify durable session flow
Typecheck / typecheck (backend) (push) Has been cancelled
Typecheck / typecheck (workers) (push) Has been cancelled
Typecheck / typecheck (backend) (pull_request) Has been cancelled
Typecheck / typecheck (workers) (pull_request) Has been cancelled

This commit is contained in:
kami
2026-08-03 12:44:08 +04:00
parent 61a1373ca9
commit 9eba247a58
16 changed files with 191 additions and 520 deletions
+2 -2
View File
@@ -75,8 +75,8 @@ export interface HealthResponse {
redis: 'ok' | 'error' | 'unknown';
}
// Active v2 recommendation session. The sessionId comes from
// POST /api/v2/vibe/start and identifies the Redis-stored plan.
// Active durable recommendation session. The sessionId comes from
// POST /api/v2/vibe/sessions and identifies its persisted plan.
export interface VibeSession {
sessionId: string;
seedTrackId: string | null;