This implements backend path management, backup system, cross-platform utilities, and refactors the `appload` plugin arch to support portable mode deployment. The changes are mainly establishing foundational infra maintaining current frontend behavior until phase-3+ integration.
13 lines
371 B
TOML
13 lines
371 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-close"
|
|
description = "Enables the close command without any pre-configured scope."
|
|
commands.allow = ["close"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-close"
|
|
description = "Denies the close command without any pre-configured scope."
|
|
commands.deny = ["close"]
|