@mightybot/chief 0.3.0-rc.51 → 0.3.0-rc.54
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 +4 -3
- 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
|
|
39
|
-
|
|
40
|
-
|
|
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.
|
|
3
|
+
"version": "0.3.0-rc.54",
|
|
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.
|
|
20
|
-
"@mightybot/chief-darwin-x64": "0.3.0-rc.
|
|
21
|
-
"@mightybot/chief-linux-x64": "0.3.0-rc.
|
|
22
|
-
"@mightybot/chief-linux-arm64": "0.3.0-rc.
|
|
19
|
+
"@mightybot/chief-darwin-arm64": "0.3.0-rc.54",
|
|
20
|
+
"@mightybot/chief-darwin-x64": "0.3.0-rc.54",
|
|
21
|
+
"@mightybot/chief-linux-x64": "0.3.0-rc.54",
|
|
22
|
+
"@mightybot/chief-linux-arm64": "0.3.0-rc.54"
|
|
23
23
|
}
|
|
24
24
|
}
|