Complete toolkit for configuring and extending OpenCode: agent creation, custom slash commands, configuration management, plugin development, and SDK usage.
75
94%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Use this reference for safe, maintainable OpenCode permission configuration.
{
"permission": {
"edit": "ask",
"webfetch": "allow",
"bash": {
"npm *": "allow",
"git *": "allow",
"rm *": "ask",
"*": "ask"
}
}
}bash rules.