@integrity-labs/agt-cli 0.28.596 → 0.28.598
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-6NVRWZ5W.js → chunk-4E3L4U34.js} +2 -2
- package/dist/{chunk-3PNRUCHD.js → chunk-6EBAJFLZ.js} +7 -1
- package/dist/chunk-6EBAJFLZ.js.map +1 -0
- package/dist/{chunk-EAZQXZ4Q.js → chunk-TJUR7PJ5.js} +51 -8
- package/dist/chunk-TJUR7PJ5.js.map +1 -0
- package/dist/{claude-pair-runtime-5WB2FMIX.js → claude-pair-runtime-7CNOVI5H.js} +2 -2
- package/dist/lib/manager-worker.js +85 -14
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/augmented-admin.js +1 -1
- package/dist/mcp/augmented-help-kb.js +1 -1
- package/dist/mcp/augmented-support.js +1 -1
- package/dist/mcp/direct-chat-channel.js +6 -0
- package/dist/mcp/origami.js +6 -0
- package/dist/mcp/slack-channel.js +6 -0
- package/dist/mcp/telegram-channel.js +6 -0
- package/dist/{persistent-session-BGMQQYW2.js → persistent-session-5VAAQJQA.js} +3 -3
- package/dist/{responsiveness-probe-VAGPO5FZ.js → responsiveness-probe-AZKD6KEV.js} +3 -3
- package/dist/{session-auth-dead-CWFGB472.js → session-auth-dead-5VN6KL6H.js} +2 -2
- package/package.json +2 -2
- package/dist/chunk-3PNRUCHD.js.map +0 -1
- package/dist/chunk-EAZQXZ4Q.js.map +0 -1
- /package/dist/{chunk-6NVRWZ5W.js.map → chunk-4E3L4U34.js.map} +0 -0
- /package/dist/{claude-pair-runtime-5WB2FMIX.js.map → claude-pair-runtime-7CNOVI5H.js.map} +0 -0
- /package/dist/{persistent-session-BGMQQYW2.js.map → persistent-session-5VAAQJQA.js.map} +0 -0
- /package/dist/{responsiveness-probe-VAGPO5FZ.js.map → responsiveness-probe-AZKD6KEV.js.map} +0 -0
- /package/dist/{session-auth-dead-CWFGB472.js.map → session-auth-dead-5VN6KL6H.js.map} +0 -0
|
@@ -21527,7 +21527,7 @@ var package_default = {
|
|
|
21527
21527
|
scripts: {
|
|
21528
21528
|
build: "tsup",
|
|
21529
21529
|
dev: "tsx watch src/index.ts",
|
|
21530
|
-
typecheck: "tsc --noEmit",
|
|
21530
|
+
typecheck: "bash ../../scripts/typecheck-guard.sh tsc --noEmit",
|
|
21531
21531
|
test: "vitest run",
|
|
21532
21532
|
clean: "rm -rf dist"
|
|
21533
21533
|
},
|
|
@@ -21164,7 +21164,7 @@ var package_default = {
|
|
|
21164
21164
|
scripts: {
|
|
21165
21165
|
build: "tsup",
|
|
21166
21166
|
dev: "tsx watch src/index.ts",
|
|
21167
|
-
typecheck: "tsc --noEmit",
|
|
21167
|
+
typecheck: "bash ../../scripts/typecheck-guard.sh tsc --noEmit",
|
|
21168
21168
|
test: "vitest run",
|
|
21169
21169
|
clean: "rm -rf dist"
|
|
21170
21170
|
},
|
|
@@ -21234,7 +21234,7 @@ var package_default = {
|
|
|
21234
21234
|
scripts: {
|
|
21235
21235
|
build: "tsup",
|
|
21236
21236
|
dev: "tsx watch src/index.ts",
|
|
21237
|
-
typecheck: "tsc --noEmit",
|
|
21237
|
+
typecheck: "bash ../../scripts/typecheck-guard.sh tsc --noEmit",
|
|
21238
21238
|
test: "vitest run",
|
|
21239
21239
|
clean: "rm -rf dist"
|
|
21240
21240
|
},
|
|
@@ -33961,6 +33961,12 @@ var AREA_SET = new Set(AREA_ORDER);
|
|
|
33961
33961
|
var VALID_STEPS = /* @__PURE__ */ new Set(["pending", ...AREA_ORDER, "ready"]);
|
|
33962
33962
|
var ONBOARDING_REPLY_TIMEOUT_MS = 24 * 60 * 6e4;
|
|
33963
33963
|
|
|
33964
|
+
// ../core/dist/auth/oauth-principal.js
|
|
33965
|
+
var NOTES_WRITE_SCOPE = "notes:write";
|
|
33966
|
+
var USER_PRINCIPAL_SCOPE_LABELS = {
|
|
33967
|
+
[NOTES_WRITE_SCOPE]: "Create meeting notes as you, and read the notes you own"
|
|
33968
|
+
};
|
|
33969
|
+
|
|
33964
33970
|
// ../core/dist/inbound-lanes/index.js
|
|
33965
33971
|
var DIRECTIVE_KINDS = [
|
|
33966
33972
|
"scheduled-task",
|
package/dist/mcp/origami.js
CHANGED
|
@@ -40243,6 +40243,12 @@ var AREA_SET = new Set(AREA_ORDER);
|
|
|
40243
40243
|
var VALID_STEPS = /* @__PURE__ */ new Set(["pending", ...AREA_ORDER, "ready"]);
|
|
40244
40244
|
var ONBOARDING_REPLY_TIMEOUT_MS = 24 * 60 * 6e4;
|
|
40245
40245
|
|
|
40246
|
+
// ../core/dist/auth/oauth-principal.js
|
|
40247
|
+
var NOTES_WRITE_SCOPE = "notes:write";
|
|
40248
|
+
var USER_PRINCIPAL_SCOPE_LABELS = {
|
|
40249
|
+
[NOTES_WRITE_SCOPE]: "Create meeting notes as you, and read the notes you own"
|
|
40250
|
+
};
|
|
40251
|
+
|
|
40246
40252
|
// ../core/dist/inbound-lanes/index.js
|
|
40247
40253
|
var DIRECTIVE_KINDS = [
|
|
40248
40254
|
"scheduled-task",
|
|
@@ -34294,6 +34294,12 @@ var AREA_SET = new Set(AREA_ORDER);
|
|
|
34294
34294
|
var VALID_STEPS = /* @__PURE__ */ new Set(["pending", ...AREA_ORDER, "ready"]);
|
|
34295
34295
|
var ONBOARDING_REPLY_TIMEOUT_MS = 24 * 60 * 6e4;
|
|
34296
34296
|
|
|
34297
|
+
// ../core/dist/auth/oauth-principal.js
|
|
34298
|
+
var NOTES_WRITE_SCOPE = "notes:write";
|
|
34299
|
+
var USER_PRINCIPAL_SCOPE_LABELS = {
|
|
34300
|
+
[NOTES_WRITE_SCOPE]: "Create meeting notes as you, and read the notes you own"
|
|
34301
|
+
};
|
|
34302
|
+
|
|
34297
34303
|
// ../core/dist/inbound-lanes/index.js
|
|
34298
34304
|
var DIRECTIVE_KINDS = [
|
|
34299
34305
|
"scheduled-task",
|
|
@@ -34453,6 +34453,12 @@ var AREA_SET = new Set(AREA_ORDER);
|
|
|
34453
34453
|
var VALID_STEPS = /* @__PURE__ */ new Set(["pending", ...AREA_ORDER, "ready"]);
|
|
34454
34454
|
var ONBOARDING_REPLY_TIMEOUT_MS = 24 * 60 * 6e4;
|
|
34455
34455
|
|
|
34456
|
+
// ../core/dist/auth/oauth-principal.js
|
|
34457
|
+
var NOTES_WRITE_SCOPE = "notes:write";
|
|
34458
|
+
var USER_PRINCIPAL_SCOPE_LABELS = {
|
|
34459
|
+
[NOTES_WRITE_SCOPE]: "Create meeting notes as you, and read the notes you own"
|
|
34460
|
+
};
|
|
34461
|
+
|
|
34456
34462
|
// ../core/dist/inbound-lanes/index.js
|
|
34457
34463
|
var DIRECTIVE_KINDS = [
|
|
34458
34464
|
"scheduled-task",
|
|
@@ -43,8 +43,8 @@ import {
|
|
|
43
43
|
writeDirectChatSessionState,
|
|
44
44
|
writeEgressAllowlist,
|
|
45
45
|
writePersistentClaudeWrapper
|
|
46
|
-
} from "./chunk-
|
|
47
|
-
import "./chunk-
|
|
46
|
+
} from "./chunk-4E3L4U34.js";
|
|
47
|
+
import "./chunk-6EBAJFLZ.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-
|
|
95
|
+
//# sourceMappingURL=persistent-session-5VAAQJQA.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-4E3L4U34.js";
|
|
4
|
+
import "./chunk-6EBAJFLZ.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -690,4 +690,4 @@ export {
|
|
|
690
690
|
readAndResetSlackReplyBindingClassifications,
|
|
691
691
|
readAndResetSlackReplyTargetClassifications
|
|
692
692
|
};
|
|
693
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
693
|
+
//# sourceMappingURL=responsiveness-probe-AZKD6KEV.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
sessionTranscriptDir
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-6EBAJFLZ.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-5VN6KL6H.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@integrity-labs/agt-cli",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.598",
|
|
4
4
|
"description": "Augmented Team CLI — agent provisioning and management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"build:cli-assets": "mkdir -p dist/assets && cp assets/impersonate-statusline.sh dist/assets/impersonate-statusline.sh && chmod +x dist/assets/impersonate-statusline.sh",
|
|
28
28
|
"dev": "tsx watch src/bin/agt.ts",
|
|
29
29
|
"test": "vitest run",
|
|
30
|
-
"typecheck": "tsc --noEmit",
|
|
30
|
+
"typecheck": "bash ../../scripts/typecheck-guard.sh tsc --noEmit",
|
|
31
31
|
"clean": "rm -rf dist",
|
|
32
32
|
"release": "npm run build && npm publish --access public"
|
|
33
33
|
},
|