@integrity-labs/agt-cli 0.28.497 → 0.28.498

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.
@@ -35243,6 +35243,18 @@ var FLAG_REGISTRY = [
35243
35243
  // env var is retired.
35244
35244
  envVar: "AUGMENTED_CONNECTIVITY_ESCALATION_ENABLED"
35245
35245
  },
35246
+ {
35247
+ key: "integration-reauth-reminders",
35248
+ description: "Re-notify an integration that stays in needs_reauth (ENG-8370). Failure notification is at-most-once PER TRANSITION, so an integration nobody repairs is announced once and then silent forever - prod carried a row failing every 30-minute tick for ~21 days on a single day-one notification. When on, the IntegrationReauthReminder cron re-fires the existing reconnect notification on a backoff measured from failure ONSET (+1d, +3d, +7d, then weekly), skipping rows an operator has muted. When off the cron still scans and logs what it WOULD have sent, so the volume can be sized before anyone is messaged. Boolean gate; ships dark.",
35249
+ flagType: "boolean",
35250
+ // `false` is both the pre-ENG-8370 fleet behaviour AND the fail-safe
35251
+ // direction: this flag governs how often real humans get messaged, so a
35252
+ // flag-DB read error must never start sending on its own. Turning it on is
35253
+ // a deliberate per-org act from the admin Feature Flags page, never a
35254
+ // side-effect of a deploy. No env override - net-new gate, registry-only
35255
+ // (ADR-0022).
35256
+ defaultValue: false
35257
+ },
35246
35258
  {
35247
35259
  key: "managed-health-connectivity-flip",
35248
35260
  description: "Arm the managed-connection-health status flip on data-plane hard-down (ENG-7539). When on, the managed-connection-health cron flips a managed integration to needs_reauth when the host-side connectivity probe reports a sustained hard-down (consecutive_connectivity_failures at/over the hysteresis threshold with a down observation), even if Composio account-status still reads ACTIVE. When off it keeps the pre-ENG-7539 behaviour: status is driven only by the account-status probe, so a live 401 behind an ACTIVE account never flips status. Boolean gate; ships dark. Sibling of integration-connectivity-escalation: that flag arms the alert; this flag arms the status flip plus the reconnect notification.",
@@ -41145,6 +41145,18 @@ var FLAG_REGISTRY = [
41145
41145
  // env var is retired.
41146
41146
  envVar: "AUGMENTED_CONNECTIVITY_ESCALATION_ENABLED"
41147
41147
  },
41148
+ {
41149
+ key: "integration-reauth-reminders",
41150
+ description: "Re-notify an integration that stays in needs_reauth (ENG-8370). Failure notification is at-most-once PER TRANSITION, so an integration nobody repairs is announced once and then silent forever - prod carried a row failing every 30-minute tick for ~21 days on a single day-one notification. When on, the IntegrationReauthReminder cron re-fires the existing reconnect notification on a backoff measured from failure ONSET (+1d, +3d, +7d, then weekly), skipping rows an operator has muted. When off the cron still scans and logs what it WOULD have sent, so the volume can be sized before anyone is messaged. Boolean gate; ships dark.",
41151
+ flagType: "boolean",
41152
+ // `false` is both the pre-ENG-8370 fleet behaviour AND the fail-safe
41153
+ // direction: this flag governs how often real humans get messaged, so a
41154
+ // flag-DB read error must never start sending on its own. Turning it on is
41155
+ // a deliberate per-org act from the admin Feature Flags page, never a
41156
+ // side-effect of a deploy. No env override - net-new gate, registry-only
41157
+ // (ADR-0022).
41158
+ defaultValue: false
41159
+ },
41148
41160
  {
41149
41161
  key: "managed-health-connectivity-flip",
41150
41162
  description: "Arm the managed-connection-health status flip on data-plane hard-down (ENG-7539). When on, the managed-connection-health cron flips a managed integration to needs_reauth when the host-side connectivity probe reports a sustained hard-down (consecutive_connectivity_failures at/over the hysteresis threshold with a down observation), even if Composio account-status still reads ACTIVE. When off it keeps the pre-ENG-7539 behaviour: status is driven only by the account-status probe, so a live 401 behind an ACTIVE account never flips status. Boolean gate; ships dark. Sibling of integration-connectivity-escalation: that flag arms the alert; this flag arms the status flip plus the reconnect notification.",
@@ -35423,6 +35423,18 @@ var FLAG_REGISTRY = [
35423
35423
  // env var is retired.
35424
35424
  envVar: "AUGMENTED_CONNECTIVITY_ESCALATION_ENABLED"
35425
35425
  },
35426
+ {
35427
+ key: "integration-reauth-reminders",
35428
+ description: "Re-notify an integration that stays in needs_reauth (ENG-8370). Failure notification is at-most-once PER TRANSITION, so an integration nobody repairs is announced once and then silent forever - prod carried a row failing every 30-minute tick for ~21 days on a single day-one notification. When on, the IntegrationReauthReminder cron re-fires the existing reconnect notification on a backoff measured from failure ONSET (+1d, +3d, +7d, then weekly), skipping rows an operator has muted. When off the cron still scans and logs what it WOULD have sent, so the volume can be sized before anyone is messaged. Boolean gate; ships dark.",
35429
+ flagType: "boolean",
35430
+ // `false` is both the pre-ENG-8370 fleet behaviour AND the fail-safe
35431
+ // direction: this flag governs how often real humans get messaged, so a
35432
+ // flag-DB read error must never start sending on its own. Turning it on is
35433
+ // a deliberate per-org act from the admin Feature Flags page, never a
35434
+ // side-effect of a deploy. No env override - net-new gate, registry-only
35435
+ // (ADR-0022).
35436
+ defaultValue: false
35437
+ },
35426
35438
  {
35427
35439
  key: "managed-health-connectivity-flip",
35428
35440
  description: "Arm the managed-connection-health status flip on data-plane hard-down (ENG-7539). When on, the managed-connection-health cron flips a managed integration to needs_reauth when the host-side connectivity probe reports a sustained hard-down (consecutive_connectivity_failures at/over the hysteresis threshold with a down observation), even if Composio account-status still reads ACTIVE. When off it keeps the pre-ENG-7539 behaviour: status is driven only by the account-status probe, so a live 401 behind an ACTIVE account never flips status. Boolean gate; ships dark. Sibling of integration-connectivity-escalation: that flag arms the alert; this flag arms the status flip plus the reconnect notification.",
@@ -35749,6 +35749,18 @@ var FLAG_REGISTRY = [
35749
35749
  // env var is retired.
35750
35750
  envVar: "AUGMENTED_CONNECTIVITY_ESCALATION_ENABLED"
35751
35751
  },
35752
+ {
35753
+ key: "integration-reauth-reminders",
35754
+ description: "Re-notify an integration that stays in needs_reauth (ENG-8370). Failure notification is at-most-once PER TRANSITION, so an integration nobody repairs is announced once and then silent forever - prod carried a row failing every 30-minute tick for ~21 days on a single day-one notification. When on, the IntegrationReauthReminder cron re-fires the existing reconnect notification on a backoff measured from failure ONSET (+1d, +3d, +7d, then weekly), skipping rows an operator has muted. When off the cron still scans and logs what it WOULD have sent, so the volume can be sized before anyone is messaged. Boolean gate; ships dark.",
35755
+ flagType: "boolean",
35756
+ // `false` is both the pre-ENG-8370 fleet behaviour AND the fail-safe
35757
+ // direction: this flag governs how often real humans get messaged, so a
35758
+ // flag-DB read error must never start sending on its own. Turning it on is
35759
+ // a deliberate per-org act from the admin Feature Flags page, never a
35760
+ // side-effect of a deploy. No env override - net-new gate, registry-only
35761
+ // (ADR-0022).
35762
+ defaultValue: false
35763
+ },
35752
35764
  {
35753
35765
  key: "managed-health-connectivity-flip",
35754
35766
  description: "Arm the managed-connection-health status flip on data-plane hard-down (ENG-7539). When on, the managed-connection-health cron flips a managed integration to needs_reauth when the host-side connectivity probe reports a sustained hard-down (consecutive_connectivity_failures at/over the hysteresis threshold with a down observation), even if Composio account-status still reads ACTIVE. When off it keeps the pre-ENG-7539 behaviour: status is driven only by the account-status probe, so a live 401 behind an ACTIVE account never flips status. Boolean gate; ships dark. Sibling of integration-connectivity-escalation: that flag arms the alert; this flag arms the status flip plus the reconnect notification.",
@@ -36,7 +36,7 @@ import {
36
36
  writeDirectChatSessionState,
37
37
  writeEgressAllowlist,
38
38
  writePersistentClaudeWrapper
39
- } from "./chunk-UNAP4CMY.js";
39
+ } from "./chunk-WRII2Q5W.js";
40
40
  import "./chunk-XWVM4KPK.js";
41
41
  export {
42
42
  EGRESS_BASELINE_DOMAINS,
@@ -77,4 +77,4 @@ export {
77
77
  writeEgressAllowlist,
78
78
  writePersistentClaudeWrapper
79
79
  };
80
- //# sourceMappingURL=persistent-session-NRNYTSZA.js.map
80
+ //# sourceMappingURL=persistent-session-E3P3H777.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-UNAP4CMY.js";
3
+ } from "./chunk-WRII2Q5W.js";
4
4
  import "./chunk-XWVM4KPK.js";
5
5
 
6
6
  // src/lib/responsiveness-probe.ts
@@ -658,4 +658,4 @@ export {
658
658
  readAndResetSlackReplyBindingClassifications,
659
659
  readAndResetSlackReplyTargetClassifications
660
660
  };
661
- //# sourceMappingURL=responsiveness-probe-LIXS2WDP.js.map
661
+ //# sourceMappingURL=responsiveness-probe-LIDRKFGT.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.497",
3
+ "version": "0.28.498",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {