New state file .claude/state/served-calls added to backup/restore handling and paths that tools should leave alone
A new state path, .claude/state/served-calls, has been added both to the list of files Claude Code can restore during local state persistence, and to the list of paths that git and file operations should avoid touching, alongside other protected state files like unattended-serving-consent.json.
Treating this new file the same way as other internal state files keeps it from being accidentally modified, deleted, or committed by normal git or file operations, while still letting Claude Code back it up and restore it as part of its own persisted state.
The finding does not say what "served-calls" tracks or how it's used beyond being persisted and protected.