S5: onboarding → minne + smaksignaler (user_stated)

This commit is contained in:
Sven (AAMOS AI)
2026-08-11 04:43:43 +07:00
parent 1e18146665
commit f86a37dd33
26 changed files with 10812 additions and 2 deletions
+2
View File
@@ -599,6 +599,8 @@ export interface TasteSignal {
direction: number;
strength: number;
origin: SignalOrigin;
/** Axis-specific target, e.g. a cuisine slug or canonical ingredient id. */
target?: string;
refRecipeId?: string;
createdAt: string;
}
+2
View File
@@ -477,6 +477,8 @@ export const TASTE_AXES = [
"sweetness",
"herbs",
"umami",
"cuisine",
"ingredient_avoid",
] as const;
export type TasteAxis = (typeof TASTE_AXES)[number];