clisbot 0.1.21 → 0.1.22

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "meta": {
3
3
  "schemaVersion": 1,
4
- "lastTouchedAt": "2026-04-15T00:00:00.000Z"
4
+ "lastTouchedAt": "2026-04-15T17:15:00.128Z"
5
5
  },
6
6
  "tmux": {
7
7
  "socketPath": "~/.clisbot/state/clisbot.sock"
@@ -153,14 +153,32 @@
153
153
  "maxRunsPerLoop": 20,
154
154
  "maxActiveLoops": 10,
155
155
  "defaultTimezone": "UTC"
156
+ },
157
+ "runtimeMonitor": {
158
+ "restartBackoff": {
159
+ "stages": [
160
+ {
161
+ "delayMinutes": 15,
162
+ "maxRestarts": 4
163
+ },
164
+ {
165
+ "delayMinutes": 30,
166
+ "maxRestarts": 4
167
+ }
168
+ ]
169
+ },
170
+ "ownerAlerts": {
171
+ "enabled": true,
172
+ "minIntervalMinutes": 30
173
+ }
156
174
  }
157
175
  },
158
176
  "channels": {
159
177
  "slack": {
160
178
  "enabled": false,
161
179
  "mode": "socket",
162
- "appToken": "${SLACK_APP_TOKEN}",
163
- "botToken": "${SLACK_BOT_TOKEN}",
180
+ "appToken": "",
181
+ "botToken": "",
164
182
  "defaultAccount": "default",
165
183
  "accounts": {
166
184
  "default": {
@@ -220,7 +238,7 @@
220
238
  "telegram": {
221
239
  "enabled": false,
222
240
  "mode": "polling",
223
- "botToken": "${TELEGRAM_BOT_TOKEN}",
241
+ "botToken": "",
224
242
  "defaultAccount": "default",
225
243
  "accounts": {
226
244
  "default": {
@@ -272,4 +290,4 @@
272
290
  }
273
291
  }
274
292
  }
275
- }
293
+ }