@integrity-labs/agt-cli 0.28.672 → 0.28.674

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-YAVWYI5S.js → chunk-7Y54PSMR.js} +88 -3
  3. package/dist/chunk-7Y54PSMR.js.map +1 -0
  4. package/dist/{chunk-YOID6KOQ.js → chunk-AJNES24H.js} +33 -9
  5. package/dist/chunk-AJNES24H.js.map +1 -0
  6. package/dist/{chunk-EX6INJDG.js → chunk-ZD72DPZT.js} +4 -4
  7. package/dist/{claude-pair-runtime-UZ2JB2KY.js → claude-pair-runtime-VAU7UXE4.js} +2 -2
  8. package/dist/lib/manager-worker.js +39 -15
  9. package/dist/lib/manager-worker.js.map +1 -1
  10. package/dist/mcp/direct-chat-channel.js +7 -8
  11. package/dist/mcp/index.js +7 -8
  12. package/dist/mcp/origami.js +7 -8
  13. package/dist/mcp/slack-channel.js +14 -9
  14. package/dist/mcp/telegram-channel.js +14 -9
  15. package/dist/{persistent-session-PYAJ4VJW.js → persistent-session-F7JEOWHQ.js} +3 -3
  16. package/dist/{responsiveness-probe-5I2LIVCA.js → responsiveness-probe-7465YNMN.js} +3 -3
  17. package/dist/{session-auth-dead-NUX643UJ.js → session-auth-dead-GBC5QPH3.js} +2 -2
  18. package/package.json +1 -1
  19. package/dist/chunk-YAVWYI5S.js.map +0 -1
  20. package/dist/chunk-YOID6KOQ.js.map +0 -1
  21. /package/dist/{chunk-EX6INJDG.js.map → chunk-ZD72DPZT.js.map} +0 -0
  22. /package/dist/{claude-pair-runtime-UZ2JB2KY.js.map → claude-pair-runtime-VAU7UXE4.js.map} +0 -0
  23. /package/dist/{persistent-session-PYAJ4VJW.js.map → persistent-session-F7JEOWHQ.js.map} +0 -0
  24. /package/dist/{responsiveness-probe-5I2LIVCA.js.map → responsiveness-probe-7465YNMN.js.map} +0 -0
  25. /package/dist/{session-auth-dead-NUX643UJ.js.map → session-auth-dead-GBC5QPH3.js.map} +0 -0
@@ -36468,14 +36468,13 @@ var FLAG_REGISTRY = [
36468
36468
  // (mirrors scheduled-task-nudge-durable). Turning it ON removes plaintext at rest.
36469
36469
  defaultValue: false,
36470
36470
  // ENG-7997 flip-reach estimate: `since` is the first agt-cli build whose
36471
- // dist carries this host-side reader. That build is the one THIS PR's merge
36472
- // auto-publishes — unknown until then, and every already-published version
36473
- // (0.28.x) demonstrably lacks the reader (CodeRabbit npm-pack check). An
36474
- // UNREACHABLE placeholder is the fail-safe: the reach estimate counts zero
36475
- // hosts as honoring the flip (rather than over-claiming that 0.28.x hosts do,
36476
- // while they still write tokens to disk). MUST be updated to the actual
36477
- // published version once the release lands (tracked on ENG-9350).
36478
- since: "99.0.0"
36471
+ // dist carries this host-side reader. The ENG-9350 merge auto-published
36472
+ // 0.28.672, and `npm pack @integrity-labs/agt-cli@0.28.672` confirms its
36473
+ // bundled dist contains `spawn-inject-channel-secrets` (the reader) every
36474
+ // earlier 0.28.x lacks it. So hosts on 0.28.672 honor a flip; older ones
36475
+ // no-op until they self-update. (Replaced the 99.0.0 fail-safe placeholder
36476
+ // the flag shipped with before this build was known.)
36477
+ since: "0.28.672"
36479
36478
  },
