Under the hood
Publish tool now checks the workspace root against an allowlist asynchronously instead of a simple string match
What
The publish tool's check for whether a given root directory falls inside the current workspace used to be a simple synchronous comparison of path strings. It now runs an asynchronous allowlist resolution process before deciding whether the root counts as inside the workspace.
Why
This changes the internal mechanics of a safety check used when publishing.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
The finding does not say what practical difference this makes for users, such as which paths are now accepted or rejected differently.