]> git.99rst.org Git - sgasser-llm-shield.git/commitdiff
Use named Conductor development run (#152)
authorStefan Gasser <redacted>
Sun, 26 Jul 2026 07:45:52 +0000 (09:45 +0200)
committerGitHub <redacted>
Sun, 26 Jul 2026 07:45:52 +0000 (09:45 +0200)
.conductor/settings.toml

index 670eeb2312fd6241b655fac1a56b5eea39897d38..f5027b5f667a03d9ce9bbb42984cc22deefe17fa 100644 (file)
@@ -19,7 +19,14 @@ mv "$tmp" config.yaml
 
 mkdir -p data
 """
-run = """
+archive = """
+PORT="${CONDUCTOR_PORT:-3000}"
+docker compose -p "pasteguard-${PORT}" --profile dev down --remove-orphans || true
+"""
+run_mode = "concurrent"
+
+[scripts.run.dev]
+command = """
 set -e
 
 PORT="${CONDUCTOR_PORT:-3000}"
@@ -30,8 +37,5 @@ export DETECTOR_URL="http://localhost:${PASTEGUARD_DETECTOR_PORT}"
 docker compose -p "pasteguard-${PORT}" --profile dev up detector -d
 bun run dev
 """
-archive = """
-PORT="${CONDUCTOR_PORT:-3000}"
-docker compose -p "pasteguard-${PORT}" --profile dev down --remove-orphans || true
-"""
-run_mode = "concurrent"
+default = true
+icon = "play"
git clone https://git.99rst.org/PROJECT