feat(cost-guard): global Gemini daily budget + EOC alarm; trial requires verified email
This commit is contained in:
@@ -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 };
|
||||
}),
|
||||
})),
|
||||
|
||||
Reference in New Issue
Block a user