From a3fcf5fcd060babcb88987de2e1b402cd9fdb376 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 18 May 2026 12:02:18 +0200 Subject: [PATCH] chore(sandcastle): drop "(Prettier handles it)" parenthetical from critic prompt --- .sandcastle/strategies/implement/critic-prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sandcastle/strategies/implement/critic-prompt.md b/.sandcastle/strategies/implement/critic-prompt.md index c337318a..b80f2a8e 100644 --- a/.sandcastle/strategies/implement/critic-prompt.md +++ b/.sandcastle/strategies/implement/critic-prompt.md @@ -41,7 +41,7 @@ When nothing is wrong: `[]`. - Report at most 5 findings, `HIGH` or `CRITICAL` only; include `LOW`/`MEDIUM` only when no higher-severity issue exists. If more than 5 `HIGH`/`CRITICAL` issues exist, report the top 5 and add a summary line in the last finding's `description`. - Confidence: `HIGH` after reading the relevant code; `MEDIUM` for pattern-based detection; `LOW` for style preference or uncertainty. -- Only flag changed code; ignore pre-existing issues. Do not flag formatting (Prettier handles it). +- Only flag changed code; ignore pre-existing issues. Do not flag formatting. - Do not modify, commit, or push files. - Do not flag the following intentional design decisions: mid-loop validation convergence bypassing the critic (ARCS pattern); cooperative cancellation via `idleTimeoutSeconds` + `completionSignal`; line-number-aware dedup hash. -- 2.43.0