mirror of
https://github.com/logos-co/ecosystem.git
synced 2026-08-27 12:31:10 +00:00
Untrack .claude/ local settings
Remove accidentally committed .claude/settings.local.json and ignore the directory. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
524fb4ed60
commit
04628573e3
@@ -1,44 +0,0 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(for path in concerns/movement concerns/sustainability desired_projects/atomic_swaps desired_projects/bridges desired_projects/circle_cms desired_projects/derivatives desired_projects/launchpads desired_projects/liquid_staking desired_projects/local_p2p_marketplace desired_projects/multisig desired_projects/nft_marketplace desired_projects/private_daos desired_projects/private_dex desired_projects/private_lending desired_projects/private_nft_ownership desired_projects/private_stablecoin desired_projects/social_apps infrastructure_essentials/logos_messaging infrastructure_essentials/logos_storage)",
|
||||
"Bash(do)",
|
||||
"Bash(if [ ! -f \"content/integration/$path.md\" ])",
|
||||
"Bash(then)",
|
||||
"Bash(echo:*)",
|
||||
"Bash(for path in concerns/movement concerns/sustainability desired_projects/atomic_swaps desired_projects/bridges infrastructure_essentials/logos_messaging infrastructure_essentials/logos_storage)",
|
||||
"Bash(if [ -f \"$path.md\" ])",
|
||||
"Bash(else)",
|
||||
"Bash(missing=0)",
|
||||
"Bash(if [ ! -f \"$path.md\" ])",
|
||||
"Bash(missing=1)",
|
||||
"Bash(if [ $missing -eq 0 ])",
|
||||
"Bash(then echo \"All wikilinks valid!\")",
|
||||
"WebSearch",
|
||||
"Bash(find . -name \"*.md\" -type f -exec sh -c '\n for file; do\n title=$(grep -m1 \"\"\"\"^title:\"\"\"\" \"\"\"\"$file\"\"\"\" 2>/dev/null | sed \"\"\"\"s/title: *//\"\"\"\" | tr \"\"\"\"[:upper:]\"\"\"\" \"\"\"\"[:lower:]\"\"\"\" | sed \"\"\"\"s/[^a-z0-9]/_/g\"\"\"\" | sed \"\"\"\"s/__*/_/g\"\"\"\" | sed \"\"\"\"s/^_//\"\"\"\" | sed \"\"\"\"s/_$//\"\"\"\")\n filename=$(basename \"\"\"\"$file\"\"\"\" .md)\n if [ -n \"\"\"\"$title\"\"\"\" ] && [ \"\"\"\"$title\"\"\"\" != \"\"\"\"$filename\"\"\"\" ]; then\n echo \"\"\"\"$file | Expected: $title | Actual: $filename\"\"\"\"\n fi\n done\n' sh {} +)",
|
||||
"Bash(while read file)",
|
||||
"Bash(do grep -m1 \"^title:\" \"$file\")",
|
||||
"Bash(done)",
|
||||
"Bash(paste:*)",
|
||||
"Bash(find . -name \"*.md\" -type f -exec sh -c '\n for file; do\n title=$(grep -m1 \"\"\"\"^title:\"\"\"\" \"\"\"\"$file\"\"\"\" 2>/dev/null | sed \"\"\"\"s/title: *//\"\"\"\")\n filename=$(basename \"\"\"\"$file\"\"\"\" .md)\n if [ -n \"\"\"\"$title\"\"\"\" ]; then\n echo \"\"\"\"$file | Title: $title | Filename: $filename\"\"\"\"\n fi\n done\n' sh {} +)",
|
||||
"Bash(find . -name \"*.md\" -type f -exec sh -c '\n for file; do\n title=$(grep -m1 \"\"^title:\"\" \"\"$file\"\" 2>/dev/null | sed \"\"s/title: *//\"\")\n filename=$(basename \"\"$file\"\" .md)\n if [ -n \"\"$title\"\" ]; then\n echo \"\"$file | Title: $title | Filename: $filename\"\"\n fi\n done\n' sh {} +)",
|
||||
"Bash(cat:*)",
|
||||
"Bash(for link in integration/application_essentials/web_module_journey integration/infrastructure_essentials/logos_blockchain)",
|
||||
"Bash(filepath=\"$link#integration/.md\")",
|
||||
"Bash(if [ -f \"$filepath\" ])",
|
||||
"Bash(fi)",
|
||||
"Bash(ls:*)",
|
||||
"Bash(git worktree:*)",
|
||||
"Bash(find:*)",
|
||||
"Bash(do if ! grep -q \"\\\\[!ai-generated\\\\]\" \"$file\")",
|
||||
"Bash(then echo \"MISSING AI DISCLAIMER: $file\" fi done)",
|
||||
"Bash(for f in integration/desired_projects/*.md)",
|
||||
"Bash(do echo \"=== $f ===\" grep -E \"^## \" \"$f\")",
|
||||
"Bash(for f in integration/infrastructure_essentials/*.md)",
|
||||
"Bash(git add:*)",
|
||||
"Bash(git rebase:*)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
}
|
||||
}
|
||||
@@ -9,3 +9,4 @@ tsconfig.tsbuildinfo
|
||||
private/
|
||||
.replit
|
||||
replit.nix
|
||||
.claude/
|
||||
|
||||
Reference in New Issue
Block a user