v1.0.1
What's Changed
Added
- Rate limit markers in preprocess.js (
%%/%5/%W/%O/%S/%X) with reset time parsing evtcolumn in timeline CSV (cost/context/session events, pipe-separated)- Win correction using ratelimit CSV boundaries in build-report.js
- Skull (💀) rendering on calendar for rate-limited hours
- Gist-based data upload in report-limit skill
Changed
- analyze-usage.js: 1-pass refactor (removed 2-pass win assignment)
- ALERT_LINE_RE simplified to single-group capture
- report-limit:
startsWith('limit_hit')matching for new rl format
Fixed
- CSV comma collision in reset info:
{2am,Asia/Seoul}→{2am@Asia/Seoul}
Full Changelog: v1.0.0...v1.0.1