You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add internal/flock package with portable advisory file locking
(syscall.Flock on Unix, LockFileEx on Windows).
- Serialize CheckDailyBudget and DailyTokenUsage with a lock file.
- Write the budget file with 0600 instead of 0644 permissions.
- Add tests for flock serialization, budget file permissions, and
concurrent budget billing.
0 commit comments