Remove file_include_globs so each workspace regenerates config.yaml from config.example.yaml in setup instead of inheriting a stale copy. The inherited copy carried a fixed detector_url that didn't match the per-workspace detector port, leaving the proxy pointed at the wrong detector. The remaining globs only covered an empty .env, so the setting is dropped entirely.
"$schema" = "https://conductor.build/schemas/settings.repo.schema.json"
-file_include_globs = ".env\n.env.local\n.env.*.local\nconfig.yaml\n"
-
[scripts]
setup = """
set -e