Files
CLIProxyAPI/internal/watcher
Luis Pater 084f25c798 fix(watcher): preserve concurrent file updates during auth snapshot rescans
- Track auth revisions and file observations to detect changes that occur while background auth scans are in flight.
- Invalidate and drop stale scanned auth records in `refreshAuthState` when concurrent file modifications or deletions are observed.
- Reject out-of-order delayed snapshot updates in `dispatchAuthUpdates` using watcher-local revision counters.

Closes: #5528
2026-09-06 05:36:32 +08:00
..