fix(bash): scope safety confirm to destructive deletions outside workspace

This commit is contained in:
zhayujie
2026-04-28 10:18:47 +08:00
parent 8752f0cc60
commit c9c99de3d9

View File

@@ -29,7 +29,7 @@ ENVIRONMENT: All API keys from env_config are auto-injected. Use $VAR_NAME direc
SAFETY:
- Freely create/modify/delete files within the workspace
- For destructive and out-of-workspace commands, explain and confirm first"""
- For destructive commands out of workspace, explain and confirm first"""
params: dict = {
"type": "object",