@integrity-labs/agt-cli 0.28.285 → 0.28.286
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 +4 -4
- package/dist/{chunk-RV3QCCHF.js → chunk-4WRAUNC4.js} +3 -3
- package/dist/{chunk-TZKHPDOH.js → chunk-HI7TA73T.js} +10 -1
- package/dist/chunk-HI7TA73T.js.map +1 -0
- package/dist/{claude-pair-runtime-2VTCDNBY.js → claude-pair-runtime-5TLP7YBB.js} +2 -2
- package/dist/lib/manager-worker.js +21 -12
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/origami.js +9 -0
- package/dist/{persistent-session-MIA4XYG4.js → persistent-session-VUHRDURH.js} +2 -2
- package/dist/{responsiveness-probe-C4OMAIZQ.js → responsiveness-probe-RVFNE2EV.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-TZKHPDOH.js.map +0 -1
- /package/dist/{chunk-RV3QCCHF.js.map → chunk-4WRAUNC4.js.map} +0 -0
- /package/dist/{claude-pair-runtime-2VTCDNBY.js.map → claude-pair-runtime-5TLP7YBB.js.map} +0 -0
- /package/dist/{persistent-session-MIA4XYG4.js.map → persistent-session-VUHRDURH.js.map} +0 -0
- /package/dist/{responsiveness-probe-C4OMAIZQ.js.map → responsiveness-probe-RVFNE2EV.js.map} +0 -0
package/dist/mcp/origami.js
CHANGED
|
@@ -37785,6 +37785,15 @@ var MSTEAMS_SCOPE_PRESETS = {
|
|
|
37785
37785
|
full: MSTEAMS_SCOPE_REGISTRY.map((s) => s.scope)
|
|
37786
37786
|
};
|
|
37787
37787
|
|
|
37788
|
+
// ../core/dist/channels/kanban-card-state.js
|
|
37789
|
+
var KANBAN_TERMINAL_STATUSES = /* @__PURE__ */ new Set([
|
|
37790
|
+
"done",
|
|
37791
|
+
"failed",
|
|
37792
|
+
"cancelled",
|
|
37793
|
+
"needs_attention"
|
|
37794
|
+
]);
|
|
37795
|
+
var KANBAN_TERMINAL_STATUS_INLIST = `(${[...KANBAN_TERMINAL_STATUSES].join(",")})`;
|
|
37796
|
+
|
|
37788
37797
|
// ../core/dist/channels/azure-provisioning.js
|
|
37789
37798
|
var AAD_OIDC_SCOPES = ["offline_access", "openid", "profile"];
|
|
37790
37799
|
var AZURE_ARM_SCOPES = [
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
writeDirectChatSessionState,
|
|
37
37
|
writeEgressAllowlist,
|
|
38
38
|
writePersistentClaudeWrapper
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-HI7TA73T.js";
|
|
40
40
|
import "./chunk-XWVM4KPK.js";
|
|
41
41
|
export {
|
|
42
42
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -77,4 +77,4 @@ export {
|
|
|
77
77
|
writeEgressAllowlist,
|
|
78
78
|
writePersistentClaudeWrapper
|
|
79
79
|
};
|
|
80
|
-
//# sourceMappingURL=persistent-session-
|
|
80
|
+
//# sourceMappingURL=persistent-session-VUHRDURH.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-HI7TA73T.js";
|
|
4
4
|
import "./chunk-XWVM4KPK.js";
|
|
5
5
|
|
|
6
6
|
// src/lib/responsiveness-probe.ts
|
|
@@ -418,4 +418,4 @@ export {
|
|
|
418
418
|
readAndResetSlackReplyBindingClassifications,
|
|
419
419
|
readAndResetSlackReplyTargetClassifications
|
|
420
420
|
};
|
|
421
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
421
|
+
//# sourceMappingURL=responsiveness-probe-RVFNE2EV.js.map
|