@integrity-labs/agt-cli 0.28.485 → 0.28.487

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.
@@ -34500,6 +34500,17 @@ var FLAG_REGISTRY = [
34500
34500
  defaultValue: false,
34501
34501
  envVar: "AGT_FAST_MCP_RESTART_RESPAWN_ENABLED"
34502
34502
  },
34503
+ {
34504
+ key: "never-spawned-session-metric",
34505
+ description: 'Never-spawned session metric (ENG-8204): when ON, the agent-heartbeat-monitor cron emits a `SessionAliveAgeSeconds` datapoint for an ACTIVE agent that has never had a verified session (`last_session_alive_at` null), aged from `created_at`. Without it those agents emit no datapoint at all, and because the session-stale alarm sets `TreatMissingData: notBreaching`, the one alarm built for "fresh heartbeat but no session" can never fire for the very case it describes \u2014 a newly-onboarded agent whose session never spawned. Observe-first rollout gate: the cron logs the never-spawned count and oldest age EVERY run regardless of this flag, so the backlog is measurable before the alarm is armed. The AUGMENTED_NEVER_SPAWNED_SESSION_METRIC_ENABLED env var is the highest-precedence operator override; precedence is env override > flag value > this default.',
34506
+ flagType: "boolean",
34507
+ defaultValue: false,
34508
+ envVar: "AUGMENTED_NEVER_SPAWNED_SESSION_METRIC_ENABLED",
34509
+ // Enabling this pages on every active agent that has never had a session,
34510
+ // which on first flip may surface an existing backlog all at once. Read the
34511
+ // observe-phase log line before flipping.
34512
+ sensitive: true
34513
+ },
34503
34514
  {
34504
34515
  key: "channel-silent-loss-alarm",
34505
34516
  description: "Channel silent-loss alarm (ENG-6728): when ON, the responsiveness-probe route creates a per-agent CloudWatch alarm that pages on a `ChannelDeflections` Cause=replay_orphaned datapoint (a recoverable inbound aged out without delivery). Observe-first rollout gate, flipped stage-wide from the admin Feature Flags page; the underlying metric ships since ENG-6355. The AUGMENTED_CHANNEL_SILENT_LOSS_ALARM_ENABLED env var is retained as the highest-precedence operator override; precedence is env override > flag value > this default.",
@@ -40447,6 +40447,17 @@ var FLAG_REGISTRY = [
40447
40447
  defaultValue: false,
40448
40448
  envVar: "AGT_FAST_MCP_RESTART_RESPAWN_ENABLED"
40449
40449
  },
40450
+ {
40451
+ key: "never-spawned-session-metric",
40452
+ description: 'Never-spawned session metric (ENG-8204): when ON, the agent-heartbeat-monitor cron emits a `SessionAliveAgeSeconds` datapoint for an ACTIVE agent that has never had a verified session (`last_session_alive_at` null), aged from `created_at`. Without it those agents emit no datapoint at all, and because the session-stale alarm sets `TreatMissingData: notBreaching`, the one alarm built for "fresh heartbeat but no session" can never fire for the very case it describes \u2014 a newly-onboarded agent whose session never spawned. Observe-first rollout gate: the cron logs the never-spawned count and oldest age EVERY run regardless of this flag, so the backlog is measurable before the alarm is armed. The AUGMENTED_NEVER_SPAWNED_SESSION_METRIC_ENABLED env var is the highest-precedence operator override; precedence is env override > flag value > this default.',
40453
+ flagType: "boolean",
40454
+ defaultValue: false,
40455
+ envVar: "AUGMENTED_NEVER_SPAWNED_SESSION_METRIC_ENABLED",
40456
+ // Enabling this pages on every active agent that has never had a session,
40457
+ // which on first flip may surface an existing backlog all at once. Read the
40458
+ // observe-phase log line before flipping.
40459
+ sensitive: true
40460
+ },
40450
40461
  {
40451
40462
  key: "channel-silent-loss-alarm",
40452
40463
  description: "Channel silent-loss alarm (ENG-6728): when ON, the responsiveness-probe route creates a per-agent CloudWatch alarm that pages on a `ChannelDeflections` Cause=replay_orphaned datapoint (a recoverable inbound aged out without delivery). Observe-first rollout gate, flipped stage-wide from the admin Feature Flags page; the underlying metric ships since ENG-6355. The AUGMENTED_CHANNEL_SILENT_LOSS_ALARM_ENABLED env var is retained as the highest-precedence operator override; precedence is env override > flag value > this default.",
@@ -34725,6 +34725,17 @@ var FLAG_REGISTRY = [
34725
34725
  defaultValue: false,
34726
34726
  envVar: "AGT_FAST_MCP_RESTART_RESPAWN_ENABLED"
34727
34727
  },
34728
+ {
34729
+ key: "never-spawned-session-metric",
34730
+ description: 'Never-spawned session metric (ENG-8204): when ON, the agent-heartbeat-monitor cron emits a `SessionAliveAgeSeconds` datapoint for an ACTIVE agent that has never had a verified session (`last_session_alive_at` null), aged from `created_at`. Without it those agents emit no datapoint at all, and because the session-stale alarm sets `TreatMissingData: notBreaching`, the one alarm built for "fresh heartbeat but no session" can never fire for the very case it describes \u2014 a newly-onboarded agent whose session never spawned. Observe-first rollout gate: the cron logs the never-spawned count and oldest age EVERY run regardless of this flag, so the backlog is measurable before the alarm is armed. The AUGMENTED_NEVER_SPAWNED_SESSION_METRIC_ENABLED env var is the highest-precedence operator override; precedence is env override > flag value > this default.',
34731
+ flagType: "boolean",
34732
+ defaultValue: false,
34733
+ envVar: "AUGMENTED_NEVER_SPAWNED_SESSION_METRIC_ENABLED",
34734
+ // Enabling this pages on every active agent that has never had a session,
34735
+ // which on first flip may surface an existing backlog all at once. Read the
34736
+ // observe-phase log line before flipping.
34737
+ sensitive: true
34738
+ },
34728
34739
  {
34729
34740
  key: "channel-silent-loss-alarm",
34730
34741
  description: "Channel silent-loss alarm (ENG-6728): when ON, the responsiveness-probe route creates a per-agent CloudWatch alarm that pages on a `ChannelDeflections` Cause=replay_orphaned datapoint (a recoverable inbound aged out without delivery). Observe-first rollout gate, flipped stage-wide from the admin Feature Flags page; the underlying metric ships since ENG-6355. The AUGMENTED_CHANNEL_SILENT_LOSS_ALARM_ENABLED env var is retained as the highest-precedence operator override; precedence is env override > flag value > this default.",
@@ -35051,6 +35051,17 @@ var FLAG_REGISTRY = [
35051
35051
  defaultValue: false,
35052
35052
  envVar: "AGT_FAST_MCP_RESTART_RESPAWN_ENABLED"
35053
35053
  },
35054
+ {
35055
+ key: "never-spawned-session-metric",
35056
+ description: 'Never-spawned session metric (ENG-8204): when ON, the agent-heartbeat-monitor cron emits a `SessionAliveAgeSeconds` datapoint for an ACTIVE agent that has never had a verified session (`last_session_alive_at` null), aged from `created_at`. Without it those agents emit no datapoint at all, and because the session-stale alarm sets `TreatMissingData: notBreaching`, the one alarm built for "fresh heartbeat but no session" can never fire for the very case it describes \u2014 a newly-onboarded agent whose session never spawned. Observe-first rollout gate: the cron logs the never-spawned count and oldest age EVERY run regardless of this flag, so the backlog is measurable before the alarm is armed. The AUGMENTED_NEVER_SPAWNED_SESSION_METRIC_ENABLED env var is the highest-precedence operator override; precedence is env override > flag value > this default.',
35057
+ flagType: "boolean",
35058
+ defaultValue: false,
35059
+ envVar: "AUGMENTED_NEVER_SPAWNED_SESSION_METRIC_ENABLED",
35060
+ // Enabling this pages on every active agent that has never had a session,
35061
+ // which on first flip may surface an existing backlog all at once. Read the
35062
+ // observe-phase log line before flipping.
35063
+ sensitive: true
35064
+ },
35054
35065
  {
35055
35066
  key: "channel-silent-loss-alarm",
35056
35067
  description: "Channel silent-loss alarm (ENG-6728): when ON, the responsiveness-probe route creates a per-agent CloudWatch alarm that pages on a `ChannelDeflections` Cause=replay_orphaned datapoint (a recoverable inbound aged out without delivery). Observe-first rollout gate, flipped stage-wide from the admin Feature Flags page; the underlying metric ships since ENG-6355. The AUGMENTED_CHANNEL_SILENT_LOSS_ALARM_ENABLED env var is retained as the highest-precedence operator override; precedence is env override > flag value > this default.",
@@ -36,7 +36,7 @@ import {
36
36
  writeDirectChatSessionState,
37
37
  writeEgressAllowlist,
38
38
  writePersistentClaudeWrapper
39
- } from "./chunk-SRR5XVWJ.js";
39
+ } from "./chunk-XZI5IHQP.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-CEGPLUHO.js.map
80
+ //# sourceMappingURL=persistent-session-3LWKJAAP.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-SRR5XVWJ.js";
3
+ } from "./chunk-XZI5IHQP.js";
4
4
  import "./chunk-XWVM4KPK.js";
5
5
 
6
6
  // src/lib/responsiveness-probe.ts
@@ -596,4 +596,4 @@ export {
596
596
  readAndResetSlackReplyBindingClassifications,
597
597
  readAndResetSlackReplyTargetClassifications
598
598
  };
599
- //# sourceMappingURL=responsiveness-probe-RBLOTOHD.js.map
599
+ //# sourceMappingURL=responsiveness-probe-AAVWTFJN.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.485",
3
+ "version": "0.28.487",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {