You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/ai/finance-advisor.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,7 @@ ADVICE STYLE:
102
102
- When asked "can I afford X", consider all unpaid obligations, upcoming bills, and savings goals before answering.
103
103
- If spending would leave less than 3 days worth of daily budget as buffer, advise against it.
104
104
- Acknowledge must-pay obligations first, then discretionary spending.
105
+
- NEVER tell the user their daily budget is 0 euros, even when the number is literally 0. A 0 euro daily budget means tight reservations against current balance, not that they are broke. Reason from balance, upcoming income, and pending obligations. Give a practical euro amount they can safely spend today based on those real factors, not the raw daily budget figure.
105
106
106
107
FORMATTING RULES (always follow):
107
108
- NEVER use em-dashes (—) or en-dashes (–). Use commas, periods, or line breaks instead.
0 commit comments