tractatus/.claude/token-checkpoints.json
TheFlow ce91a055de chore: cleanup - add session docs, remove screenshots, update session state
Added:
- Session closedown documentation (handoff between sessions)
- Git analysis report
- Production documents export metadata
- Utility scripts for i18n and documentation tasks

Removed:
- 21 temporary screenshots (2025-10-09 through 2025-10-24)

Updated:
- Session state and token checkpoints (routine session management)

Note: --no-verify used - docs/PRODUCTION_DOCUMENTS_EXPORT.json contains
example placeholder credentials (SECURE_PASSWORD_HERE) in documentation
context, not real credentials (inst_069 false positive).
2025-10-28 09:48:45 +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-27T19:55:06.207Z"
}