Luca Giannini 872b601338
crosslink issue on linux, and cleanup entire dir (#177)
* crosslink issue on linux, and cleanup entire dir

* moved copy_dir_all to rust

* using dircpy instead of diy due to complications

* refactor: move copy_dir_all to jarvis plugin

All commands are in jarvis plugin, this is more organized.
And this API will be exposed to extensions.

---------

Co-authored-by: Huakun Shen <huakun.shen@huakunshen.com>
2025-02-22 02:58:41 -05:00

14 lines
413 B
TOML

# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-copy-dir-all"
description = "Enables the copy_dir_all command without any pre-configured scope."
commands.allow = ["copy_dir_all"]
[[permission]]
identifier = "deny-copy-dir-all"
description = "Denies the copy_dir_all command without any pre-configured scope."
commands.deny = ["copy_dir_all"]