From 2bf0365aa55e12cab7ae474014a500b7a68718d0 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Thu, 25 Jun 2026 19:00:12 +0000 Subject: [PATCH] chore: remove .gitkeep files from populated core/ directories Co-Authored-By: Claude Sonnet 4.6 --- core/agents/.gitkeep | 1 - core/prompts/.gitkeep | 1 - core/workflows/.gitkeep | 1 - 3 files changed, 3 deletions(-) delete mode 100644 core/agents/.gitkeep delete mode 100644 core/prompts/.gitkeep delete mode 100644 core/workflows/.gitkeep diff --git a/core/agents/.gitkeep b/core/agents/.gitkeep deleted file mode 100644 index 0c22be1..0000000 --- a/core/agents/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# Populated in Chunk 4 (agents). Remove this file when the first agent definition is added. diff --git a/core/prompts/.gitkeep b/core/prompts/.gitkeep deleted file mode 100644 index 6d4b7fa..0000000 --- a/core/prompts/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# Populated in Chunk 4/5 (prompts). Remove this file when the first prompt template is added. diff --git a/core/workflows/.gitkeep b/core/workflows/.gitkeep deleted file mode 100644 index ce9116e..0000000 --- a/core/workflows/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# Populated in Chunk 4 (workflows). Remove this file when the first workflow is added.