From 3b293b4746035b1d33dce32873c60948a43f96a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 7 May 2026 11:17:22 +0200 Subject: [PATCH] refactor(sandcastle): rename implement-prompt.md to actor-prompt.md --- .../implement/{implement-prompt.md => actor-prompt.md} | 0 .sandcastle/strategies/implement/strategy.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .sandcastle/strategies/implement/{implement-prompt.md => actor-prompt.md} (100%) diff --git a/.sandcastle/strategies/implement/implement-prompt.md b/.sandcastle/strategies/implement/actor-prompt.md similarity index 100% rename from .sandcastle/strategies/implement/implement-prompt.md rename to .sandcastle/strategies/implement/actor-prompt.md diff --git a/.sandcastle/strategies/implement/strategy.ts b/.sandcastle/strategies/implement/strategy.ts index 94ac6d4a..58900902 100644 --- a/.sandcastle/strategies/implement/strategy.ts +++ b/.sandcastle/strategies/implement/strategy.ts @@ -6,7 +6,7 @@ import { execFileAsync, toErrorMessage } from '../../utils.js' import { runValidation } from '../../validation.js' export const implementStrategy: FinalizationConfig & LoopStrategy = { - actorPromptFile: './.sandcastle/strategies/implement/implement-prompt.md', + actorPromptFile: './.sandcastle/strategies/implement/actor-prompt.md', buildActorArgs: (spec, findings) => ({ BRANCH: spec.branch, -- 2.43.0