@integrity-labs/agt-cli 0.28.907 → 0.28.909
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.
- package/dist/bin/agt.js +5 -5
- package/dist/{chunk-I2PUWPUR.js → chunk-4M4POU6Q.js} +2 -2
- package/dist/{chunk-N47GH7MJ.js → chunk-7WKTBFAD.js} +4 -4
- package/dist/chunk-7WKTBFAD.js.map +1 -0
- package/dist/{chunk-GBQRH5RE.js → chunk-A2GUODU3.js} +4 -4
- package/dist/{claude-pair-runtime-A36CKF54.js → claude-pair-runtime-UYWAQW3F.js} +2 -2
- package/dist/lib/manager-worker.js +307 -198
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +3 -3
- package/dist/mcp/index.js +3 -3
- package/dist/mcp/origami.js +3 -3
- package/dist/mcp/slack-channel.js +3 -3
- package/dist/mcp/telegram-channel.js +3 -3
- package/dist/{persistent-session-ZOEBA7KM.js → persistent-session-A2IB5WGW.js} +3 -3
- package/dist/{responsiveness-probe-BNQIJAFF.js → responsiveness-probe-3M3556MN.js} +3 -3
- package/dist/{session-auth-dead-TAAZTRTD.js → session-auth-dead-MRZ3A2N5.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-N47GH7MJ.js.map +0 -1
- /package/dist/{chunk-I2PUWPUR.js.map → chunk-4M4POU6Q.js.map} +0 -0
- /package/dist/{chunk-GBQRH5RE.js.map → chunk-A2GUODU3.js.map} +0 -0
- /package/dist/{claude-pair-runtime-A36CKF54.js.map → claude-pair-runtime-UYWAQW3F.js.map} +0 -0
- /package/dist/{persistent-session-ZOEBA7KM.js.map → persistent-session-A2IB5WGW.js.map} +0 -0
- /package/dist/{responsiveness-probe-BNQIJAFF.js.map → responsiveness-probe-3M3556MN.js.map} +0 -0
- /package/dist/{session-auth-dead-TAAZTRTD.js.map → session-auth-dead-MRZ3A2N5.js.map} +0 -0
|
@@ -34013,7 +34013,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
34013
34013
|
// auth `none` — no end-user OAuth; the host JWT (org_id claim) is the
|
|
34014
34014
|
// credential. NOT a customer integration; do not promote to `published`.
|
|
34015
34015
|
id: "augmented-admin",
|
|
34016
|
-
name: "
|
|
34016
|
+
name: "Ninjafy Admin Debug",
|
|
34017
34017
|
// ENG-8804: Staff-only cross-org debug surface: never customer-requestable.
|
|
34018
34018
|
platform_internal: true,
|
|
34019
34019
|
category: "infrastructure",
|
|
@@ -34035,7 +34035,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
34035
34035
|
// credential and the org-lock. NOT a customer-selectable integration: it is
|
|
34036
34036
|
// attached automatically to system_support agents at provisioning.
|
|
34037
34037
|
id: "augmented-support",
|
|
34038
|
-
name: "
|
|
34038
|
+
name: "Ninjafy Support",
|
|
34039
34039
|
// ENG-8804: Attached automatically to system_support agents at provisioning.
|
|
34040
34040
|
platform_internal: true,
|
|
34041
34041
|
category: "infrastructure",
|
|
@@ -34073,7 +34073,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
34073
34073
|
// `knowledge_search` / `context_search` read. Keep the two distinct in every
|
|
34074
34074
|
// surface that names them.
|
|
34075
34075
|
id: "augmented-help-kb",
|
|
34076
|
-
name: "
|
|
34076
|
+
name: "Ninjafy Help KB",
|
|
34077
34077
|
// ENG-8804: Granted centrally (ENG-8542 auto-grant), never connected by a human.
|
|
34078
34078
|
platform_internal: true,
|
|
34079
34079
|
category: "knowledge",
|
package/dist/mcp/index.js
CHANGED
|
@@ -26587,7 +26587,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
26587
26587
|
// auth `none` — no end-user OAuth; the host JWT (org_id claim) is the
|
|
26588
26588
|
// credential. NOT a customer integration; do not promote to `published`.
|
|
26589
26589
|
id: "augmented-admin",
|
|
26590
|
-
name: "
|
|
26590
|
+
name: "Ninjafy Admin Debug",
|
|
26591
26591
|
// ENG-8804: Staff-only cross-org debug surface: never customer-requestable.
|
|
26592
26592
|
platform_internal: true,
|
|
26593
26593
|
category: "infrastructure",
|
|
@@ -26609,7 +26609,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
26609
26609
|
// credential and the org-lock. NOT a customer-selectable integration: it is
|
|
26610
26610
|
// attached automatically to system_support agents at provisioning.
|
|
26611
26611
|
id: "augmented-support",
|
|
26612
|
-
name: "
|
|
26612
|
+
name: "Ninjafy Support",
|
|
26613
26613
|
// ENG-8804: Attached automatically to system_support agents at provisioning.
|
|
26614
26614
|
platform_internal: true,
|
|
26615
26615
|
category: "infrastructure",
|
|
@@ -26647,7 +26647,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
26647
26647
|
// `knowledge_search` / `context_search` read. Keep the two distinct in every
|
|
26648
26648
|
// surface that names them.
|
|
26649
26649
|
id: "augmented-help-kb",
|
|
26650
|
-
name: "
|
|
26650
|
+
name: "Ninjafy Help KB",
|
|
26651
26651
|
// ENG-8804: Granted centrally (ENG-8542 auto-grant), never connected by a human.
|
|
26652
26652
|
platform_internal: true,
|
|
26653
26653
|
category: "knowledge",
|
package/dist/mcp/origami.js
CHANGED
|
@@ -40718,7 +40718,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
40718
40718
|
// auth `none` — no end-user OAuth; the host JWT (org_id claim) is the
|
|
40719
40719
|
// credential. NOT a customer integration; do not promote to `published`.
|
|
40720
40720
|
id: "augmented-admin",
|
|
40721
|
-
name: "
|
|
40721
|
+
name: "Ninjafy Admin Debug",
|
|
40722
40722
|
// ENG-8804: Staff-only cross-org debug surface: never customer-requestable.
|
|
40723
40723
|
platform_internal: true,
|
|
40724
40724
|
category: "infrastructure",
|
|
@@ -40740,7 +40740,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
40740
40740
|
// credential and the org-lock. NOT a customer-selectable integration: it is
|
|
40741
40741
|
// attached automatically to system_support agents at provisioning.
|
|
40742
40742
|
id: "augmented-support",
|
|
40743
|
-
name: "
|
|
40743
|
+
name: "Ninjafy Support",
|
|
40744
40744
|
// ENG-8804: Attached automatically to system_support agents at provisioning.
|
|
40745
40745
|
platform_internal: true,
|
|
40746
40746
|
category: "infrastructure",
|
|
@@ -40778,7 +40778,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
40778
40778
|
// `knowledge_search` / `context_search` read. Keep the two distinct in every
|
|
40779
40779
|
// surface that names them.
|
|
40780
40780
|
id: "augmented-help-kb",
|
|
40781
|
-
name: "
|
|
40781
|
+
name: "Ninjafy Help KB",
|
|
40782
40782
|
// ENG-8804: Granted centrally (ENG-8542 auto-grant), never connected by a human.
|
|
40783
40783
|
platform_internal: true,
|
|
40784
40784
|
category: "knowledge",
|
|
@@ -34948,7 +34948,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
34948
34948
|
// auth `none` — no end-user OAuth; the host JWT (org_id claim) is the
|
|
34949
34949
|
// credential. NOT a customer integration; do not promote to `published`.
|
|
34950
34950
|
id: "augmented-admin",
|
|
34951
|
-
name: "
|
|
34951
|
+
name: "Ninjafy Admin Debug",
|
|
34952
34952
|
// ENG-8804: Staff-only cross-org debug surface: never customer-requestable.
|
|
34953
34953
|
platform_internal: true,
|
|
34954
34954
|
category: "infrastructure",
|
|
@@ -34970,7 +34970,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
34970
34970
|
// credential and the org-lock. NOT a customer-selectable integration: it is
|
|
34971
34971
|
// attached automatically to system_support agents at provisioning.
|
|
34972
34972
|
id: "augmented-support",
|
|
34973
|
-
name: "
|
|
34973
|
+
name: "Ninjafy Support",
|
|
34974
34974
|
// ENG-8804: Attached automatically to system_support agents at provisioning.
|
|
34975
34975
|
platform_internal: true,
|
|
34976
34976
|
category: "infrastructure",
|
|
@@ -35008,7 +35008,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
35008
35008
|
// `knowledge_search` / `context_search` read. Keep the two distinct in every
|
|
35009
35009
|
// surface that names them.
|
|
35010
35010
|
id: "augmented-help-kb",
|
|
35011
|
-
name: "
|
|
35011
|
+
name: "Ninjafy Help KB",
|
|
35012
35012
|
// ENG-8804: Granted centrally (ENG-8542 auto-grant), never connected by a human.
|
|
35013
35013
|
platform_internal: true,
|
|
35014
35014
|
category: "knowledge",
|
|
@@ -34998,7 +34998,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
34998
34998
|
// auth `none` — no end-user OAuth; the host JWT (org_id claim) is the
|
|
34999
34999
|
// credential. NOT a customer integration; do not promote to `published`.
|
|
35000
35000
|
id: "augmented-admin",
|
|
35001
|
-
name: "
|
|
35001
|
+
name: "Ninjafy Admin Debug",
|
|
35002
35002
|
// ENG-8804: Staff-only cross-org debug surface: never customer-requestable.
|
|
35003
35003
|
platform_internal: true,
|
|
35004
35004
|
category: "infrastructure",
|
|
@@ -35020,7 +35020,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
35020
35020
|
// credential and the org-lock. NOT a customer-selectable integration: it is
|
|
35021
35021
|
// attached automatically to system_support agents at provisioning.
|
|
35022
35022
|
id: "augmented-support",
|
|
35023
|
-
name: "
|
|
35023
|
+
name: "Ninjafy Support",
|
|
35024
35024
|
// ENG-8804: Attached automatically to system_support agents at provisioning.
|
|
35025
35025
|
platform_internal: true,
|
|
35026
35026
|
category: "infrastructure",
|
|
@@ -35058,7 +35058,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
35058
35058
|
// `knowledge_search` / `context_search` read. Keep the two distinct in every
|
|
35059
35059
|
// surface that names them.
|
|
35060
35060
|
id: "augmented-help-kb",
|
|
35061
|
-
name: "
|
|
35061
|
+
name: "Ninjafy Help KB",
|
|
35062
35062
|
// ENG-8804: Granted centrally (ENG-8542 auto-grant), never connected by a human.
|
|
35063
35063
|
platform_internal: true,
|
|
35064
35064
|
category: "knowledge",
|
|
@@ -62,8 +62,8 @@ import {
|
|
|
62
62
|
writeDirectChatSessionState,
|
|
63
63
|
writeEgressAllowlist,
|
|
64
64
|
writePersistentClaudeWrapper
|
|
65
|
-
} from "./chunk-
|
|
66
|
-
import "./chunk-
|
|
65
|
+
} from "./chunk-4M4POU6Q.js";
|
|
66
|
+
import "./chunk-7WKTBFAD.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-
|
|
133
|
+
//# sourceMappingURL=persistent-session-A2IB5WGW.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-4M4POU6Q.js";
|
|
4
|
+
import "./chunk-7WKTBFAD.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-
|
|
802
|
+
//# sourceMappingURL=responsiveness-probe-3M3556MN.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
sessionTranscriptDir
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7WKTBFAD.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-
|
|
206
|
+
//# sourceMappingURL=session-auth-dead-MRZ3A2N5.js.map
|