mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 04:41:09 +02:00
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>
18 lines
434 B
JSON
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 }
|
|
]
|
|
}
|
|
}
|