@mightybot/chief 0.3.0-rc.50 → 0.3.0-rc.53

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 +4 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -35,9 +35,10 @@ binary a stable path under your npm prefix, rather than the transient `npx`
35
35
  cache. `npm prefix -g` shows where it lives; the binary is at
36
36
  `$(npm root -g)/@mightybot/chief-<platform>/chief`.
37
37
 
38
- Full setup, Slack connection, and prerequisites (`tmux`, an authenticated
39
- Claude Code) are documented at
40
- <https://mightybot-ai.github.io/chief/INSTALL.md>.
38
+ Full setup, Slack, Cloud vs Hermes, and model choice are documented at
39
+ <https://mightybot-ai.github.io/chief/INSTALL.md>. The first command after
40
+ install is `chief maintenance`; that chat finishes the rest. Claude Code is
41
+ the maintenance door, not the only Slack backend.
41
42
 
42
43
  ## Platforms
43
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mightybot/chief",
3
- "version": "0.3.0-rc.50",
3
+ "version": "0.3.0-rc.53",
4
4
  "description": "Chief Runtime: one binary (CLI + resident daemon + MCP surface) for a running Chief estate",
5
5
  "bin": {
6
6
  "chief": "bin/chief.js"
@@ -16,9 +16,9 @@
16
16
  "license": "UNLICENSED",
17
17
  "private": false,
18
18
  "optionalDependencies": {
19
- "@mightybot/chief-darwin-arm64": "0.3.0-rc.50",
20
- "@mightybot/chief-darwin-x64": "0.3.0-rc.50",
21
- "@mightybot/chief-linux-x64": "0.3.0-rc.50",
22
- "@mightybot/chief-linux-arm64": "0.3.0-rc.50"
19
+ "@mightybot/chief-darwin-arm64": "0.3.0-rc.53",
20
+ "@mightybot/chief-darwin-x64": "0.3.0-rc.53",
21
+ "@mightybot/chief-linux-x64": "0.3.0-rc.53",
22
+ "@mightybot/chief-linux-arm64": "0.3.0-rc.53"
23
23
  }
24
24
  }