From 14cd6a666bf12e33615e2de7adc0d5ff5e70984b Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Tue, 9 Jun 2026 21:12:16 -0400 Subject: [PATCH] Track .claude/ settings and .superpowers/ so they sync across clones .claude/settings.local.json is forced past the global ~/.config/git/ignore rule (**/.claude/settings.local.json); .superpowers/ is no longer gitignored. Co-Authored-By: Claude Opus 4.8 (1M context) --- .claude/settings.local.json | 12 ++++++++++++ .gitignore | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 00000000..313bdca5 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,12 @@ +{ + "permissions": { + "allow": [ + "WebFetch(domain:docs.clover.com)" + ] + }, + "hooks": { + "UserPromptSubmit": [], + "Stop": [], + "Notification": [] + } +} diff --git a/.gitignore b/.gitignore index b3ca698f..6eca0f43 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,6 @@ __pycache__/ # Local-only diagnostic logs from test runs _test_*.log -.superpowers/ # --- Split-out module repos (now independent git repos; managed separately) --- /disable_iap_calls/