@integrity-labs/agt-cli 0.28.617 → 0.28.619

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 (25) hide show
  1. package/dist/bin/agt.js +5 -5
  2. package/dist/{chunk-TYVQNCBU.js → chunk-P6KFZVKA.js} +36 -1
  3. package/dist/chunk-P6KFZVKA.js.map +1 -0
  4. package/dist/{chunk-6SJJM4FT.js → chunk-RXC3MTSN.js} +5 -2
  5. package/dist/chunk-RXC3MTSN.js.map +1 -0
  6. package/dist/{chunk-NJHZL7CZ.js → chunk-WY7QPFBK.js} +57 -4
  7. package/dist/chunk-WY7QPFBK.js.map +1 -0
  8. package/dist/{claude-pair-runtime-QCL2TB6N.js → claude-pair-runtime-3356FFTC.js} +2 -2
  9. package/dist/lib/manager-worker.js +121 -19
  10. package/dist/lib/manager-worker.js.map +1 -1
  11. package/dist/mcp/direct-chat-channel.js +35 -0
  12. package/dist/mcp/origami.js +35 -0
  13. package/dist/mcp/slack-channel.js +65 -6
  14. package/dist/mcp/telegram-channel.js +35 -0
  15. package/dist/{persistent-session-GM3EH2ZU.js → persistent-session-AGPLISL3.js} +3 -3
  16. package/dist/{responsiveness-probe-VSSJC3MN.js → responsiveness-probe-ITYPPSHM.js} +3 -3
  17. package/dist/{session-auth-dead-KOKVXPPQ.js → session-auth-dead-Y6ABNWNM.js} +2 -2
  18. package/package.json +1 -1
  19. package/dist/chunk-6SJJM4FT.js.map +0 -1
  20. package/dist/chunk-NJHZL7CZ.js.map +0 -1
  21. package/dist/chunk-TYVQNCBU.js.map +0 -1
  22. /package/dist/{claude-pair-runtime-QCL2TB6N.js.map → claude-pair-runtime-3356FFTC.js.map} +0 -0
  23. /package/dist/{persistent-session-GM3EH2ZU.js.map → persistent-session-AGPLISL3.js.map} +0 -0
  24. /package/dist/{responsiveness-probe-VSSJC3MN.js.map → responsiveness-probe-ITYPPSHM.js.map} +0 -0
  25. /package/dist/{session-auth-dead-KOKVXPPQ.js.map → session-auth-dead-Y6ABNWNM.js.map} +0 -0
@@ -35000,6 +35000,41 @@ var FLAG_REGISTRY = [
35000
35000
  // it MOVES data, so mutations require explicit confirmation (ADR-0022 §4).
35001
35001
  sensitive: true
35002
35002
  },
35003
+ {
35004
+ key: "per-agent-host-credentials",
35005
+ description: "Per-agent host credentials on DEDICATED hosts (ENG-8992, extending ADR-0042 pt3b). When ON, the manager mints a per-agent org-scoped `tlk_` key at spawn and injects it as that container's AGT_API_KEY, instead of forwarding the one HOST-WIDE key into every agent. Today every container on a dedicated host holds the same credential, so an agent can exchange a claim-less token and read a SIBLING agent's decrypted integration credentials via POST /host/agent-integrations. The request-time guard that stops this (verifyHostAgentAccess reading the token's agent_id claim, ENG-7449) is ALREADY live in production - it no-ops only because no container ever carries a scoped key, so this flag gives the existing gate something to check rather than adding a new one. POOL hosts are NOT governed by this flag: per-agent scope is mandatory there (ENG-7489) and stays unconditional. Read by the MANAGER at spawn (hostFlagStore), so a central flip applies to subsequent spawns - already-running agents keep their current credential until they respawn, which is what makes the rollout staged rather than a fleet-wide cutover. Ships dark (default off). AGT_PER_AGENT_HOST_CREDENTIALS_ENABLED is the per-host escape hatch and kill switch; precedence is env override > flag value > this default.",
35006
+ flagType: "boolean",
35007
+ // Declared safe value is `false` = keep forwarding the shared host key. A
35008
+ // flag-read error must not change which credential a container is spawned
35009
+ // with; the fail-safe direction here is "no behaviour change", and a mint
35010
+ // FAILURE (once armed) separately fails the spawn CLOSED rather than
35011
+ // falling back to the shared key.
35012
+ defaultValue: false,
35013
+ envVar: "AGT_PER_AGENT_HOST_CREDENTIALS_ENABLED",
35014
+ // Disabling this RESTORES the shared host-wide key to every container, and
35015
+ // with it the cross-agent credential read ENG-8992 closes. A credential-scope
35016
+ // reduction should not be one click away without confirmation — same posture
35017
+ // as `github-broker-credentials`, the other credential-delivery flag.
35018
+ sensitive: true,
35019
+ // The reader is host-side (`hostFlagStore().getBoolean(...)` in the manager),
35020
+ // so a host on an older agt-cli has no consumer code: it keeps forwarding the
35021
+ // shared key no matter what the flag says. Without `since`, the flip-reach
35022
+ // modal would report every recently-seen host as honoring the flip — the
35023
+ // dangerous direction, because it reads as "armed" when it is not.
35024
+ //
35025
+ // PLACEHOLDER, deliberately above every published version (npm latest was
35026
+ // 0.28.612 when this landed). The reader ships in whatever the auto-publish
35027
+ // patch-bump produces AFTER this merges, which is not knowable here. Per the
35028
+ // same reasoning recorded on the `agt-bin` flag: `since` is ADVISORY, read
35029
+ // only by `computeFlagReach`; it changes what an operator is TOLD, it does
35030
+ // not gate a flip. So an over-high placeholder is safe (reach under-reports,
35031
+ // nobody flips), and a GUESSED number is not.
35032
+ //
35033
+ // BEFORE FLIPPING THIS ANYWHERE: replace with the exact first published
35034
+ // agt-cli version whose `spawnSession` carries the `-e AGT_API_KEY=` push.
35035
+ // The rollout runbook gates on it.
35036
+ since: "0.29.0"
35037
+ },
35003
35038
  {
35004
35039
  key: "agent-hours-billing-enabled",
35005
35040
  description: "Agent-hours (utilisation) billing (ENG-7910). Per-org gate; ships dark. When on for an org, its closed billing periods are settled into org_agent_hours_settlements from the plan/override agent-hours terms, and the customer billing surface shows used-vs-included hours + projected overage. Off = no settlement written, no charge, surface hidden. Launch prices are seeded in plan_billing_terms; flip on per-org for a controlled rollout.",
@@ -40864,6 +40864,41 @@ var FLAG_REGISTRY = [
40864
40864
  // it MOVES data, so mutations require explicit confirmation (ADR-0022 §4).
40865
40865
  sensitive: true
40866
40866
  },
40867
+ {
40868
+ key: "per-agent-host-credentials",
40869
+ description: "Per-agent host credentials on DEDICATED hosts (ENG-8992, extending ADR-0042 pt3b). When ON, the manager mints a per-agent org-scoped `tlk_` key at spawn and injects it as that container's AGT_API_KEY, instead of forwarding the one HOST-WIDE key into every agent. Today every container on a dedicated host holds the same credential, so an agent can exchange a claim-less token and read a SIBLING agent's decrypted integration credentials via POST /host/agent-integrations. The request-time guard that stops this (verifyHostAgentAccess reading the token's agent_id claim, ENG-7449) is ALREADY live in production - it no-ops only because no container ever carries a scoped key, so this flag gives the existing gate something to check rather than adding a new one. POOL hosts are NOT governed by this flag: per-agent scope is mandatory there (ENG-7489) and stays unconditional. Read by the MANAGER at spawn (hostFlagStore), so a central flip applies to subsequent spawns - already-running agents keep their current credential until they respawn, which is what makes the rollout staged rather than a fleet-wide cutover. Ships dark (default off). AGT_PER_AGENT_HOST_CREDENTIALS_ENABLED is the per-host escape hatch and kill switch; precedence is env override > flag value > this default.",
40870
+ flagType: "boolean",
40871
+ // Declared safe value is `false` = keep forwarding the shared host key. A
40872
+ // flag-read error must not change which credential a container is spawned
40873
+ // with; the fail-safe direction here is "no behaviour change", and a mint
40874
+ // FAILURE (once armed) separately fails the spawn CLOSED rather than
40875
+ // falling back to the shared key.
40876
+ defaultValue: false,
40877
+ envVar: "AGT_PER_AGENT_HOST_CREDENTIALS_ENABLED",
40878
+ // Disabling this RESTORES the shared host-wide key to every container, and
40879
+ // with it the cross-agent credential read ENG-8992 closes. A credential-scope
40880
+ // reduction should not be one click away without confirmation — same posture
40881
+ // as `github-broker-credentials`, the other credential-delivery flag.
40882
+ sensitive: true,
40883
+ // The reader is host-side (`hostFlagStore().getBoolean(...)` in the manager),
40884
+ // so a host on an older agt-cli has no consumer code: it keeps forwarding the
40885
+ // shared key no matter what the flag says. Without `since`, the flip-reach
40886
+ // modal would report every recently-seen host as honoring the flip — the
40887
+ // dangerous direction, because it reads as "armed" when it is not.
40888
+ //
40889
+ // PLACEHOLDER, deliberately above every published version (npm latest was
40890
+ // 0.28.612 when this landed). The reader ships in whatever the auto-publish
40891
+ // patch-bump produces AFTER this merges, which is not knowable here. Per the
40892
+ // same reasoning recorded on the `agt-bin` flag: `since` is ADVISORY, read
40893
+ // only by `computeFlagReach`; it changes what an operator is TOLD, it does
40894
+ // not gate a flip. So an over-high placeholder is safe (reach under-reports,
40895
+ // nobody flips), and a GUESSED number is not.
40896
+ //
40897
+ // BEFORE FLIPPING THIS ANYWHERE: replace with the exact first published
40898
+ // agt-cli version whose `spawnSession` carries the `-e AGT_API_KEY=` push.
40899
+ // The rollout runbook gates on it.
40900
+ since: "0.29.0"
40901
+ },
40867
40902
  {
40868
40903
  key: "agent-hours-billing-enabled",
40869
40904
  description: "Agent-hours (utilisation) billing (ENG-7910). Per-org gate; ships dark. When on for an org, its closed billing periods are settled into org_agent_hours_settlements from the plan/override agent-hours terms, and the customer billing surface shows used-vs-included hours + projected overage. Off = no settlement written, no charge, surface hidden. Launch prices are seeded in plan_billing_terms; flip on per-org for a controlled rollout.",
@@ -30250,14 +30250,23 @@ var ALLOWED_MESSAGE_SUBTYPES = /* @__PURE__ */ new Set([
30250
30250
  "file_share",
30251
30251
  "thread_broadcast"
30252
30252
  ]);
30253
- function decideSlackMessageForward(evt) {
30253
+ function matchesThirdPartyGrant(evt, thirdPartyBots) {
30254
+ const botId = evt.bot_id;
30255
+ if (!botId || !thirdPartyBots?.length)
30256
+ return false;
30257
+ return thirdPartyBots.some((b) => b.bot_id === botId || b.bot_user_id === botId);
30258
+ }
30259
+ function decideSlackMessageForward(evt, thirdPartyBots) {
30254
30260
  if (evt.type !== "message") {
30255
30261
  return { forward: true };
30256
30262
  }
30263
+ const granted = matchesThirdPartyGrant(evt, thirdPartyBots);
30257
30264
  if (!ALLOWED_MESSAGE_SUBTYPES.has(evt.subtype)) {
30258
- return { forward: false, reason: "subtype" };
30265
+ if (!granted || evt.subtype !== "bot_message") {
30266
+ return { forward: false, reason: "subtype" };
30267
+ }
30259
30268
  }
30260
- if (!evt.user) {
30269
+ if (!evt.user && !granted) {
30261
30270
  return { forward: false, reason: "no_user" };
30262
30271
  }
30263
30272
  const hasText = typeof evt.text === "string" && evt.text.trim().length > 0;
@@ -35332,6 +35341,41 @@ var FLAG_REGISTRY = [
35332
35341
  // it MOVES data, so mutations require explicit confirmation (ADR-0022 §4).
35333
35342
  sensitive: true
35334
35343
  },
35344
+ {
35345
+ key: "per-agent-host-credentials",
35346
+ description: "Per-agent host credentials on DEDICATED hosts (ENG-8992, extending ADR-0042 pt3b). When ON, the manager mints a per-agent org-scoped `tlk_` key at spawn and injects it as that container's AGT_API_KEY, instead of forwarding the one HOST-WIDE key into every agent. Today every container on a dedicated host holds the same credential, so an agent can exchange a claim-less token and read a SIBLING agent's decrypted integration credentials via POST /host/agent-integrations. The request-time guard that stops this (verifyHostAgentAccess reading the token's agent_id claim, ENG-7449) is ALREADY live in production - it no-ops only because no container ever carries a scoped key, so this flag gives the existing gate something to check rather than adding a new one. POOL hosts are NOT governed by this flag: per-agent scope is mandatory there (ENG-7489) and stays unconditional. Read by the MANAGER at spawn (hostFlagStore), so a central flip applies to subsequent spawns - already-running agents keep their current credential until they respawn, which is what makes the rollout staged rather than a fleet-wide cutover. Ships dark (default off). AGT_PER_AGENT_HOST_CREDENTIALS_ENABLED is the per-host escape hatch and kill switch; precedence is env override > flag value > this default.",
35347
+ flagType: "boolean",
35348
+ // Declared safe value is `false` = keep forwarding the shared host key. A
35349
+ // flag-read error must not change which credential a container is spawned
35350
+ // with; the fail-safe direction here is "no behaviour change", and a mint
35351
+ // FAILURE (once armed) separately fails the spawn CLOSED rather than
35352
+ // falling back to the shared key.
35353
+ defaultValue: false,
35354
+ envVar: "AGT_PER_AGENT_HOST_CREDENTIALS_ENABLED",
35355
+ // Disabling this RESTORES the shared host-wide key to every container, and
35356
+ // with it the cross-agent credential read ENG-8992 closes. A credential-scope
35357
+ // reduction should not be one click away without confirmation — same posture
35358
+ // as `github-broker-credentials`, the other credential-delivery flag.
35359
+ sensitive: true,
35360
+ // The reader is host-side (`hostFlagStore().getBoolean(...)` in the manager),
35361
+ // so a host on an older agt-cli has no consumer code: it keeps forwarding the
35362
+ // shared key no matter what the flag says. Without `since`, the flip-reach
35363
+ // modal would report every recently-seen host as honoring the flip — the
35364
+ // dangerous direction, because it reads as "armed" when it is not.
35365
+ //
35366
+ // PLACEHOLDER, deliberately above every published version (npm latest was
35367
+ // 0.28.612 when this landed). The reader ships in whatever the auto-publish
35368
+ // patch-bump produces AFTER this merges, which is not knowable here. Per the
35369
+ // same reasoning recorded on the `agt-bin` flag: `since` is ADVISORY, read
35370
+ // only by `computeFlagReach`; it changes what an operator is TOLD, it does
35371
+ // not gate a flip. So an over-high placeholder is safe (reach under-reports,
35372
+ // nobody flips), and a GUESSED number is not.
35373
+ //
35374
+ // BEFORE FLIPPING THIS ANYWHERE: replace with the exact first published
35375
+ // agt-cli version whose `spawnSession` carries the `-e AGT_API_KEY=` push.
35376
+ // The rollout runbook gates on it.
35377
+ since: "0.29.0"
35378
+ },
35335
35379
  {
35336
35380
  key: "agent-hours-billing-enabled",
35337
35381
  description: "Agent-hours (utilisation) billing (ENG-7910). Per-org gate; ships dark. When on for an org, its closed billing periods are settled into org_agent_hours_settlements from the plan/override agent-hours terms, and the customer billing surface shows used-vs-included hours + projected overage. Off = no settlement written, no charge, surface hidden. Launch prices are seeded in plan_billing_terms; flip on per-org for a controlled rollout.",
@@ -40559,7 +40603,13 @@ function classifyPeerMessage(msg, cfg, self) {
40559
40603
  }
40560
40604
  const peer = cfg.peers.find((p2) => p2.bot_user_id === msg.user);
40561
40605
  if (!peer) {
40562
- const thirdParty = cfg.third_party_bots?.find((b) => b.bot_user_id === msg.user);
40606
+ const thirdParty = cfg.third_party_bots?.find((b) => {
40607
+ if (msg.user && b.bot_user_id === msg.user)
40608
+ return true;
40609
+ if (!msg.bot_id)
40610
+ return false;
40611
+ return b.bot_id === msg.bot_id || b.bot_user_id === msg.bot_id;
40612
+ });
40563
40613
  if (thirdParty) {
40564
40614
  if (cfg.peer_disabled_mode === "cross_team_only") {
40565
40615
  return { kind: "drop", reason: "peer_disabled_cross_team" };
@@ -40699,7 +40749,13 @@ function parseThirdPartyBotsEnv(raw) {
40699
40749
  continue;
40700
40750
  const channels = rec["channel_ids"].filter((c) => typeof c === "string" && c.trim() !== "").map((c) => c.trim());
40701
40751
  const label = typeof rec["label"] === "string" && rec["label"].trim() ? rec["label"].trim() : void 0;
40702
- out.push({ bot_user_id: botUserId2, channel_ids: channels, ...label ? { label } : {} });
40752
+ const botId = typeof rec["bot_id"] === "string" && rec["bot_id"].trim() ? rec["bot_id"].trim() : void 0;
40753
+ out.push({
40754
+ bot_user_id: botUserId2,
40755
+ channel_ids: channels,
40756
+ ...botId ? { bot_id: botId } : {},
40757
+ ...label ? { label } : {}
40758
+ });
40703
40759
  }
40704
40760
  return out;
40705
40761
  }
@@ -46209,7 +46265,10 @@ async function connectSocketMode() {
46209
46265
  return;
46210
46266
  }
46211
46267
  const isBot = Boolean(evt.bot_id);
46212
- const filterDecision = decideSlackMessageForward(evt);
46268
+ const filterDecision = decideSlackMessageForward(
46269
+ evt,
46270
+ SLACK_PEER_CLASSIFIER_CONFIG.third_party_bots
46271
+ );
46213
46272
  const senderPolicyDecision = decideSenderPolicyForward(evt, SLACK_SENDER_POLICY);
46214
46273
  const policyBlockReason = senderPolicyDecision.forward ? void 0 : classifySlackPolicyBlock(evt, SLACK_SENDER_POLICY);
46215
46274
  const peerClassification = isBot ? classifyPeerMessage(
@@ -35491,6 +35491,41 @@ var FLAG_REGISTRY = [
35491
35491
  // it MOVES data, so mutations require explicit confirmation (ADR-0022 §4).
35492
35492
  sensitive: true
35493
35493
  },
35494
+ {
35495
+ key: "per-agent-host-credentials",
35496
+ description: "Per-agent host credentials on DEDICATED hosts (ENG-8992, extending ADR-0042 pt3b). When ON, the manager mints a per-agent org-scoped `tlk_` key at spawn and injects it as that container's AGT_API_KEY, instead of forwarding the one HOST-WIDE key into every agent. Today every container on a dedicated host holds the same credential, so an agent can exchange a claim-less token and read a SIBLING agent's decrypted integration credentials via POST /host/agent-integrations. The request-time guard that stops this (verifyHostAgentAccess reading the token's agent_id claim, ENG-7449) is ALREADY live in production - it no-ops only because no container ever carries a scoped key, so this flag gives the existing gate something to check rather than adding a new one. POOL hosts are NOT governed by this flag: per-agent scope is mandatory there (ENG-7489) and stays unconditional. Read by the MANAGER at spawn (hostFlagStore), so a central flip applies to subsequent spawns - already-running agents keep their current credential until they respawn, which is what makes the rollout staged rather than a fleet-wide cutover. Ships dark (default off). AGT_PER_AGENT_HOST_CREDENTIALS_ENABLED is the per-host escape hatch and kill switch; precedence is env override > flag value > this default.",
35497
+ flagType: "boolean",
35498
+ // Declared safe value is `false` = keep forwarding the shared host key. A
35499
+ // flag-read error must not change which credential a container is spawned
35500
+ // with; the fail-safe direction here is "no behaviour change", and a mint
35501
+ // FAILURE (once armed) separately fails the spawn CLOSED rather than
35502
+ // falling back to the shared key.
35503
+ defaultValue: false,
35504
+ envVar: "AGT_PER_AGENT_HOST_CREDENTIALS_ENABLED",
35505
+ // Disabling this RESTORES the shared host-wide key to every container, and
35506
+ // with it the cross-agent credential read ENG-8992 closes. A credential-scope
35507
+ // reduction should not be one click away without confirmation — same posture
35508
+ // as `github-broker-credentials`, the other credential-delivery flag.
35509
+ sensitive: true,
35510
+ // The reader is host-side (`hostFlagStore().getBoolean(...)` in the manager),
35511
+ // so a host on an older agt-cli has no consumer code: it keeps forwarding the
35512
+ // shared key no matter what the flag says. Without `since`, the flip-reach
35513
+ // modal would report every recently-seen host as honoring the flip — the
35514
+ // dangerous direction, because it reads as "armed" when it is not.
35515
+ //
35516
+ // PLACEHOLDER, deliberately above every published version (npm latest was
35517
+ // 0.28.612 when this landed). The reader ships in whatever the auto-publish
35518
+ // patch-bump produces AFTER this merges, which is not knowable here. Per the
35519
+ // same reasoning recorded on the `agt-bin` flag: `since` is ADVISORY, read
35520
+ // only by `computeFlagReach`; it changes what an operator is TOLD, it does
35521
+ // not gate a flip. So an over-high placeholder is safe (reach under-reports,
35522
+ // nobody flips), and a GUESSED number is not.
35523
+ //
35524
+ // BEFORE FLIPPING THIS ANYWHERE: replace with the exact first published
35525
+ // agt-cli version whose `spawnSession` carries the `-e AGT_API_KEY=` push.
35526
+ // The rollout runbook gates on it.
35527
+ since: "0.29.0"
35528
+ },
35494
35529
  {
35495
35530
  key: "agent-hours-billing-enabled",
35496
35531
  description: "Agent-hours (utilisation) billing (ENG-7910). Per-org gate; ships dark. When on for an org, its closed billing periods are settled into org_agent_hours_settlements from the plan/override agent-hours terms, and the customer billing surface shows used-vs-included hours + projected overage. Off = no settlement written, no charge, surface hidden. Launch prices are seeded in plan_billing_terms; flip on per-org for a controlled rollout.",
@@ -43,8 +43,8 @@ import {
43
43
  writeDirectChatSessionState,
44
44
  writeEgressAllowlist,
45
45
  writePersistentClaudeWrapper
46
- } from "./chunk-6SJJM4FT.js";
47
- import "./chunk-TYVQNCBU.js";
46
+ } from "./chunk-RXC3MTSN.js";
47
+ import "./chunk-P6KFZVKA.js";
48
48
  import "./chunk-XWVM4KPK.js";
49
49
  export {
50
50
  EGRESS_BASELINE_DOMAINS,
@@ -92,4 +92,4 @@ export {
92
92
  writeEgressAllowlist,
93
93
  writePersistentClaudeWrapper
94
94
  };
95
- //# sourceMappingURL=persistent-session-GM3EH2ZU.js.map
95
+ //# sourceMappingURL=persistent-session-AGPLISL3.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-6SJJM4FT.js";
4
- import "./chunk-TYVQNCBU.js";
3
+ } from "./chunk-RXC3MTSN.js";
4
+ import "./chunk-P6KFZVKA.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -710,4 +710,4 @@ export {
710
710
  readAndResetSlackReplyBindingClassifications,
711
711
  readAndResetSlackReplyTargetClassifications
712
712
  };
713
- //# sourceMappingURL=responsiveness-probe-VSSJC3MN.js.map
713
+ //# sourceMappingURL=responsiveness-probe-ITYPPSHM.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  sessionTranscriptDir
3
- } from "./chunk-TYVQNCBU.js";
3
+ } from "./chunk-P6KFZVKA.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-KOKVXPPQ.js.map
206
+ //# sourceMappingURL=session-auth-dead-Y6ABNWNM.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.617",
3
+ "version": "0.28.619",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {