@adaptic/maestro 1.10.2 → 1.10.3

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.
Files changed (2) hide show
  1. package/bin/maestro.mjs +2 -0
  2. package/package.json +1 -1
package/bin/maestro.mjs CHANGED
@@ -625,6 +625,8 @@ rubrics: []
625
625
  "slack:events:stop": "./scripts/slack-events-ctl.sh stop",
626
626
  "slack:events:status": "./scripts/slack-events-ctl.sh status",
627
627
  upgrade: "npx @adaptic/maestro upgrade",
628
+ init: "npx @adaptic/maestro init",
629
+ doctor: "npx @adaptic/maestro doctor",
628
630
  },
629
631
  dependencies: {
630
632
  "@google/genai": "^1.42.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptic/maestro",
3
- "version": "1.10.2",
3
+ "version": "1.10.3",
4
4
  "description": "Maestro — Autonomous AI agent operating system. Deploy AI employees on dedicated Mac minis.",
5
5
  "type": "module",
6
6
  "bin": {