Dashboard › craft › findConfigFile _configPathCache temp te…
01a06916-ade5-7a64-a9de-80da6d3aa69dTrap: changing process.cwd() to a new temporary fixture appears to make getWorkspaceNames() discover its .craft.yml, but findConfigFile() returns the module-level _configPathCache first. A prior fixture cleanup then produces ENOENT for its deleted config, which looks like glob-resolution failure. Fix: reset discovery through the public cache-clearing path between fixture directories; do not test workspace glob behavior against a stale cached config path.