@ddtcorex/dsh-maestro-meta 0.4.1 → 0.5.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 CHANGED
@@ -13,6 +13,7 @@ This package contains **no runtime code**. Its `cordis.patch.yml` is a thin v2 a
13
13
  | 5 | **maestro-mobile** | `@ddtcorex/dsh-maestro-mobile` | Mobile drawer/sheets for DSH Web (<1024px) |
14
14
  | 6 | **maestro-notifier** | `@ddtcorex/dsh-maestro-notifier` | Provider-neutral notification service (`maestroNotifier`, Telegram first) |
15
15
  | 7 | **maestro-config** | `@ddtcorex/dsh-maestro-config` | Shared settings store (`~/.dsh/maestro/settings.json`) + Settings card |
16
+ | 8 | **dsh-maestro-dashboard** | `@ddtcorex/dsh-maestro-dashboard` | Dev dashboard surface for the Maestro harness |
16
17
 
17
18
  `@ddtcorex/maestro-skills` is also a dependency — it serves skills through its own provider and needs no row here.
18
19
 
@@ -32,6 +33,7 @@ dsh plugin --profile web add @ddtcorex/dsh-maestro-memory
32
33
  dsh plugin --profile web add @ddtcorex/dsh-maestro-mobile
33
34
  dsh plugin --profile web add @ddtcorex/dsh-maestro-notifier
34
35
  dsh plugin --profile web add @ddtcorex/dsh-maestro-config
36
+ dsh plugin --profile web add @ddtcorex/dsh-maestro-dashboard
35
37
  ```
36
38
 
37
39
  `@ddtcorex/dsh-maestro-guard` is intentionally **opt-in** (approval gate; not part of this bundle until published).
package/cordis.patch.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ddtcorex/dsh-maestro-meta bundle patch v2
2
2
  # Thin aggregator over granular dsh-maestro-* plugins — `dsh plugin add @ddtcorex/dsh-maestro-meta`
3
- # is equivalent to adding the seven granular plugins individually.
3
+ # is equivalent to adding the eight granular plugins individually.
4
4
  # IDs use short `maestro-*` aliases for brevity; owned packages use `dsh-maestro-*` — both resolve to the same npm package.
5
5
  # Guard (Phase A stub) is opt-in: `dsh plugin add @ddtcorex/dsh-maestro-guard` separately (not in meta one-liner until published).
6
6
  - insert:
@@ -18,7 +18,5 @@
18
18
  name: '@ddtcorex/dsh-maestro-notifier'
19
19
  - id: maestro-config
20
20
  name: '@ddtcorex/dsh-maestro-config'
21
- - id: maestro-devkit
22
- name: '@ddtcorex/dsh-maestro-devkit'
23
21
  - id: dsh-maestro-dashboard
24
22
  name: '@ddtcorex/dsh-maestro-dashboard'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ddtcorex/dsh-maestro-meta",
3
- "version": "0.4.1",
4
- "description": "Maestro Harness meta-bundle: thin v2 aggregator over granular dsh-maestro-* plugins (remote, review, govard, memory, mobile, notifier, devkit, dashboard).",
3
+ "version": "0.5.0",
4
+ "description": "Maestro Harness meta-bundle: thin v2 aggregator over eight granular dsh-maestro-* runtime rows (remote, review, govard, memory, mobile, notifier, config, dashboard).",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -23,8 +23,6 @@
23
23
  "@ddtcorex/dsh-maestro-mobile": "^1.2.0",
24
24
  "@ddtcorex/dsh-maestro-notifier": "^0.1.1",
25
25
  "@ddtcorex/dsh-maestro-config": "^0.2.1",
26
- "@ddtcorex/dsh-maestro-devkit": "^0.3.0",
27
- "@ddtcorex/dsh-maestro-sync": "^0.1.0",
28
26
  "@ddtcorex/maestro-skills": "^2.7.0"
29
27
  },
30
28
  "peerDependencies": {