ddtcorex/dsh-maestro-config0

@ddtcorex/dsh-maestro-config

Maestro Config — shared settings service for the dsh-maestro-* suite over the single namespaced store (~/.dsh/maestro/settings.json)

包名
@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.