Skip to content

Commit 4a12252

Browse files
mycollablabclaude
andcommitted
Update .claude/settings.local.json with recorded allowed commands
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2012000 commit 4a12252

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@
6262
"Bash(git add .gitignore tests/ && git status)",
6363
"Bash(git add .github/ .goreleaser.yaml .claude/)",
6464
"Bash(git commit -m \"$\\(cat <<'EOF'\nAdd release tracking and upgrade capabilities\n\n- Add .goreleaser.yaml for multi-platform binary builds \\(darwin/linux/windows, amd64/arm64\\) with version injection via ldflags\n- Add GitHub Actions CI workflow \\(build + vet on push/PR\\)\n- Add GitHub Actions release workflow triggered on v* tags via GoReleaser\n- Add .claude/settings.local.json for project tooling config\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\nEOF\n\\)\")",
65-
"Bash(git add .claude/settings.local.json && git commit -m \"$\\(cat <<'EOF'\nUpdate .claude/settings.local.json with recorded allowed commands\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\nEOF\n\\)\")"
65+
"Bash(git add .claude/settings.local.json && git commit -m \"$\\(cat <<'EOF'\nUpdate .claude/settings.local.json with recorded allowed commands\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\nEOF\n\\)\")",
66+
"Bash(git push)",
67+
"Bash(git pull --rebase)",
68+
"Bash(git add .claude/settings.local.json && git stash && git pull --rebase && git stash pop)"
6669
]
6770
}
6871
}

0 commit comments

Comments
 (0)