Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:57:54 +08:00
commit 8f952ee727
50 changed files with 11199 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"user_id": null,
"tax_level": "smart",
"intelligence_mode": "smart",
"alerts_enabled": true,
"alert_preferences": {
"budget": true,
"tax": true,
"patterns": true,
"optimization": true,
"frequency": "weekly"
},
"backup_before_mutations": true,
"auto_archive": true,
"default_report_formats": [
"markdown",
"csv"
],
"household": {
"enabled": false,
"members": [],
"split_method": "proportional"
},
"benchmarking": {
"enabled": false,
"criteria": {}
}
}