f7c3c32aa2
Adds .claude/settings.json — 10 read-only entries (mcp__*__read_file, mcp__hub-tools__remote_list_hosts, Bash(ping *), Bash(dig *)) auto-allowed in any aish session, reducing per-call permission prompts during routine file-reading and host probing. Generated via /fewer-permission-prompts. settings.local.json stays user-private (per-user ad-hoc grants); .gitignore now covers it so it doesn't accidentally land in commits. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
23 lines
350 B
Plaintext
23 lines
350 B
Plaintext
# LuaJIT bytecode
|
|
*.luac
|
|
*.ljbc
|
|
|
|
# Local runtime state
|
|
sessions/
|
|
memory.jsonl
|
|
*.log
|
|
|
|
# Editor scratch
|
|
.*.sw?
|
|
*~
|
|
|
|
# Local config overrides (committed config.lua is the example/default)
|
|
config.local.lua
|
|
|
|
# Per-user Claude Code permission grants — settings.json is shared, .local is private
|
|
.claude/settings.local.json
|
|
|
|
# OS noise
|
|
.DS_Store
|
|
Thumbs.db
|