Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:05:26 +08:00
commit c4490425a6
6 changed files with 191 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "spending-tracker",
"description": "Track Claude Code API spending with daily and hourly breakdowns",
"version": "1.0.0",
"author": {
"name": "Fucheng Warren Zhu",
"email": "wzhu@college.harvard.edu"
},
"commands": [
"./commands"
]
}