- Use overall_score instead of overallScore (snake_case)
- Use level.name instead of pressureLevel.name
- Properly convert decimal to percentage (multiply by 1000, divide by 10)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add --tokens=<current>/<budget> parameter to framework-stats.js
- Calculate and display real-time context pressure when tokens provided
- Show data source (real-time/cached/history/stats) in output
- Display warning when showing cached data
- Include token budget and usage percentage in output
Fixes issue where ffs showed stale 0% pressure from cached session state
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>