@ddtcorex/dsh-maestro-config 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # @ddtcorex/dsh-maestro-config
2
+
3
+ Shared settings service for the `dsh-maestro-*` suite. One namespaced store at
4
+ `~/.dsh/maestro/settings.json` (chmod 600), owned per-domain by each plugin.
5
+ Embeds [`@ddtcorex/dsh-maestro-config-lib`](https://github.com/ddtcorex/dsh-maestro-config-lib).
6
+
7
+ - Service `maestroConfig`: `listDomains / get / set(patch-merge) / onChange`
8
+ - Loopback RPC channel `maestro.config`: `list | get | set`
9
+
10
+ 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.
@@ -0,0 +1,6 @@
1
+ # dsh-maestro-config bundle patch: publishes the maestroConfig service over the
2
+ # shared namespaced settings store and exposes loopback RPC for future clients.
3
+ - insert:
4
+ - id: maestro-config
5
+ name: '@ddtcorex/dsh-maestro-config'
6
+ config: {}