ddtcorex/dsh-maestro-config0

@ddtcorex/dsh-maestro-config

Maestro Config:为 dsh-maestro-* 系列插件提供的共享设置服务,基于单一命名空间存储文件(~/.dsh/maestro/settings.json)。

AI 分析

核心用途是为 Maestro 系列插件提供统一的配置读写与变更监听服务。适合使用多个 dsh-maestro 插件并希望集中管理配置的用户。属于可选的公共服务层。

包名
@ddtcorex/dsh-maestro-config
版本
0.1.0
最近更新
2026年8月26日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ddtcorex/dsh-maestro-config

@ddtcorex/dsh-maestro-config

Shared settings service for the dsh-maestro-* suite. One namespaced store at ~/.dsh/maestro/settings.json (chmod 600), owned per-domain by each plugin. Embeds @ddtcorex/dsh-maestro-config-lib.

  • Service maestroConfig: listDomains / get / set(patch-merge) / onChange
  • Loopback RPC channel maestro.config: list | get | set

Install: dsh plugin --profile add (bundle patch adds row maestro-config). Optional layer — plugins work standalone through the embedded lib alone.