feat(cost-guard): global Gemini daily budget + EOC alarm; trial requires verified email

This commit is contained in:
Sven (AAMOS AI)
2026-08-12 06:43:32 +07:00
parent 2cd00f0106
commit 6c581bec1a
7 changed files with 96 additions and 10 deletions
+3
View File
@@ -102,6 +102,9 @@ function mapPayloadForEoc(parsed: Record<string, unknown>): Record<string, unkno
if (tile.label === "Allergen-brott" && allergenBreach) {
tone = "crit";
}
if (tile.label === "AI-budget" && tone === "crit") {
// already crit from buildWall
}
return { ...tile, tone };
}),
})),