managarten/apps-archived/memoro/apps/mobile/features/subscription/usageData.json
Till-JS 61d181fbc2 chore: archive inactive projects to apps-archived/
Move inactive projects out of active workspace:
- bauntown (community website)
- maerchenzauber (AI story generation)
- memoro (voice memo app)
- news (news aggregation)
- nutriphi (nutrition tracking)
- reader (reading app)
- uload (URL shortener)
- wisekeep (AI wisdom extraction)

Update CLAUDE.md documentation:
- Add presi to active projects
- Document archived projects section
- Update workspace configuration

Archived apps can be re-activated by moving back to apps/

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 07:03:59 +01:00

18 lines
434 B
JSON

{
"usage": {
"total": 50,
"lastWeek": 350,
"lastMonth": 1200,
"currentMana": 785,
"maxMana": 1000,
"history": [
{ "date": "2025-04-25", "amount": 50 },
{ "date": "2025-04-26", "amount": 70 },
{ "date": "2025-04-27", "amount": 30 },
{ "date": "2025-04-28", "amount": 45 },
{ "date": "2025-04-29", "amount": 80 },
{ "date": "2025-04-30", "amount": 55 },
{ "date": "2025-05-01", "amount": 20 }
]
}
}