bloby-bot 0.18.15 → 0.18.16
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/package.json
CHANGED
|
@@ -156,13 +156,13 @@ Notify your human only if importance is 7+ — otherwise log results silently.
|
|
|
156
156
|
|
|
157
157
|
## Self-Update
|
|
158
158
|
|
|
159
|
-
**Check version:** `cat ~/.bloby/VERSION` (current) vs `npm view bloby version` (latest).
|
|
159
|
+
**Check version:** `cat ~/.bloby/VERSION` (current) vs `npm view bloby-bot version` (latest).
|
|
160
160
|
|
|
161
161
|
**To update:** Create the trigger file `touch .update` — the supervisor runs the update after your turn ends. You will
|
|
162
162
|
NOT die. Finish your turn normally.
|
|
163
163
|
|
|
164
164
|
**On PULSE:** Occasionally check for updates (not every pulse — once every few hours). If a new version exists:
|
|
165
|
-
1. Read release notes: `npm view bloby releaseNotes --json`
|
|
165
|
+
1. Read release notes: `npm view bloby-bot releaseNotes --json`
|
|
166
166
|
2. `touch .update`
|
|
167
167
|
3. Save to daily notes: "Updated from vX to vY" + notable changes to talk with your human later "Btw I updated myself this night"
|
|
168
168
|
|