From 414b26a374f8e9de3a959a305fb7eea10f914758 Mon Sep 17 00:00:00 2001 From: stumpylog <797416+stumpylog@users.noreply.github.com> Date: Thu, 20 Aug 2026 06:16:22 -0700 Subject: [PATCH] chore: gitignore agent workflow scratch .superpowers/ holds per-plan ledgers, task briefs and review diffs. Untracked scratch in the tree is how unrelated files get swept into commits, and in a sibling repo the same directory was silently pulled into an sdist by the build backend's default include. Co-Authored-By: Claude Opus 5 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d4b1403a6..1705b0a61 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,6 @@ celerybeat-schedule* # Git worktree local folder .worktrees + +# Agent workflow scratch (ledgers, briefs, review packages) +.superpowers/