Summary
After building a mod with mod builder, I want to iterate on it.
But, the mods dir requires allow permissions.
That's fine but would be nice to add that to the docs so know for to do.
⚠ Sensitive file — path is inside .commandcode/ (Command Code settings). Never touched without approval.
Do you want to create .commandcode/mods/erd/commands.ts?
❯ 1. Yes
2. No, tell Command Code what to do differently
Expected Behavior
Add to docs something like:
{
"permissions": {
"allow": [
"Edit(.commandcode/mods/**)",
]
}
}
so editing mods can flow smoothly.
Actual Behavior
- asked to approve edits to any mod
Steps to reproduce the issue
- use mod-builder to build a mod
- then iterate on it to make changes
Command Code Version
1.5.0
Operating System
macOS
Terminal/IDE
ghostty
Shell
zsh
Additional context
No response
Summary
After building a mod with mod builder, I want to iterate on it.
But, the mods dir requires allow permissions.
That's fine but would be nice to add that to the docs so know for to do.
Expected Behavior
Add to docs something like:
so editing mods can flow smoothly.
Actual Behavior
Steps to reproduce the issue
Command Code Version
1.5.0
Operating System
macOS
Terminal/IDE
ghostty
Shell
zsh
Additional context
No response