36480
36479
  {
36481
36480
  key: "scheduled-task-confirmation-card",
package/dist/mcp/index.js CHANGED
@@ -43407,14 +43407,13 @@ var FLAG_REGISTRY = [
43407
43407
  // (mirrors scheduled-task-nudge-durable). Turning it ON removes plaintext at rest.
43408
43408
  defaultValue: false,
43409
43409
  // ENG-7997 flip-reach estimate: `since` is the first agt-cli build whose
43410
- // dist carries this host-side reader. That build is the one THIS PR's merge
43411
- // auto-publishes — unknown until then, and every already-published version
43412
- // (0.28.x) demonstrably lacks the reader (CodeRabbit npm-pack check). An
43413
- // UNREACHABLE placeholder is the fail-safe: the reach estimate counts zero
43414
- // hosts as honoring the flip (rather than over-claiming that 0.28.x hosts do,
43415
- // while they still write tokens to disk). MUST be updated to the actual
43416
- // published version once the release lands (tracked on ENG-9350).
43417
- since: "99.0.0"
43410
+ // dist carries this host-side reader. The ENG-9350 merge auto-published
43411
+ // 0.28.672, and `npm pack @integrity-labs/agt-cli@0.28.672` confirms its
43412
+ // bundled dist contains `spawn-inject-channel-secrets` (the reader) every
43413
+ // earlier 0.28.x lacks it. So hosts on 0.28.672 honor a flip; older ones
43414
+ // no-op until they self-update. (Replaced the 99.0.0 fail-safe placeholder
43415
+ // the flag shipped with before this build was known.)
43416
+ since: "0.28.672"
43418
43417
  },
43419
43418
  {
43420
43419
  key: "scheduled-task-confirmation-card",
@@ -42218,14 +42218,13 @@ var FLAG_REGISTRY = [
42218
42218
  // (mirrors scheduled-task-nudge-durable). Turning it ON removes plaintext at rest.
42219
42219
  defaultValue: false,
42220
42220
  // ENG-7997 flip-reach estimate: `since` is the first agt-cli build whose
42221
- // dist carries this host-side reader. That build is the one THIS PR's merge
42222
- // auto-publishes — unknown until then, and every already-published version
42223
- // (0.28.x) demonstrably lacks the reader (CodeRabbit npm-pack check). An
42224
- // UNREACHABLE placeholder is the fail-safe: the reach estimate counts zero
42225
- // hosts as honoring the flip (rather than over-claiming that 0.28.x hosts do,
42226
- // while they still write tokens to disk). MUST be updated to the actual
42227
- // published version once the release lands (tracked on ENG-9350).
42228
- since: "99.0.0"
42221
+ // dist carries this host-side reader. The ENG-9350 merge auto-published
42222
+ // 0.28.672, and `npm pack @integrity-labs/agt-cli@0.28.672` confirms its
42223
+ // bundled dist contains `spawn-inject-channel-secrets` (the reader) every
42224
+ // earlier 0.28.x lacks it. So hosts on 0.28.672 honor a flip; older ones
42225
+ // no-op until they self-update. (Replaced the 99.0.0 fail-safe placeholder
42226
+ // the flag shipped with before this build was known.)
42227
+ since: "0.28.672"
42229
42228
  },
42230
42229
  {
42231
42230
  key: "scheduled-task-confirmation-card",
@@ -36701,14 +36701,13 @@ var FLAG_REGISTRY = [
36701
36701
  // (mirrors scheduled-task-nudge-durable). Turning it ON removes plaintext at rest.
36702
36702
  defaultValue: false,
36703
36703
  // ENG-7997 flip-reach estimate: `since` is the first agt-cli build whose
36704
- // dist carries this host-side reader. That build is the one THIS PR's merge
36705
- // auto-publishes — unknown until then, and every already-published version
36706
- // (0.28.x) demonstrably lacks the reader (CodeRabbit npm-pack check). An
36707
- // UNREACHABLE placeholder is the fail-safe: the reach estimate counts zero
36708
- // hosts as honoring the flip (rather than over-claiming that 0.28.x hosts do,
36709
- // while they still write tokens to disk). MUST be updated to the actual
36710
- // published version once the release lands (tracked on ENG-9350).
36711
- since: "99.0.0"
36704
+ // dist carries this host-side reader. The ENG-9350 merge auto-published
36705
+ // 0.28.672, and `npm pack @integrity-labs/agt-cli@0.28.672` confirms its
36706
+ // bundled dist contains `spawn-inject-channel-secrets` (the reader) every
36707
+ // earlier 0.28.x lacks it. So hosts on 0.28.672 honor a flip; older ones
36708
+ // no-op until they self-update. (Replaced the 99.0.0 fail-safe placeholder
36709
+ // the flag shipped with before this build was known.)
36710
+ since: "0.28.672"
36712
36711
  },
36713
36712
  {
36714
36713
  key: "scheduled-task-confirmation-card",
@@ -37871,7 +37870,13 @@ var SECRET_PATTERNS = [
37871
37870
  // AWS access key IDs
37872
37871
  { re: /(?:AKIA|ASIA)[0-9A-Z]{16}/g, label: "aws-key" },
37873
37872
  // GitHub tokens
37874
- { re: /gh[pousr]_[A-Za-z0-9]{20,}/g, label: "github-token" }
37873
+ { re: /gh[pousr]_[A-Za-z0-9]{20,}/g, label: "github-token" },
37874
+ // Telegram bot tokens: <8-10 digit bot id>:<35-char secret> (ENG-9353).
37875
+ { re: /[0-9]{8,10}:[A-Za-z0-9_-]{35}/g, label: "telegram-bot-token" },
37876
+ // Bearer authorization tokens (opaque or JWT); 16+ chars so ordinary
37877
+ // "Bearer authentication" prose is left intact. `[ \t]+` (not `\s+`) so the
37878
+ // match cannot span a newline and swallow the line break (ENG-9353).
37879
+ { re: /[Bb]earer[ \t]+[A-Za-z0-9._-]{16,}/g, label: "bearer-token" }
37875
37880
  ];
37876
37881
  function redactPaneText(text) {
37877
37882
  let out = redactAugmentedPaths(text);
@@ -36845,14 +36845,13 @@ var FLAG_REGISTRY = [
36845
36845
  // (mirrors scheduled-task-nudge-durable). Turning it ON removes plaintext at rest.
36846
36846
  defaultValue: false,
36847
36847
  // ENG-7997 flip-reach estimate: `since` is the first agt-cli build whose
36848
- // dist carries this host-side reader. That build is the one THIS PR's merge
36849
- // auto-publishes — unknown until then, and every already-published version
36850
- // (0.28.x) demonstrably lacks the reader (CodeRabbit npm-pack check). An
36851
- // UNREACHABLE placeholder is the fail-safe: the reach estimate counts zero
36852
- // hosts as honoring the flip (rather than over-claiming that 0.28.x hosts do,
36853
- // while they still write tokens to disk). MUST be updated to the actual
36854
- // published version once the release lands (tracked on ENG-9350).
36855
- since: "99.0.0"
36848
+ // dist carries this host-side reader. The ENG-9350 merge auto-published
36849
+ // 0.28.672, and `npm pack @integrity-labs/agt-cli@0.28.672` confirms its
36850
+ // bundled dist contains `spawn-inject-channel-secrets` (the reader) every
36851
+ // earlier 0.28.x lacks it. So hosts on 0.28.672 honor a flip; older ones
36852
+ // no-op until they self-update. (Replaced the 99.0.0 fail-safe placeholder
36853
+ // the flag shipped with before this build was known.)
36854
+ since: "0.28.672"
36856
36855
  },
36857
36856
  {
36858
36857
  key: "scheduled-task-confirmation-card",
@@ -38238,7 +38237,13 @@ var SECRET_PATTERNS = [
38238
38237
  // AWS access key IDs
38239
38238
  { re: /(?:AKIA|ASIA)[0-9A-Z]{16}/g, label: "aws-key" },
38240
38239
  // GitHub tokens
38241
- { re: /gh[pousr]_[A-Za-z0-9]{20,}/g, label: "github-token" }
38240
+ { re: /gh[pousr]_[A-Za-z0-9]{20,}/g, label: "github-token" },
38241
+ // Telegram bot tokens: <8-10 digit bot id>:<35-char secret> (ENG-9353).
38242
+ { re: /[0-9]{8,10}:[A-Za-z0-9_-]{35}/g, label: "telegram-bot-token" },
38243
+ // Bearer authorization tokens (opaque or JWT); 16+ chars so ordinary
38244
+ // "Bearer authentication" prose is left intact. `[ \t]+` (not `\s+`) so the
38245
+ // match cannot span a newline and swallow the line break (ENG-9353).
38246
+ { re: /[Bb]earer[ \t]+[A-Za-z0-9._-]{16,}/g, label: "bearer-token" }
38242
38247
  ];
38243
38248
  function redactPaneText(text) {
38244
38249
  let out = redactAugmentedPaths(text);
@@ -43,8 +43,8 @@ import {
43
43
  writeDirectChatSessionState,
44
44
  writeEgressAllowlist,
45
45
  writePersistentClaudeWrapper
46
- } from "./chunk-YAVWYI5S.js";
47
- import "./chunk-YOID6KOQ.js";
46
+ } from "./chunk-7Y54PSMR.js";
47
+ import "./chunk-AJNES24H.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-PYAJ4VJW.js.map
95
+ //# sourceMappingURL=persistent-session-F7JEOWHQ.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-YAVWYI5S.js";
4
- import "./chunk-YOID6KOQ.js";
3
+ } from "./chunk-7Y54PSMR.js";
4
+ import "./chunk-AJNES24H.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -727,4 +727,4 @@ export {
727
727
  readAndResetSlackReplyBindingClassifications,
728
728
  readAndResetSlackReplyTargetClassifications
729
729
  };
730
- //# sourceMappingURL=responsiveness-probe-5I2LIVCA.js.map
730
+ //# sourceMappingURL=responsiveness-probe-7465YNMN.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  sessionTranscriptDir
3
- } from "./chunk-YOID6KOQ.js";
3
+ } from "./chunk-AJNES24H.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-NUX643UJ.js.map
206
+ //# sourceMappingURL=session-auth-dead-GBC5QPH3.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.672",
3
+ "version": "0.28.674",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {