@integrity-labs/agt-cli 0.28.919 → 0.28.921

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.
Files changed (24) hide show
  1. package/dist/bin/agt.js +5 -5
  2. package/dist/{chunk-DUPUJAZE.js → chunk-GWP5VUJ4.js} +4 -4
  3. package/dist/{chunk-GYUOGI3N.js → chunk-NGJFE75J.js} +2 -2
  4. package/dist/{chunk-YBCJHIWM.js → chunk-ZOPP3ZC7.js} +8 -1
  5. package/dist/chunk-ZOPP3ZC7.js.map +1 -0
  6. package/dist/{claude-pair-runtime-VT3Z6IAS.js → claude-pair-runtime-NNHCDXLG.js} +2 -2
  7. package/dist/lib/manager-worker.js +14 -14
  8. package/dist/mcp/augmented-admin.js +1 -1
  9. package/dist/mcp/direct-chat-channel.js +7 -0
  10. package/dist/mcp/index.js +7 -0
  11. package/dist/mcp/origami.js +7 -0
  12. package/dist/mcp/slack-channel.js +7 -0
  13. package/dist/mcp/telegram-channel.js +7 -0
  14. package/dist/{persistent-session-AQD73425.js → persistent-session-OQRYZ3YP.js} +3 -3
  15. package/dist/{responsiveness-probe-YYWJW6YM.js → responsiveness-probe-RBWP6HJE.js} +3 -3
  16. package/dist/{session-auth-dead-5UDO74CI.js → session-auth-dead-4KUPTD7M.js} +2 -2
  17. package/package.json +1 -1
  18. package/dist/chunk-YBCJHIWM.js.map +0 -1
  19. /package/dist/{chunk-DUPUJAZE.js.map → chunk-GWP5VUJ4.js.map} +0 -0
  20. /package/dist/{chunk-GYUOGI3N.js.map → chunk-NGJFE75J.js.map} +0 -0
  21. /package/dist/{claude-pair-runtime-VT3Z6IAS.js.map → claude-pair-runtime-NNHCDXLG.js.map} +0 -0
  22. /package/dist/{persistent-session-AQD73425.js.map → persistent-session-OQRYZ3YP.js.map} +0 -0
  23. /package/dist/{responsiveness-probe-YYWJW6YM.js.map → responsiveness-probe-RBWP6HJE.js.map} +0 -0
  24. /package/dist/{session-auth-dead-5UDO74CI.js.map → session-auth-dead-4KUPTD7M.js.map} +0 -0
@@ -100,7 +100,7 @@ async function spawnPairSession(session) {
100
100
  return { ok: true };
101
101
  } catch {
102
102
  }
103
- const { resolveClaudeBinary } = await import("./persistent-session-AQD73425.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-OQRYZ3YP.js");
104
104
  const claudeBin = resolveClaudeBinary();
105
105
  const pairEnv = {
106
106
  ...process.env,
@@ -373,4 +373,4 @@ export {
373
373
  startClaudePair,
374
374
  submitClaudePairCode
375
375
  };
376
- //# sourceMappingURL=claude-pair-runtime-VT3Z6IAS.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-NNHCDXLG.js.map
@@ -63,7 +63,7 @@ import {
63
63
  safeWriteJsonAtomic,
64
64
  setConfigHash,
65
65
  tripClass
66
- } from "../chunk-DUPUJAZE.js";
66
+ } from "../chunk-GWP5VUJ4.js";
67
67
  import {
68
68
  getProjectDir as getProjectDir2,
69
69
  getReadyTasks,
@@ -136,7 +136,7 @@ import {
136
136
  takeZombieDetection,
137
137
  toOpencodeModel,
138
138
  writeEgressAllowlist
139
- } from "../chunk-GYUOGI3N.js";
139
+ } from "../chunk-NGJFE75J.js";
140
140
  import {
141
141
  ACCOUNT_ENFORCEMENT_MARKER_FILENAME,
142
142
  AnchorSessionClient,
@@ -231,7 +231,7 @@ import {
231
231
  subagentActivityAgeSeconds,
232
232
  sumTranscriptUsageInWindow,
233
233
  transcriptActivityAgeSeconds
234
- } from "../chunk-YBCJHIWM.js";
234
+ } from "../chunk-ZOPP3ZC7.js";
235
235
  import {
236
236
  reapOrphanChannelMcps
237
237
  } from "../chunk-XWVM4KPK.js";
@@ -13138,7 +13138,7 @@ var pendingDayRolloverReset = /* @__PURE__ */ new Set();
13138
13138
  var dayRolloverInboundHold = /* @__PURE__ */ new Map();
13139
13139
  var INBOUND_HOLD_EPISODE_GAP_MS = 12e4;
13140
13140
  async function channelInboundActivityAgeSecondsFor(codeName) {
13141
- const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-YYWJW6YM.js");
13141
+ const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-RBWP6HJE.js");
13142
13142
  const newest = newestPendingInboundActivityMtimeMs(dirname11(paneLogPath(codeName)));
13143
13143
  if (newest === null) return null;
13144
13144
  return Math.max(0, Math.floor((Date.now() - newest) / 1e3));
@@ -13823,7 +13823,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
13823
13823
  var lastVersionCheckAt = 0;
13824
13824
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
13825
13825
  var lastResponsivenessProbeAt = 0;
13826
- var agtCliVersion = true ? "0.28.919" : "dev";
13826
+ var agtCliVersion = true ? "0.28.921" : "dev";
13827
13827
  function resolveBrewPath(execFileSync2) {
13828
13828
  try {
13829
13829
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -15413,7 +15413,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
15413
15413
  if (codeNames.length === 0) return;
15414
15414
  void (async () => {
15415
15415
  try {
15416
- const { collectDiagnostics } = await import("../persistent-session-AQD73425.js");
15416
+ const { collectDiagnostics } = await import("../persistent-session-OQRYZ3YP.js");
15417
15417
  await api.post("/host/heartbeat", {
15418
15418
  host_id: hostId,
15419
15419
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
@@ -15555,7 +15555,7 @@ async function pollCycleInner() {
15555
15555
  }
15556
15556
  try {
15557
15557
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
15558
- const { collectDiagnostics } = await import("../persistent-session-AQD73425.js");
15558
+ const { collectDiagnostics } = await import("../persistent-session-OQRYZ3YP.js");
15559
15559
  const diagCodeNames = [...agentState.persistentSessionAgents];
15560
15560
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor) : void 0;
15561
15561
  let tailscaleHostname;
@@ -15730,7 +15730,7 @@ async function pollCycleInner() {
15730
15730
  collectPanelessActivityProbes,
15731
15731
  getResponsivenessIntervalMs,
15732
15732
  occupancyQualificationClassifications
15733
- } = await import("../responsiveness-probe-YYWJW6YM.js");
15733
+ } = await import("../responsiveness-probe-RBWP6HJE.js");
15734
15734
  const probeIntervalMs = getResponsivenessIntervalMs();
15735
15735
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
15736
15736
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -15847,7 +15847,7 @@ async function pollCycleInner() {
15847
15847
  collectResponsivenessProbes,
15848
15848
  livePendingInboundOldestAgeSeconds,
15849
15849
  parkPendingInbound
15850
- } = await import("../responsiveness-probe-YYWJW6YM.js");
15850
+ } = await import("../responsiveness-probe-RBWP6HJE.js");
15851
15851
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
15852
15852
  const wedgeNow = /* @__PURE__ */ new Date();
15853
15853
  const liveAgents = agentState.persistentSessionAgents;
@@ -16003,7 +16003,7 @@ async function pollCycleInner() {
16003
16003
  }
16004
16004
  try {
16005
16005
  const { scrapeMcpFailedBannerCount } = await import("../pane-mcp-banner-scraper-JA437JIB.js");
16006
- const { probeSessionAuth } = await import("../session-auth-dead-5UDO74CI.js");
16006
+ const { probeSessionAuth } = await import("../session-auth-dead-4KUPTD7M.js");
16007
16007
  const observations = [];
16008
16008
  const pendingCacheCommits = [];
16009
16009
  const modelApiErrorReportingOn = hostFlagStore().getBoolean("model-api-error-reporting");
@@ -20267,7 +20267,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
20267
20267
  try {
20268
20268
  const freshId = rotateSessionForWedge(codeName);
20269
20269
  consecutiveWedgeCycles.delete(codeName);
20270
- const { parkPendingInbound: parkForRestart } = await import("../responsiveness-probe-YYWJW6YM.js");
20270
+ const { parkPendingInbound: parkForRestart } = await import("../responsiveness-probe-RBWP6HJE.js");
20271
20271
  const { parked, deadLettered } = parkForRestart(codeName, /* @__PURE__ */ new Date());
20272
20272
  const parkNote = parked > 0 ? `, ${parked} inbound parked` : "";
20273
20273
  const deadNote = deadLettered > 0 ? `, ${deadLettered} undeliverable dead-lettered` : "";
@@ -20310,7 +20310,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
20310
20310
  void api.post("/host/restart-ack", { host_id: hostId, agent_id: agentId, restart_requested_at: requestedAt }).catch((err) => log(`[restart-lane] ack failed for '${codeName}': ${err.message}`));
20311
20311
  void (async () => {
20312
20312
  try {
20313
- const { collectDiagnostics } = await import("../persistent-session-AQD73425.js");
20313
+ const { collectDiagnostics } = await import("../persistent-session-OQRYZ3YP.js");
20314
20314
  await api.post("/host/heartbeat", {
20315
20315
  host_id: hostId,
20316
20316
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
@@ -20361,7 +20361,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
20361
20361
  }
20362
20362
  try {
20363
20363
  const hostId = await getHostId();
20364
- const { collectDiagnostics } = await import("../persistent-session-AQD73425.js");
20364
+ const { collectDiagnostics } = await import("../persistent-session-OQRYZ3YP.js");
20365
20365
  await api.post("/host/heartbeat", {
20366
20366
  host_id: hostId,
20367
20367
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
@@ -21003,7 +21003,7 @@ async function processClaudePairSessions(agents) {
21003
21003
  killPairSession,
21004
21004
  pairTmuxSession,
21005
21005
  finalizeClaudePairOnboarding
21006
- } = await import("../claude-pair-runtime-VT3Z6IAS.js");
21006
+ } = await import("../claude-pair-runtime-NNHCDXLG.js");
21007
21007
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
21008
21008
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
21009
21009
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -21662,7 +21662,7 @@ server.registerTool(
21662
21662
  );
21663
21663
  server.registerTool(
21664
21664
  "debug_get_agent_integrations",
21665
- { description: 'Resolve ONE agent\'s EFFECTIVE integration set \u2014 the focused read for "does this agent have integration X, and where is it installed from?" (ENG-8271). Same resolution as `debug_get_agent`\'s `effective_integrations`, without the host/alerts payload.\n\nReturns { agent_id, code_name, team_id, organization_id, effective_integrations: { effective_count, by_scope, inherited_definition_ids, excluded_control_plane_only, excluded_unhealthy, excluded_unhealthy_definition_ids, shadowed_by_more_specific, duplicate_merge_keys, scopes_queried, scopes_skipped, integrations[] } } - the same `effective_integrations` object `debug_get_agent` returns, so one shape covers both tools. Each entry: { definition_id, display_name, connection_key, scope ("agent" | "team" | "org"), source_id, status, status_message, auth_type, last_connectivity_check_at, last_connectivity_status, consecutive_connectivity_failures, wired_verdict, last_session_tool_bind_at }. Never credentials.\n\nPrefer this over reading `agent_integrations`: TEAM/ORG-scope installs are invisible to a per-agent read, so absence there is not evidence. `excluded_unhealthy` + `excluded_unhealthy_definition_ids` (ENG-9285) name the rows that EXIST for this agent but were dropped for an unhealthy `status` \u2014 read them before concluding an integration is uninstalled, because a forced probe\'s `not_installed` verdict derives from the same status filter and CANNOT tell a deleted row (orphan, safe to reap) from a broken one (zombie, someone still has to fix it). `effective_count` reconciles against the manager\'s `Integrations provisioned for \'<code_name>\' (N)` or the tool-bind probe\'s `due=N`; docs/runbooks/admin-debug-dogfood.md lists the benign divergences to rule out before treating a mismatch as a bug. `wired_verdict` is the host\'s last session-tool-bind result (bound | missing | unreachable | unknown | not_applicable), the closest available answer to "is it in the agent\'s .mcp.json right now?". ENG-9114: `not_applicable` means the integration has NO .mcp.json server at all - CLI-delivered (github/gh, aws-cli, gcloud) or a builtin served through the platform\'s own MCP server - so "bound" is not a question about it and it is NOT broken. `null` means never probed, which is still NOT "not wired"; once a probe has run against a row, expect one of the five values rather than null.\n\nFails closed (uniform not-found) for an unauthorized/unknown agent; a failed scope query returns an error rather than a smaller count. Audited as a cross-org access. Pass { agent_id }.', inputSchema: getAgentIntegrationsSchema },
21665
+ { description: 'Resolve ONE agent\'s EFFECTIVE integration set \u2014 the focused read for "does this agent have integration X, and where is it installed from?" (ENG-8271). Same resolution as `debug_get_agent`\'s `effective_integrations`, without the host/alerts payload.\n\nReturns { agent_id, code_name, team_id, organization_id, effective_integrations: { effective_count, by_scope, inherited_definition_ids, excluded_control_plane_only, excluded_unhealthy, excluded_unhealthy_definition_ids, shadowed_by_more_specific, duplicate_merge_keys, scopes_queried, scopes_skipped, integrations[], excluded[] } } - the same `effective_integrations` object `debug_get_agent` returns, so one shape covers both tools. Each entry: { definition_id, display_name, connection_key, scope ("agent" | "team" | "org"), source_id, status, status_message, auth_type, last_connectivity_check_at, last_connectivity_status, consecutive_connectivity_failures, wired_verdict, last_session_tool_bind_at }. Never credentials.\n\nPrefer this over reading `agent_integrations`: TEAM/ORG-scope installs are invisible to a per-agent read, so absence there is not evidence. `excluded_unhealthy` + `excluded_unhealthy_definition_ids` (ENG-9285) name the rows that EXIST for this agent but were dropped for an unhealthy `status` \u2014 read them before concluding an integration is uninstalled, because a forced probe\'s `not_installed` verdict derives from the same status filter and CANNOT tell a deleted row (orphan, safe to reap) from a broken one (zombie, someone still has to fix it). **ENG-10197 \u2014 `excluded[]` is where you go next, and it is usually the answer.** The counters say something is hidden and the definition_ids say WHICH INTEGRATION is hidden; `excluded[]` gives you the ROW \u2014 its install `id`, `scope`, `connection_key`, `status`, `last_connectivity_status`, `consecutive_connectivity_failures`, `created_at` \u2014 plus `exclusion_reason` (`unhealthy_status` | `control_plane_only` | `shadowed_by_more_specific` | `duplicate_merge_key`) and, for a shadow, `displaced_by_scope`. That matters because a definition_id can appear in BOTH lists at once: on `ea` (2026-09-14) a `composio/outlook` row sat at 322 consecutive failures holding an `integration_down` alert open while the agent\'s visible `composio/outlook` row read active / ok / 0 failures, and before this field the failing row\'s id existed on exactly one surface in the platform - that alert\'s `dedupe_key`. An identically-shaped agent with no alert had no surface at all. So: an integration missing from `integrations[]` but present in `excluded[]` EXISTS and is broken (a zombie to fix), not absent (an orphan to reap), and you can now name the row to whoever has to fix it. **Choose the remediation from `exclusion_reason`, not from mere presence in `excluded[]`.** The four reasons are not four flavours of broken: `unhealthy_status` is the ONLY one that means a row someone has to repair or reap; `control_plane_only` is a healthy row that is never provisioned to an agent BY DESIGN (ENG-7742) and needs nothing done to it; `shadowed_by_more_specific` is a healthy row a nearer scope legitimately overrode, so the agent has a working install of that definition and the shadowed row is not a fault (`displaced_by_scope` names the scope that won); and `duplicate_merge_key` is a DATA ANOMALY - two rows at one scope sharing (definition_id, connection_key), which base-table uniqueness should prevent - so it wants investigating, not reconnecting. Telling an operator to fix a control-plane or shadowed row would send them to repair something that is working as intended, which is the same class of wrong this field exists to stop. `excluded.length` always equals the four counters summed, and `excluded[]` never changes `effective_count`. `effective_count` reconciles against the manager\'s `Integrations provisioned for \'<code_name>\' (N)` or the tool-bind probe\'s `due=N`; docs/runbooks/admin-debug-dogfood.md lists the benign divergences to rule out before treating a mismatch as a bug. `wired_verdict` is the host\'s last session-tool-bind result (bound | missing | unreachable | unknown | not_applicable), the closest available answer to "is it in the agent\'s .mcp.json right now?". ENG-9114: `not_applicable` means the integration has NO .mcp.json server at all - CLI-delivered (github/gh, aws-cli, gcloud) or a builtin served through the platform\'s own MCP server - so "bound" is not a question about it and it is NOT broken. `null` means never probed, which is still NOT "not wired"; once a probe has run against a row, expect one of the five values rather than null.\n\nFails closed (uniform not-found) for an unauthorized/unknown agent; a failed scope query returns an error rather than a smaller count. Audited as a cross-org access. Pass { agent_id }.', inputSchema: getAgentIntegrationsSchema },
21666
21666
  async (args) => {
21667
21667
  try {
21668
21668
  const result = await client.getAgentIntegrations(args.agent_id);
@@ -34873,6 +34873,13 @@ var AGENT_HISTORY_TURNS_ONLY_OR_FILTER = [
34873
34873
  `payload->>kind.in.("",${[...USER_FACING_NOTICE_KINDS].sort().join(",")})`
34874
34874
  ].join(",");
34875
34875
 
34876
+ // ../core/dist/browserbase/login-capture-verdict.js
34877
+ var SITE_LOGIN_COOKIES = Object.freeze([
34878
+ Object.freeze({ host: "linkedin.com", cookies: Object.freeze(["li_at"]) }),
34879
+ Object.freeze({ host: "x.com", cookies: Object.freeze(["auth_token"]) }),
34880
+ Object.freeze({ host: "twitter.com", cookies: Object.freeze(["auth_token"]) })
34881
+ ]);
34882
+
34876
34883
  // ../core/dist/onboarding/state-machine.js
34877
34884
  var AREA_ORDER = [
34878
34885
  "framing",
package/dist/mcp/index.js CHANGED
@@ -27396,6 +27396,13 @@ var AGENT_HISTORY_TURNS_ONLY_OR_FILTER = [
27396
27396
  `payload->>kind.in.("",${[...USER_FACING_NOTICE_KINDS].sort().join(",")})`
27397
27397
  ].join(",");
27398
27398
 
27399
+ // ../core/dist/browserbase/login-capture-verdict.js
27400
+ var SITE_LOGIN_COOKIES = Object.freeze([
27401
+ Object.freeze({ host: "linkedin.com", cookies: Object.freeze(["li_at"]) }),
27402
+ Object.freeze({ host: "x.com", cookies: Object.freeze(["auth_token"]) }),
27403
+ Object.freeze({ host: "twitter.com", cookies: Object.freeze(["auth_token"]) })
27404
+ ]);
27405
+
27399
27406
  // ../core/dist/onboarding/state-machine.js
27400
27407
  var AREA_ORDER = [
27401
27408
  "framing",
@@ -41500,6 +41500,13 @@ var AGENT_HISTORY_TURNS_ONLY_OR_FILTER = [
41500
41500
  `payload->>kind.in.("",${[...USER_FACING_NOTICE_KINDS].sort().join(",")})`
41501
41501
  ].join(",");
41502
41502
 
41503
+ // ../core/dist/browserbase/login-capture-verdict.js
41504
+ var SITE_LOGIN_COOKIES = Object.freeze([
41505
+ Object.freeze({ host: "linkedin.com", cookies: Object.freeze(["li_at"]) }),
41506
+ Object.freeze({ host: "x.com", cookies: Object.freeze(["auth_token"]) }),
41507
+ Object.freeze({ host: "twitter.com", cookies: Object.freeze(["auth_token"]) })
41508
+ ]);
41509
+
41503
41510
  // ../core/dist/onboarding/state-machine.js
41504
41511
  var AREA_ORDER = [
41505
41512
  "framing",
@@ -35746,6 +35746,13 @@ var AGENT_HISTORY_TURNS_ONLY_OR_FILTER = [
35746
35746
  `payload->>kind.in.("",${[...USER_FACING_NOTICE_KINDS].sort().join(",")})`
35747
35747
  ].join(",");
35748
35748
 
35749
+ // ../core/dist/browserbase/login-capture-verdict.js
35750
+ var SITE_LOGIN_COOKIES = Object.freeze([
35751
+ Object.freeze({ host: "linkedin.com", cookies: Object.freeze(["li_at"]) }),
35752
+ Object.freeze({ host: "x.com", cookies: Object.freeze(["auth_token"]) }),
35753
+ Object.freeze({ host: "twitter.com", cookies: Object.freeze(["auth_token"]) })
35754
+ ]);
35755
+
35749
35756
  // ../core/dist/onboarding/state-machine.js
35750
35757
  var AREA_ORDER = [
35751
35758
  "framing",
@@ -35782,6 +35782,13 @@ var AGENT_HISTORY_TURNS_ONLY_OR_FILTER = [
35782
35782
  `payload->>kind.in.("",${[...USER_FACING_NOTICE_KINDS].sort().join(",")})`
35783
35783
  ].join(",");
35784
35784
 
35785
+ // ../core/dist/browserbase/login-capture-verdict.js
35786
+ var SITE_LOGIN_COOKIES = Object.freeze([
35787
+ Object.freeze({ host: "linkedin.com", cookies: Object.freeze(["li_at"]) }),
35788
+ Object.freeze({ host: "x.com", cookies: Object.freeze(["auth_token"]) }),
35789
+ Object.freeze({ host: "twitter.com", cookies: Object.freeze(["auth_token"]) })
35790
+ ]);
35791
+
35785
35792
  // ../core/dist/onboarding/state-machine.js
35786
35793
  var AREA_ORDER = [
35787
35794
  "framing",
@@ -62,8 +62,8 @@ import {
62
62
  writeDirectChatSessionState,
63
63
  writeEgressAllowlist,
64
64
  writePersistentClaudeWrapper
65
- } from "./chunk-GYUOGI3N.js";
66
- import "./chunk-YBCJHIWM.js";
65
+ } from "./chunk-NGJFE75J.js";
66
+ import "./chunk-ZOPP3ZC7.js";
67
67
  import "./chunk-XWVM4KPK.js";
68
68
  export {
69
69
  CLAUDE_HOST_WIDE,
@@ -130,4 +130,4 @@ export {
130
130
  writeEgressAllowlist,
131
131
  writePersistentClaudeWrapper
132
132
  };
133
- //# sourceMappingURL=persistent-session-AQD73425.js.map
133
+ //# sourceMappingURL=persistent-session-OQRYZ3YP.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-GYUOGI3N.js";
4
- import "./chunk-YBCJHIWM.js";
3
+ } from "./chunk-NGJFE75J.js";
4
+ import "./chunk-ZOPP3ZC7.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -799,4 +799,4 @@ export {
799
799
  readAndResetSlackReplyBindingClassifications,
800
800
  readAndResetSlackReplyTargetClassifications
801
801
  };
802
- //# sourceMappingURL=responsiveness-probe-YYWJW6YM.js.map
802
+ //# sourceMappingURL=responsiveness-probe-RBWP6HJE.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  sessionTranscriptDir
3
- } from "./chunk-YBCJHIWM.js";
3
+ } from "./chunk-ZOPP3ZC7.js";
4
4
 
5
5
  // src/lib/session-auth-dead.ts
6
6
  import { closeSync, openSync, readSync, readdirSync, statSync } from "fs";
@@ -203,4 +203,4 @@ export {
203
203
  decideSessionAuthState,
204
204
  probeSessionAuth
205
205
  };
206
- //# sourceMappingURL=session-auth-dead-5UDO74CI.js.map
206
+ //# sourceMappingURL=session-auth-dead-4KUPTD7M.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.919",
3
+ "version": "0.28.921",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {