]> git.99rst.org Git - sgasser-llm-shield.git/commitdiff
Stop seeding config.yaml into new Conductor workspaces (#110)
authorStefan Gasser <redacted>
Tue, 23 Jun 2026 08:55:05 +0000 (10:55 +0200)
committerGitHub <redacted>
Tue, 23 Jun 2026 08:55:05 +0000 (10:55 +0200)
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.

.conductor/settings.toml

index c543973c6bbf661750e80d9dac15331f54daae91..670eeb2312fd6241b655fac1a56b5eea39897d38 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT