tractatus/.claude/token-checkpoints.json
TheFlow 925065ecdc fix(submissions): extract data from API response wrappers
CRITICAL FIX: Economist submission package was showing no data because
the frontend was storing the entire API response wrapper instead of
extracting the actual post and submission data.

Changes:
- submission-modal-enhanced.js: Extract .post from blog API response
- submission-modal-enhanced.js: Extract .data from submissions API response
- publications.routes.js: Restore original routes and add /targets endpoint
- Cache version bumped to force browser updates

Fixes: #economist-submission-data-missing
2025-10-24 16:35:10 +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-24T00:08:05.819Z"
}