@integrity-labs/agt-cli 0.28.950 → 0.28.952

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.
@@ -14,7 +14,7 @@ import {
14
14
  parseEnvFileEntries,
15
15
  parseEnvIntegrations,
16
16
  shellQuote
17
- } from "./chunk-K3XCSA4U.js";
17
+ } from "./chunk-FM55GCBK.js";
18
18
  import {
19
19
  BIND_FAILURE_QUARANTINE_THRESHOLD,
20
20
  INTEGRATIONS_SECTION_END,
@@ -74,7 +74,7 @@ import {
74
74
  sessionTranscriptDir,
75
75
  worseConnectivityOutcome,
76
76
  wrapScheduledTaskPrompt
77
- } from "./chunk-SVGL52XU.js";
77
+ } from "./chunk-5DCSO24A.js";
78
78
  import {
79
79
  classifyUnanswerablePane,
80
80
  summarizeUnanswerablePane
@@ -6967,7 +6967,7 @@ function exchangeFailureKind(err) {
6967
6967
  }
6968
6968
 
6969
6969
  // src/lib/api-client.ts
6970
- var agtCliVersion = true ? "0.28.950" : "dev";
6970
+ var agtCliVersion = true ? "0.28.952" : "dev";
6971
6971
  var lastConfigHash = null;
6972
6972
  function setConfigHash(hash) {
6973
6973
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -11666,4 +11666,4 @@ export {
11666
11666
  managerInstallSystemUnitCommand,
11667
11667
  managerUninstallSystemUnitCommand
11668
11668
  };
11669
- //# sourceMappingURL=chunk-I2YUIY37.js.map
11669
+ //# sourceMappingURL=chunk-FGUXT5XJ.js.map
@@ -19,7 +19,7 @@ import {
19
19
  rotateDailySession,
20
20
  sessionFileExists,
21
21
  todayLocalIso
22
- } from "./chunk-SVGL52XU.js";
22
+ } from "./chunk-5DCSO24A.js";
23
23
  import {
24
24
  classifyUnanswerablePane,
25
25
  findUsageLimitResetHint,
@@ -5454,4 +5454,4 @@ export {
5454
5454
  stopAllSessionsAndWait,
5455
5455
  getProjectDir
5456
5456
  };
5457
- //# sourceMappingURL=chunk-K3XCSA4U.js.map
5457
+ //# sourceMappingURL=chunk-FM55GCBK.js.map
@@ -161,7 +161,7 @@ async function spawnPairSession(session) {
161
161
  return { ok: true };
162
162
  } catch {
163
163
  }
164
- const { resolveClaudeBinary } = await import("./persistent-session-FMF3LCDW.js");
164
+ const { resolveClaudeBinary } = await import("./persistent-session-X7YJPZ2D.js");
165
165
  const claudeBin = resolveClaudeBinary();
166
166
  const pairEnv = {
167
167
  ...process.env,
@@ -472,4 +472,4 @@ export {
472
472
  startClaudePair,
473
473
  submitClaudePairCode
474
474
  };
475
- //# sourceMappingURL=claude-pair-runtime-X2D4Z6OG.js.map
475
+ //# sourceMappingURL=claude-pair-runtime-C5OSJVHG.js.map
@@ -63,7 +63,7 @@ import {
63
63
  safeWriteJsonAtomic,
64
64
  setConfigHash,
65
65
  tripClass
66
- } from "../chunk-I2YUIY37.js";
66
+ } from "../chunk-FGUXT5XJ.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-K3XCSA4U.js";
139
+ } from "../chunk-FM55GCBK.js";
140
140
  import {
141
141
  ACCOUNT_ENFORCEMENT_MARKER_FILENAME,
142
142
  AnchorSessionClient,
@@ -232,7 +232,7 @@ import {
232
232
  subagentActivityAgeSeconds,
233
233
  sumTranscriptUsageInWindow,
234
234
  transcriptActivityAgeSeconds
235
- } from "../chunk-SVGL52XU.js";
235
+ } from "../chunk-5DCSO24A.js";
236
236
  import "../chunk-DHWNVVX4.js";
237
237
  import {
238
238
  reapOrphanChannelMcps
@@ -13258,7 +13258,7 @@ var pendingDayRolloverReset = /* @__PURE__ */ new Set();
13258
13258
  var dayRolloverInboundHold = /* @__PURE__ */ new Map();
13259
13259
  var INBOUND_HOLD_EPISODE_GAP_MS = 12e4;
13260
13260
  async function channelInboundActivityAgeSecondsFor(codeName) {
13261
- const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-ZE3MSI2S.js");
13261
+ const { newestPendingInboundActivityMtimeMs } = await import("../responsiveness-probe-SJLJCHQ6.js");
13262
13262
  const newest = newestPendingInboundActivityMtimeMs(dirname11(paneLogPath(codeName)));
13263
13263
  if (newest === null) return null;
13264
13264
  return Math.max(0, Math.floor((Date.now() - newest) / 1e3));
@@ -13943,7 +13943,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
13943
13943
  var lastVersionCheckAt = 0;
13944
13944
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
13945
13945
  var lastResponsivenessProbeAt = 0;
13946
- var agtCliVersion = true ? "0.28.950" : "dev";
13946
+ var agtCliVersion = true ? "0.28.952" : "dev";
13947
13947
  function resolveBrewPath(execFileSync2) {
13948
13948
  try {
13949
13949
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -15545,7 +15545,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
15545
15545
  if (codeNames.length === 0) return;
15546
15546
  void (async () => {
15547
15547
  try {
15548
- const { collectDiagnostics } = await import("../persistent-session-FMF3LCDW.js");
15548
+ const { collectDiagnostics } = await import("../persistent-session-X7YJPZ2D.js");
15549
15549
  await api.post("/host/heartbeat", {
15550
15550
  host_id: hostId,
15551
15551
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
@@ -15687,7 +15687,7 @@ async function pollCycleInner() {
15687
15687
  }
15688
15688
  try {
15689
15689
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
15690
- const { collectDiagnostics } = await import("../persistent-session-FMF3LCDW.js");
15690
+ const { collectDiagnostics } = await import("../persistent-session-X7YJPZ2D.js");
15691
15691
  const diagCodeNames = [...agentState.persistentSessionAgents];
15692
15692
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor) : void 0;
15693
15693
  let tailscaleHostname;
@@ -15863,7 +15863,7 @@ async function pollCycleInner() {
15863
15863
  collectPanelessActivityProbes,
15864
15864
  getResponsivenessIntervalMs,
15865
15865
  occupancyQualificationClassifications
15866
- } = await import("../responsiveness-probe-ZE3MSI2S.js");
15866
+ } = await import("../responsiveness-probe-SJLJCHQ6.js");
15867
15867
  const probeIntervalMs = getResponsivenessIntervalMs();
15868
15868
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
15869
15869
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -15980,7 +15980,7 @@ async function pollCycleInner() {
15980
15980
  collectResponsivenessProbes,
15981
15981
  livePendingInboundOldestAgeSeconds,
15982
15982
  parkPendingInbound
15983
- } = await import("../responsiveness-probe-ZE3MSI2S.js");
15983
+ } = await import("../responsiveness-probe-SJLJCHQ6.js");
15984
15984
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
15985
15985
  const wedgeNow = /* @__PURE__ */ new Date();
15986
15986
  const liveAgents = agentState.persistentSessionAgents;
@@ -16136,7 +16136,7 @@ async function pollCycleInner() {
16136
16136
  }
16137
16137
  try {
16138
16138
  const { scrapeMcpFailedBannerCount } = await import("../pane-mcp-banner-scraper-JA437JIB.js");
16139
- const { probeSessionAuth } = await import("../session-auth-dead-7G555HQQ.js");
16139
+ const { probeSessionAuth } = await import("../session-auth-dead-MKJ5YGYC.js");
16140
16140
  const observations = [];
16141
16141
  const pendingCacheCommits = [];
16142
16142
  const modelApiErrorReportingOn = hostFlagStore().getBoolean("model-api-error-reporting");
@@ -20400,7 +20400,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
20400
20400
  try {
20401
20401
  const freshId = rotateSessionForWedge(codeName);
20402
20402
  consecutiveWedgeCycles.delete(codeName);
20403
- const { parkPendingInbound: parkForRestart } = await import("../responsiveness-probe-ZE3MSI2S.js");
20403
+ const { parkPendingInbound: parkForRestart } = await import("../responsiveness-probe-SJLJCHQ6.js");
20404
20404
  const { parked, deadLettered } = parkForRestart(codeName, /* @__PURE__ */ new Date());
20405
20405
  const parkNote = parked > 0 ? `, ${parked} inbound parked` : "";
20406
20406
  const deadNote = deadLettered > 0 ? `, ${deadLettered} undeliverable dead-lettered` : "";
@@ -20443,7 +20443,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
20443
20443
  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}`));
20444
20444
  void (async () => {
20445
20445
  try {
20446
- const { collectDiagnostics } = await import("../persistent-session-FMF3LCDW.js");
20446
+ const { collectDiagnostics } = await import("../persistent-session-X7YJPZ2D.js");
20447
20447
  await api.post("/host/heartbeat", {
20448
20448
  host_id: hostId,
20449
20449
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
@@ -20494,7 +20494,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
20494
20494
  }
20495
20495
  try {
20496
20496
  const hostId = await getHostId();
20497
- const { collectDiagnostics } = await import("../persistent-session-FMF3LCDW.js");
20497
+ const { collectDiagnostics } = await import("../persistent-session-X7YJPZ2D.js");
20498
20498
  await api.post("/host/heartbeat", {
20499
20499
  host_id: hostId,
20500
20500
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor, forwardedToolsFor)
@@ -21136,7 +21136,7 @@ async function processClaudePairSessions(agents) {
21136
21136
  killPairSession,
21137
21137
  pairTmuxSession,
21138
21138
  finalizeClaudePairOnboarding
21139
- } = await import("../claude-pair-runtime-X2D4Z6OG.js");
21139
+ } = await import("../claude-pair-runtime-C5OSJVHG.js");
21140
21140
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
21141
21141
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
21142
21142
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -21546,8 +21546,8 @@ var checkActionStatusSchema = strictObject({
21546
21546
  });
21547
21547
  var requestSsmRunSchema = strictObject({
21548
21548
  target_agent_id: external_exports.string().min(1).max(64).describe("UUID of the customer agent whose host to run the diagnostic on."),
21549
- command: external_exports.enum(["host_health", "manager_status", "manager_journal", "process_list", "agent_dir"]).describe(
21550
- "The allowlisted, READ-ONLY diagnostic to run (closed set \u2014 no free-form shell). host_health = uptime + df -h + free -m (is the box wedged / out of disk / out of memory?); manager_status = systemctl status agt-manager.service (is the manager daemon up?); manager_journal = journalctl -u agt-manager.service -n 200 (recent systemd-captured manager output); process_list = ps (pid/ppid/user/etime/rss/comm, no argv/env) filtered to claude + agt-manager; agent_dir = ls -la ~/.augmented/<code_name>/ (file NAMES only \u2014 stuck markers, state files; never contents). For file CONTENTS use debug_tail_logs (it covers manager.log/pane.log/channel-stderr/manager-state.json)."
21549
+ command: external_exports.enum(["host_health", "manager_status", "manager_journal", "process_list", "agent_dir", "rpm_verify"]).describe(
21550
+ "The allowlisted, READ-ONLY diagnostic to run (closed set \u2014 no free-form shell). host_health = uptime + df -h + free -m (is the box wedged / out of disk / out of memory?); manager_status = systemctl status agt-manager.service (is the manager daemon up?); manager_journal = journalctl -u agt-manager.service -n 200 (recent systemd-captured manager output); process_list = ps (pid/ppid/user/etime/rss/comm, no argv/env) filtered to claude + agt-manager; agent_dir = ls -la ~/.augmented/<code_name>/ (file NAMES only \u2014 stuck markers, state files; never contents). rpm_verify = rpm -Va --nofiledigest --noscripts filtered to 'missing' (no package %verifyscript is executed; which files rpm OWNS and cannot find, on the HOST filesystem - the ENG-8637 deleted-under-the-package-manager census; lists paths, never contents). For file CONTENTS use debug_tail_logs (it covers manager.log/pane.log/channel-stderr/manager-state.json)."
21551
21551
  ),
21552
21552
  reason: external_exports.string().min(1).max(2e3).describe("Why this diagnostic is needed \u2014 shown verbatim to the human approver. Be specific.")
21553
21553
  });
@@ -34730,7 +34730,7 @@ var AGENT_DIRECTED_NOTICE_KINDS = [
34730
34730
  // agent ("Do whatever you owe them, then tell them"). The customer has no
34731
34731
  // part in it - this is one agent telling another it has stopped.
34732
34732
  "waiting_on_agent",
34733
- // ENG-10343 / ADR-0103 D2. An instruction a platform admin sent an agent over
34733
+ // ENG-10343 / ADR-0107 D2. An instruction a platform admin sent an agent over
34734
34734
  // the authenticated rail. Agent-directed by the same test as the rest: the
34735
34735
  // content is second-person and written for the machine.
34736
34736
  //
@@ -34841,7 +34841,7 @@ var NOTICE_KIND_AUDIENCE = {
34841
34841
  agent_probe: "agent",
34842
34842
  agent_question_probe: "agent",
34843
34843
  kanban_confirm_prompt: "agent",
34844
- // ENG-10343 / ADR-0103 D2. A platform admin's instruction, delivered over the
34844
+ // ENG-10343 / ADR-0107 D2. A platform admin's instruction, delivered over the
34845
34845
  // authenticated rail. Addressed to the machine, and the only notice kind whose
34846
34846
  // authorship the agent is told it can rely on — see `operatorInstructionHeader`
34847
34847
  // in packages/mcp/src/direct-chat-history.ts, which is where that reliance is
@@ -36516,13 +36516,13 @@ var FLAG_REGISTRY = [
36516
36516
  },
36517
36517
  {
36518
36518
  key: "operator-instruction-rail",
36519
- description: "Operator instruction rail (ENG-10343, ADR-0103 D2): lets a platform admin send an agent an instruction over a bearer-authenticated route, which the agent reads back under its own credentials and sees labelled with the verified operator. Boolean gate; ships dark.",
36519
+ description: "Operator instruction rail (ENG-10343, ADR-0107 D2): lets a platform admin send an agent an instruction over a bearer-authenticated route, which the agent reads back under its own credentials and sees labelled with the verified operator. Boolean gate; ships dark.",
36520
36520
  flagType: "boolean",
36521
36521
  // Declared safe value is `false`, and OFF is a real state rather than a
36522
36522
  // placeholder: with the rail closed, the only out-of-band route to an agent
36523
- // is the tmux pane, which carries no provenance at all (ADR-0103).
36523
+ // is the tmux pane, which carries no provenance at all (ADR-0107).
36524
36524
  //
36525
- // ARMING THIS IS WHAT ACCEPTANCE OF ADR-0103 AUTHORISES. That ADR is
36525
+ // ARMING THIS IS WHAT ACCEPTANCE OF ADR-0107 AUTHORISES. That ADR is
36526
36526
  // `Proposed` and gated on acceptance except for its D1 guidance fix, so the
36527
36527
  // write route and the read-path label ship inert until someone accepts it.
36528
36528
  // The flag is where that decision is expressed — not a later deploy.
package/dist/mcp/index.js CHANGED
@@ -27331,7 +27331,7 @@ var AGENT_DIRECTED_NOTICE_KINDS = [
27331
27331
  // agent ("Do whatever you owe them, then tell them"). The customer has no
27332
27332
  // part in it - this is one agent telling another it has stopped.
27333
27333
  "waiting_on_agent",
27334
- // ENG-10343 / ADR-0103 D2. An instruction a platform admin sent an agent over
27334
+ // ENG-10343 / ADR-0107 D2. An instruction a platform admin sent an agent over
27335
27335
  // the authenticated rail. Agent-directed by the same test as the rest: the
27336
27336
  // content is second-person and written for the machine.
27337
27337
  //
@@ -27442,7 +27442,7 @@ var NOTICE_KIND_AUDIENCE = {
27442
27442
  agent_probe: "agent",
27443
27443
  agent_question_probe: "agent",
27444
27444
  kanban_confirm_prompt: "agent",
27445
- // ENG-10343 / ADR-0103 D2. A platform admin's instruction, delivered over the
27445
+ // ENG-10343 / ADR-0107 D2. A platform admin's instruction, delivered over the
27446
27446
  // authenticated rail. Addressed to the machine, and the only notice kind whose
27447
27447
  // authorship the agent is told it can rely on — see `operatorInstructionHeader`
27448
27448
  // in packages/mcp/src/direct-chat-history.ts, which is where that reliance is
@@ -28832,13 +28832,13 @@ var FLAG_REGISTRY = [
28832
28832
  },
28833
28833
  {
28834
28834
  key: "operator-instruction-rail",
28835
- description: "Operator instruction rail (ENG-10343, ADR-0103 D2): lets a platform admin send an agent an instruction over a bearer-authenticated route, which the agent reads back under its own credentials and sees labelled with the verified operator. Boolean gate; ships dark.",
28835
+ description: "Operator instruction rail (ENG-10343, ADR-0107 D2): lets a platform admin send an agent an instruction over a bearer-authenticated route, which the agent reads back under its own credentials and sees labelled with the verified operator. Boolean gate; ships dark.",
28836
28836
  flagType: "boolean",
28837
28837
  // Declared safe value is `false`, and OFF is a real state rather than a
28838
28838
  // placeholder: with the rail closed, the only out-of-band route to an agent
28839
- // is the tmux pane, which carries no provenance at all (ADR-0103).
28839
+ // is the tmux pane, which carries no provenance at all (ADR-0107).
28840
28840
  //
28841
- // ARMING THIS IS WHAT ACCEPTANCE OF ADR-0103 AUTHORISES. That ADR is
28841
+ // ARMING THIS IS WHAT ACCEPTANCE OF ADR-0107 AUTHORISES. That ADR is
28842
28842
  // `Proposed` and gated on acceptance except for its D1 guidance fix, so the
28843
28843
  // write route and the read-path label ship inert until someone accepts it.
28844
28844
  // The flag is where that decision is expressed — not a later deploy.
@@ -41461,7 +41461,7 @@ var AGENT_DIRECTED_NOTICE_KINDS = [
41461
41461
  // agent ("Do whatever you owe them, then tell them"). The customer has no
41462
41462
  // part in it - this is one agent telling another it has stopped.
41463
41463
  "waiting_on_agent",
41464
- // ENG-10343 / ADR-0103 D2. An instruction a platform admin sent an agent over
41464
+ // ENG-10343 / ADR-0107 D2. An instruction a platform admin sent an agent over
41465
41465
  // the authenticated rail. Agent-directed by the same test as the rest: the
41466
41466
  // content is second-person and written for the machine.
41467
41467
  //
@@ -41572,7 +41572,7 @@ var NOTICE_KIND_AUDIENCE = {
41572
41572
  agent_probe: "agent",
41573
41573
  agent_question_probe: "agent",
41574
41574
  kanban_confirm_prompt: "agent",
41575
- // ENG-10343 / ADR-0103 D2. A platform admin's instruction, delivered over the
41575
+ // ENG-10343 / ADR-0107 D2. A platform admin's instruction, delivered over the
41576
41576
  // authenticated rail. Addressed to the machine, and the only notice kind whose
41577
41577
  // authorship the agent is told it can rely on — see `operatorInstructionHeader`
41578
41578
  // in packages/mcp/src/direct-chat-history.ts, which is where that reliance is
@@ -42759,13 +42759,13 @@ var FLAG_REGISTRY = [
42759
42759
  },
42760
42760
  {
42761
42761
  key: "operator-instruction-rail",
42762
- description: "Operator instruction rail (ENG-10343, ADR-0103 D2): lets a platform admin send an agent an instruction over a bearer-authenticated route, which the agent reads back under its own credentials and sees labelled with the verified operator. Boolean gate; ships dark.",
42762
+ description: "Operator instruction rail (ENG-10343, ADR-0107 D2): lets a platform admin send an agent an instruction over a bearer-authenticated route, which the agent reads back under its own credentials and sees labelled with the verified operator. Boolean gate; ships dark.",
42763
42763
  flagType: "boolean",
42764
42764
  // Declared safe value is `false`, and OFF is a real state rather than a
42765
42765
  // placeholder: with the rail closed, the only out-of-band route to an agent
42766
- // is the tmux pane, which carries no provenance at all (ADR-0103).
42766
+ // is the tmux pane, which carries no provenance at all (ADR-0107).
42767
42767
  //
42768
- // ARMING THIS IS WHAT ACCEPTANCE OF ADR-0103 AUTHORISES. That ADR is
42768
+ // ARMING THIS IS WHAT ACCEPTANCE OF ADR-0107 AUTHORISES. That ADR is
42769
42769
  // `Proposed` and gated on acceptance except for its D1 guidance fix, so the
42770
42770
  // write route and the read-path label ship inert until someone accepts it.
42771
42771
  // The flag is where that decision is expressed — not a later deploy.
@@ -35705,7 +35705,7 @@ var AGENT_DIRECTED_NOTICE_KINDS = [
35705
35705
  // agent ("Do whatever you owe them, then tell them"). The customer has no
35706
35706
  // part in it - this is one agent telling another it has stopped.
35707
35707
  "waiting_on_agent",
35708
- // ENG-10343 / ADR-0103 D2. An instruction a platform admin sent an agent over
35708
+ // ENG-10343 / ADR-0107 D2. An instruction a platform admin sent an agent over
35709
35709
  // the authenticated rail. Agent-directed by the same test as the rest: the
35710
35710
  // content is second-person and written for the machine.
35711
35711
  //
@@ -35816,7 +35816,7 @@ var NOTICE_KIND_AUDIENCE = {
35816
35816
  agent_probe: "agent",
35817
35817
  agent_question_probe: "agent",
35818
35818
  kanban_confirm_prompt: "agent",
35819
- // ENG-10343 / ADR-0103 D2. A platform admin's instruction, delivered over the
35819
+ // ENG-10343 / ADR-0107 D2. A platform admin's instruction, delivered over the
35820
35820
  // authenticated rail. Addressed to the machine, and the only notice kind whose
35821
35821
  // authorship the agent is told it can rely on — see `operatorInstructionHeader`
35822
35822
  // in packages/mcp/src/direct-chat-history.ts, which is where that reliance is
@@ -37416,13 +37416,13 @@ var FLAG_REGISTRY = [
37416
37416
  },
37417
37417
  {
37418
37418
  key: "operator-instruction-rail",
37419
- description: "Operator instruction rail (ENG-10343, ADR-0103 D2): lets a platform admin send an agent an instruction over a bearer-authenticated route, which the agent reads back under its own credentials and sees labelled with the verified operator. Boolean gate; ships dark.",
37419
+ description: "Operator instruction rail (ENG-10343, ADR-0107 D2): lets a platform admin send an agent an instruction over a bearer-authenticated route, which the agent reads back under its own credentials and sees labelled with the verified operator. Boolean gate; ships dark.",
37420
37420
  flagType: "boolean",
37421
37421
  // Declared safe value is `false`, and OFF is a real state rather than a
37422
37422
  // placeholder: with the rail closed, the only out-of-band route to an agent
37423
- // is the tmux pane, which carries no provenance at all (ADR-0103).
37423
+ // is the tmux pane, which carries no provenance at all (ADR-0107).
37424
37424
  //
37425
- // ARMING THIS IS WHAT ACCEPTANCE OF ADR-0103 AUTHORISES. That ADR is
37425
+ // ARMING THIS IS WHAT ACCEPTANCE OF ADR-0107 AUTHORISES. That ADR is
37426
37426
  // `Proposed` and gated on acceptance except for its D1 guidance fix, so the
37427
37427
  // write route and the read-path label ship inert until someone accepts it.
37428
37428
  // The flag is where that decision is expressed — not a later deploy.
@@ -35717,7 +35717,7 @@ var AGENT_DIRECTED_NOTICE_KINDS = [
35717
35717
  // agent ("Do whatever you owe them, then tell them"). The customer has no
35718
35718
  // part in it - this is one agent telling another it has stopped.
35719
35719
  "waiting_on_agent",
35720
- // ENG-10343 / ADR-0103 D2. An instruction a platform admin sent an agent over
35720
+ // ENG-10343 / ADR-0107 D2. An instruction a platform admin sent an agent over
35721
35721
  // the authenticated rail. Agent-directed by the same test as the rest: the
35722
35722
  // content is second-person and written for the machine.
35723
35723
  //
@@ -35828,7 +35828,7 @@ var NOTICE_KIND_AUDIENCE = {
35828
35828
  agent_probe: "agent",
35829
35829
  agent_question_probe: "agent",
35830
35830
  kanban_confirm_prompt: "agent",
35831
- // ENG-10343 / ADR-0103 D2. A platform admin's instruction, delivered over the
35831
+ // ENG-10343 / ADR-0107 D2. A platform admin's instruction, delivered over the
35832
35832
  // authenticated rail. Addressed to the machine, and the only notice kind whose
35833
35833
  // authorship the agent is told it can rely on — see `operatorInstructionHeader`
35834
35834
  // in packages/mcp/src/direct-chat-history.ts, which is where that reliance is
@@ -37428,13 +37428,13 @@ var FLAG_REGISTRY = [
37428
37428
  },
37429
37429
  {
37430
37430
  key: "operator-instruction-rail",
37431
- description: "Operator instruction rail (ENG-10343, ADR-0103 D2): lets a platform admin send an agent an instruction over a bearer-authenticated route, which the agent reads back under its own credentials and sees labelled with the verified operator. Boolean gate; ships dark.",
37431
+ description: "Operator instruction rail (ENG-10343, ADR-0107 D2): lets a platform admin send an agent an instruction over a bearer-authenticated route, which the agent reads back under its own credentials and sees labelled with the verified operator. Boolean gate; ships dark.",
37432
37432
  flagType: "boolean",
37433
37433
  // Declared safe value is `false`, and OFF is a real state rather than a
37434
37434
  // placeholder: with the rail closed, the only out-of-band route to an agent
37435
- // is the tmux pane, which carries no provenance at all (ADR-0103).
37435
+ // is the tmux pane, which carries no provenance at all (ADR-0107).
37436
37436
  //
37437
- // ARMING THIS IS WHAT ACCEPTANCE OF ADR-0103 AUTHORISES. That ADR is
37437
+ // ARMING THIS IS WHAT ACCEPTANCE OF ADR-0107 AUTHORISES. That ADR is
37438
37438
  // `Proposed` and gated on acceptance except for its D1 guidance fix, so the
37439
37439
  // write route and the read-path label ship inert until someone accepts it.
37440
37440
  // The flag is where that decision is expressed — not a later deploy.
@@ -62,8 +62,8 @@ import {
62
62
  writeDirectChatSessionState,
63
63
  writeEgressAllowlist,
64
64
  writePersistentClaudeWrapper
65
- } from "./chunk-K3XCSA4U.js";
66
- import "./chunk-SVGL52XU.js";
65
+ } from "./chunk-FM55GCBK.js";
66
+ import "./chunk-5DCSO24A.js";
67
67
  import "./chunk-DHWNVVX4.js";
68
68
  import "./chunk-XWVM4KPK.js";
69
69
  export {
@@ -131,4 +131,4 @@ export {
131
131
  writeEgressAllowlist,
132
132
  writePersistentClaudeWrapper
133
133
  };
134
- //# sourceMappingURL=persistent-session-FMF3LCDW.js.map
134
+ //# sourceMappingURL=persistent-session-X7YJPZ2D.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-K3XCSA4U.js";
4
- import "./chunk-SVGL52XU.js";
3
+ } from "./chunk-FM55GCBK.js";
4
+ import "./chunk-5DCSO24A.js";
5
5
  import "./chunk-DHWNVVX4.js";
6
6
  import "./chunk-XWVM4KPK.js";
7
7
 
@@ -800,4 +800,4 @@ export {
800
800
  readAndResetSlackReplyBindingClassifications,
801
801
  readAndResetSlackReplyTargetClassifications
802
802
  };
803
- //# sourceMappingURL=responsiveness-probe-ZE3MSI2S.js.map
803
+ //# sourceMappingURL=responsiveness-probe-SJLJCHQ6.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  sessionTranscriptDir
3
- } from "./chunk-SVGL52XU.js";
3
+ } from "./chunk-5DCSO24A.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-7G555HQQ.js.map
206
+ //# sourceMappingURL=session-auth-dead-MKJ5YGYC.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.950",
3
+ "version": "0.28.952",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {