071faa482c
纳入 AGC Cargo workspace 的统一 rustfmt 检查与格式化入口 完成项目 TypeScript/Prettier 与 Rust 全量格式化 修复 Pingora expected executable 门禁的空白敏感误报 同步开发运维文档与 AGC skill pack 格式化忽略规则
8 lines
318 B
JSON
8 lines
318 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "events",
|
|
"description": "允许客户端窗口订阅并取消订阅 Rust Runtime 事件。",
|
|
"windows": ["client", "developer", "main", "launcher", "supervisor-chat"],
|
|
"permissions": ["core:event:allow-listen", "core:event:allow-unlisten"]
|
|
}
|