Under the hood
iOS app project detection gains a way to bypass its cache and treats 'unknown' like a cache miss
What
The internal helper that checks whether a project is an iOS app project was renamed and now accepts an options object with a fresh flag. Setting fresh clears the previously cached result before re-checking. It also now treats a has_ios_app_project result of null (unknown) the same as a null result, meaning both cases invalidate the cache rather than being treated as a settled answer.
Why
This lets Claude Code force a re-check of whether a project is an iOS app instead of always trusting a stale or inconclusive cached answer.