From 80f2c797c9dfc3bd92094c8f8a1f62e0f493f99a Mon Sep 17 00:00:00 2001 From: Chris Staley Date: Thu, 2 Apr 2026 17:10:12 -0600 Subject: [PATCH] =?UTF-8?q?chore:=20restore=20.agents/=20tracking=20?= =?UTF-8?q?=E2=80=94=20do=20not=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The .agents/ directory exists in upstream and is actively used. Only docs/superpowers/ should be excluded. --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b845835ced..88bcf2d3f3 100644 --- a/.gitignore +++ b/.gitignore @@ -156,6 +156,5 @@ typescript # Gemini Antigravity agent data .gemini/ -# Superpowers skills/plans/specs (internal tooling, not project code) -.agents/ +# Superpowers plans/specs (internal tooling, not project code) docs/superpowers/ \ No newline at end of file