Directory ownership for trusting local settings is checked once instead of repeatedly.
What's wrong with this entry?
Claude Code checks who owns the project directory before trusting local settings. That ownership is now read once in advance for the project root, .git and .claude, instead of once per check, and logs a specific reason when it skips.
- Requires the process to expose a user id and a backend that serves the workspace; where either is missing the per-call check runs as before.
settingsPrime: ownership of the local settings root not read ahead (the backend does not serve the workspace); the probe runs as today
Strings lifted out of the shipped bundle, so the claim above can be checked against them.