mirror of
https://github.com/jorijn/meshcore-stats.git
synced 2026-03-28 17:42:55 +01:00
Docker Compose merges arrays instead of replacing them, so having a default device in docker-compose.yml caused conflicts with override files. Serial device configuration now requires docker-compose.override.yml, which is cleaner since: - Device paths vary per system - TCP transport users don't need devices at all 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
21 lines
433 B
JSON
21 lines
433 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cat:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push)",
|
|
"Bash(find:*)",
|
|
"Bash(tree:*)",
|
|
"Skill(frontend-design)",
|
|
"Skill(frontend-design:*)",
|
|
"Bash(gh run view:*)",
|
|
"Bash(gh run list:*)",
|
|
"Bash(gh release view:*)",
|
|
"Bash(gh release list:*)",
|
|
"Bash(gh workflow list:*)"
|
|
]
|
|
}
|
|
}
|