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)

AI Analysis

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

Package
@ddtcorex/dsh-maestro-config
Version
0.1.0
Last updated
Aug 26, 2026

Install

$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.