From eee94467a00b7dc7989cdf03f2a794cb483650b8 Mon Sep 17 00:00:00 2001 From: "Hermes (Server)" Date: Wed, 26 Aug 2026 20:30:27 +0200 Subject: [PATCH] =?UTF-8?q?.gitignore:=20Subagent-Driven-Development-Ledge?= =?UTF-8?q?r=20ausschlie=C3=9Fen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .superpowers/ enthält lokalen Laufzeit-Zustand (Ledger, Briefs, Review-Pakete) der subagent-driven-development-Skill — kein Projektstand, gehört nie in einen Commit. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01CcDiyJdVRqh1TtJk5JiabX --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 40d4c94..678f6f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Claude-Session-Koordination (lokaler Laufzeit-Zustand, siehe melo-app-workflow-Skill) .claude-worktree-lock +# Subagent-Driven-Development-Ledger/Artefakte (lokaler Laufzeit-Zustand) +.superpowers/ + # Miscellaneous *.class *.log