Files
kestrelsnest-blog/.claude/settings.local.json
Eric Wagoner 2083d5931b Add Claude Code configuration files
- Add CLAUDE.md with project documentation for Claude Code
- Add .claude/settings.local.json with local settings
- These files help Claude Code understand the blog structure and provide better assistance

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-22 19:34:03 -04:00

10 lines
121 B
JSON

{
"permissions": {
"allow": [
"Bash(hugo:*)",
"Bash(find:*)"
],
"deny": [],
"ask": []
}
}