Loading...
Loading...
Enforces explicit user permission before any file deletion. Activates when you're about to use rm, unlink, fs.rm, or any operation that removes files from disk. MUST be followed for all delete operations.
npx skill4agent add memtensor/memos safe-file-deletionrequest_file_permissionoperation: "delete"filePathsrmrm -rfunlinkfs.rmfs.rmdir{
"operation": "delete",
"filePath": "/path/to/file.txt"
}{
"operation": "delete",
"filePaths": ["/path/to/file1.txt", "/path/to/file2.txt"]
}