You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make determinism [SKILL=<name>] runs the loop's regression gate. Fix the 4 non-trace-review determinism configs whose exec provider path never resolved (promptfoo runs exec from the config dir; give each skill a local eval-run.sh wrapper). Exclude dev-only eval-run.sh from the shipped plugin.
@@ -64,6 +64,21 @@ skills-check: ## Fail if generated plugin skills/commands drift from repo-root s
64
64
skills-guard: ## Detect skill edits made in the WRONG (generated) tree and fold them into the source
65
65
@bash scripts/skills-guard.sh
66
66
67
+
determinism: ## Run the promptfoo determinism gate for skills with a config (needs API keys + Langfuse; not in CI). One skill: make determinism SKILL=<name>
0 commit comments