ddtcorex/dsh-maestro-config ↗★ 0
@ddtcorex/dsh-maestro-config
Maestro Config — shared settings service for the dsh-maestro-* suite over the single namespaced store (~/.dsh/maestro/settings.json)
AI Analysis
核心用途是为 Maestro 系列插件提供统一的配置读写与变更监听服务。适合使用多个 dsh-maestro 插件并希望集中管理配置的用户。属于可选的公共服务层。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ddtcorex/dsh-maestro-configREADME
Read the full README ↗@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.