From 9b6b970cae9e3b92f2c986ed360a17c89f3f9902 Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Tue, 4 Aug 2026 16:38:24 +0530 Subject: [PATCH] chore: exclude the SDD scratch workspace from prettier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .superpowers/ holds git-ignored controller artifacts (briefs, reports, review packages). Prettier still walked it, so format:check — and with it check:production — failed on scratch markdown. Co-Authored-By: Claude Opus 5 --- .prettierignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.prettierignore b/.prettierignore index 50482156..e21dc216 100644 --- a/.prettierignore +++ b/.prettierignore @@ -26,3 +26,6 @@ focus-shims.d.ts **/focus-shims.d.ts tsconfig.focus.json **/tsconfig.focus.json + +# SDD scratch workspace (git-ignored controller artifacts) +.superpowers/