tractatus/.claude/token-checkpoints.json
TheFlow 05f53f5f59 docs: update systemd documentation and bump cache version to v1.0.3
- Added comprehensive systemd process management section to CLAUDE.md
- Migrated from pm2 to systemd for production service management
- Updated cache-busting version to v1.0.3 on index.html
- Tooltips already configured for hover-only display (opacity-0 group-hover:opacity-100)
- Leader card action button verified and present
2025-10-09 09:46:46 +13:00

27 lines
No EOL
491 B
JSON

{
"version": "1.0.0",
"budget": 200000,
"checkpoints": [
{
"percentage": 25,
"tokens": 50000,
"completed": false,
"timestamp": null
},
{
"percentage": 50,
"tokens": 100000,
"completed": false,
"timestamp": null
},
{
"percentage": 75,
"tokens": 150000,
"completed": false,
"timestamp": null
}
],
"next_checkpoint": 50000,
"overdue": false,
"last_check": "2025-10-08T20:18:42.304Z"
}