Migrate repo fixtures to separated prompts/ and execution profiles/ with file-backed prompt templates

This commit is contained in:
2026-05-05 10:58:22 -05:00
parent 6142bd88ee
commit d82bcd0581
14 changed files with 77 additions and 57 deletions

View File

@@ -209,7 +209,7 @@ func TestRunCommandVarsOptional(t *testing.T) {
var stderr bytes.Buffer
code := runCommand([]string{
"--prompt-dir", "./profiles",
"--prompt-dir", "./prompts",
"--profile-dir", "./profiles",
"--prompt", "p",
"--input", "transcript=./t.md",