From: Jérôme Benoit Date: Mon, 18 May 2026 10:02:18 +0000 (+0200) Subject: chore(sandcastle): drop "(Prettier handles it)" parenthetical from critic prompt X-Git-Tag: cli@v4.8.0~27 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a3fcf5fcd060babcb88987de2e1b402cd9fdb376;p=e-mobility-charging-stations-simulator.git chore(sandcastle): drop "(Prettier handles it)" parenthetical from critic prompt --- 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.