Bundle
@ddtcorex/dsh-maestro-config
Maestro Config — shared settings service for the dsh-maestro-* suite over the single namespaced store (~/.dsh/maestro/settings.json)
- Source
- ddtcorex
- stars
- 1 stars
- Updated
- Updated 14 days ago
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`](https://github.com/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 <name> add <path-or-git-url>` (bundle patch adds row `maestro-config`). Optional layer — plugins work standalone through the embedded lib alone.
Install
dsh plugin --profile web add github:ddtcorex/dsh-maestro-config
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install ddtcorex-dsh-maestro-config from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.