Files
framework-ignition-docker/.claude/settings.local.json
2026-03-17 13:29:29 -05:00

25 lines
1.2 KiB
JSON

{
"permissions": {
"allow": [
"Bash(find c:/Git/framework-ignition-docker/ignition -type f -name *)",
"WebFetch(domain:www.docs.inductiveautomation.com)",
"Bash(curl -s -H \"X-Ignition-API-Token: 0Pda7AWJeXENyHlvqi74ORZ20BeWtaDzk2L3WIsaUZs\" http://localhost:8088/openapi.json)",
"Bash(curl -sk -H \"X-Ignition-API-Token: Claude:0Pda7AWJeXENyHlvqi74ORZ20BeWtaDzk2L3WIsaUZs\" https://localhost:8043/openapi.json)",
"Bash(python3 -m json.tool)",
"Bash(curl -s -H \"X-Ignition-API-Token: Claude:0Pda7AWJeXENyHlvqi74ORZ20BeWtaDzk2L3WIsaUZs\" http://localhost:8088/openapi.json)",
"Bash(claude mcp:*)",
"Bash(command -v claude)",
"Read(//c/Users/b.peck/.local/bin/**)",
"Read(//usr/local/bin/**)",
"Bash(/c/Users/b.peck/.local/bin/claude mcp:*)",
"mcp__obsidian__obsidian_update_note",
"mcp__obsidian__obsidian_list_notes",
"mcp__obsidian__obsidian_read_note",
"Bash(pip install:*)",
"Bash(python3 -m pip install requests python-dotenv)",
"Bash(python3 -c \"import sys; print\\(sys.executable\\)\")",
"Bash(python -c \"import sys; print\\(sys.executable\\)\")"
]
}
}