The working-directory tracker for cd/pushd/popd chains was simplified, dropping its telemetry-reporting branch
The internal helper that tracks the current working directory through a chain of cd, pushd, and popd commands (used to check permissions on subsequent commands) was simplified. It no longer takes an optional fourth parameter, and no longer reports whether it hit a "capped" directory-tracking limit or ended up in an "unresolved" state through a telemetry-adjacent callback. It now simply returns a deny result or nothing.
This is an internal cleanup that removes a reporting path Claude Code no longer needs, without changing what a command chain that uses cd/pushd/popd is allowed or denied to do.