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) <noreply@anthropic.com>
This commit is contained in:
gsinghpal
2026-06-09 21:12:16 -04:00
parent a66cdefc01
commit 14cd6a666b
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{
"permissions": {
"allow": [
"WebFetch(domain:docs.clover.com)"
]
},
"hooks": {
"UserPromptSubmit": [],
"Stop": [],
"Notification": []
}
}

1
.gitignore vendored
View File

@@ -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/