From: Stefan Gasser Date: Tue, 23 Jun 2026 08:55:05 +0000 (+0200) Subject: Stop seeding config.yaml into new Conductor workspaces (#110) X-Git-Tag: v0.7.0~7 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=34c0c728075cd370f0a3957b6fac90479414f4ad;p=sgasser-llm-shield.git Stop seeding config.yaml into new Conductor workspaces (#110) 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. --- diff --git a/.conductor/settings.toml b/.conductor/settings.toml index c543973..670eeb2 100644 --- a/.conductor/settings.toml +++ b/.conductor/settings.toml @@ -1,7 +1,5 @@ "$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