@mightybot/mbcli 0.5.83-rc.276 → 0.5.83-rc.279

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/README.md +0 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -139,7 +139,6 @@ mb surface step # step-level detail
139
139
  | `mb workflow create` / `update` / `duplicate` / `delete` | Manage definitions. |
140
140
  | `mb workflow export <id>` | Export a definition (e.g. for diffing/backup). |
141
141
  | `mb workflow diff` | Diff two definitions/versions. |
142
- | `mb workflow validate <id>` | Validate a definition. |
143
142
  | `mb workflow versions` / `version` / `version-history` / `version-diff` | Inspect version history and compare versions. |
144
143
 
145
144
  ### `mb git` — git ↔ workflow sync state
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mightybot/mbcli",
3
- "version": "0.5.83-rc.276",
3
+ "version": "0.5.83-rc.279",
4
4
  "description": "MightyBot mb CLI and local MCP server",
5
5
  "bin": {
6
6
  "mb": "bin/mb.js"
@@ -15,11 +15,11 @@
15
15
  "license": "UNLICENSED",
16
16
  "private": false,
17
17
  "optionalDependencies": {
18
- "@mightybot/mbcli-darwin-arm64": "0.5.83-rc.276",
19
- "@mightybot/mbcli-darwin-x64": "0.5.83-rc.276",
20
- "@mightybot/mbcli-linux-x64": "0.5.83-rc.276",
21
- "@mightybot/mbcli-linux-arm64": "0.5.83-rc.276",
22
- "@mightybot/mbcli-win32-x64": "0.5.83-rc.276"
18
+ "@mightybot/mbcli-darwin-arm64": "0.5.83-rc.279",
19
+ "@mightybot/mbcli-darwin-x64": "0.5.83-rc.279",
20
+ "@mightybot/mbcli-linux-x64": "0.5.83-rc.279",
21
+ "@mightybot/mbcli-linux-arm64": "0.5.83-rc.279",
22
+ "@mightybot/mbcli-win32-x64": "0.5.83-rc.279"
23
23
  },
24
24
  "homepage": "https://mightybot.ai"
25
25
  }