pi-allium-port/.claude/settings.local.json
Willem 761f0fb68d phase 4: fold in allium rules content
- Symlink allium-main/.claude/rules/allium.md into references as allium-rules.md
- Add 'Syntax rules' section to elicit, distill, and propagate skills
- Instructs model to read rules before writing .allium files
2026-04-23 14:09:44 +01:00

26 lines
646 B
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:raw.githubusercontent.com)",
"WebFetch(domain:github.com)",
"WebSearch",
"Bash(curl:*)",
"Bash(python3:*)",
"Bash(gh api:*)",
"WebFetch(domain:api.github.com)",
"WebFetch(domain:deepwiki.com)",
"WebFetch(domain:www.agentpatterns.ai)",
"Bash(pi:*)",
"Bash(/Users/willem/.local/share/mise/shims/pi:*)",
"Bash(npx --yes pi --version)",
"Bash(git clone:*)",
"Bash(test:*)",
"Bash(ln:*)",
"Bash(chmod:*)",
"Bash(bash:*)",
"Bash(git ls-remote:*)",
"Bash(node --version:*)"
]
}
}