@integrity-labs/agt-cli 0.28.394 → 0.28.396
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-7HONFACG.js → chunk-4LZBDTFJ.js} +18 -6
- package/dist/chunk-4LZBDTFJ.js.map +1 -0
- package/dist/{chunk-PTQWY46F.js → chunk-6E5YUIA3.js} +3 -3
- package/dist/{claude-pair-runtime-OF2D6W2E.js → claude-pair-runtime-XUI3TOGS.js} +2 -2
- package/dist/lib/manager-worker.js +24 -11
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +12 -0
- package/dist/mcp/origami.js +12 -0
- package/dist/mcp/slack-channel.js +12 -0
- package/dist/mcp/telegram-channel.js +12 -0
- package/dist/{persistent-session-QRUINHGI.js → persistent-session-34CDP2I3.js} +2 -2
- package/dist/{responsiveness-probe-IHKBNMSQ.js → responsiveness-probe-T7WBF4FX.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-7HONFACG.js.map +0 -1
- /package/dist/{chunk-PTQWY46F.js.map → chunk-6E5YUIA3.js.map} +0 -0
- /package/dist/{claude-pair-runtime-OF2D6W2E.js.map → claude-pair-runtime-XUI3TOGS.js.map} +0 -0
- /package/dist/{persistent-session-QRUINHGI.js.map → persistent-session-34CDP2I3.js.map} +0 -0
- /package/dist/{responsiveness-probe-IHKBNMSQ.js.map → responsiveness-probe-T7WBF4FX.js.map} +0 -0
|
@@ -34888,6 +34888,18 @@ var FLAG_REGISTRY = [
|
|
|
34888
34888
|
sensitive: true
|
|
34889
34889
|
// No envVar - net-new API-side control with no pre-flags env gate to migrate (ADR-0022).
|
|
34890
34890
|
},
|
|
34891
|
+
{
|
|
34892
|
+
key: "mcp-auto-resume-mode",
|
|
34893
|
+
description: "MCP auto-resume of a bind-failure quarantine (ENG-8036, follow-up to ENG-7916): off = disabled, shadow = log only (would-resume without acting), enforce = flip an ENG-7916-quarantined integration (status=unhealthy) back to status=active after DEFAULT_AUTO_RESUME_OK_CYCLES consecutive healthy connectivity-probe cycles. Recovery is observed via the connectivity-probe path, not the session-tool-bind probe (a quarantined row is excluded from the bind probe by the ENG-5292 writer). Only rows this quarantine system marked are auto-resumed - the reaper/oauth-refresh error/unhealthy states are never stomped. Declared safe value is off (fully dark): a flag-DB read error must never auto-un-quarantine on its own. Flip to shadow to observe, then enforce once the cycle threshold is tuned.",
|
|
34894
|
+
flagType: "enum",
|
|
34895
|
+
allowedValues: ["off", "shadow", "enforce"],
|
|
34896
|
+
// off = fully dark. See comment block above for the fail-safe direction.
|
|
34897
|
+
defaultValue: "off",
|
|
34898
|
+
// Enforcement-mode control, like its ENG-7916 sibling mcp-quarantine-mode:
|
|
34899
|
+
// masked on public surfaces and mutations require explicit confirmation.
|
|
34900
|
+
sensitive: true
|
|
34901
|
+
// No envVar - net-new API-side control with no pre-flags env gate to migrate (ADR-0022).
|
|
34902
|
+
},
|
|
34891
34903
|
{
|
|
34892
34904
|
key: "channel-quarantine-mode",
|
|
34893
34905
|
description: "Optional-channel quarantine (ENG-5932): off = disabled, shadow = log matches only, enforce = quarantine.",
|
package/dist/mcp/origami.js
CHANGED
|
@@ -40552,6 +40552,18 @@ var FLAG_REGISTRY = [
|
|
|
40552
40552
|
sensitive: true
|
|
40553
40553
|
// No envVar - net-new API-side control with no pre-flags env gate to migrate (ADR-0022).
|
|
40554
40554
|
},
|
|
40555
|
+
{
|
|
40556
|
+
key: "mcp-auto-resume-mode",
|
|
40557
|
+
description: "MCP auto-resume of a bind-failure quarantine (ENG-8036, follow-up to ENG-7916): off = disabled, shadow = log only (would-resume without acting), enforce = flip an ENG-7916-quarantined integration (status=unhealthy) back to status=active after DEFAULT_AUTO_RESUME_OK_CYCLES consecutive healthy connectivity-probe cycles. Recovery is observed via the connectivity-probe path, not the session-tool-bind probe (a quarantined row is excluded from the bind probe by the ENG-5292 writer). Only rows this quarantine system marked are auto-resumed - the reaper/oauth-refresh error/unhealthy states are never stomped. Declared safe value is off (fully dark): a flag-DB read error must never auto-un-quarantine on its own. Flip to shadow to observe, then enforce once the cycle threshold is tuned.",
|
|
40558
|
+
flagType: "enum",
|
|
40559
|
+
allowedValues: ["off", "shadow", "enforce"],
|
|
40560
|
+
// off = fully dark. See comment block above for the fail-safe direction.
|
|
40561
|
+
defaultValue: "off",
|
|
40562
|
+
// Enforcement-mode control, like its ENG-7916 sibling mcp-quarantine-mode:
|
|
40563
|
+
// masked on public surfaces and mutations require explicit confirmation.
|
|
40564
|
+
sensitive: true
|
|
40565
|
+
// No envVar - net-new API-side control with no pre-flags env gate to migrate (ADR-0022).
|
|
40566
|
+
},
|
|
40555
40567
|
{
|
|
40556
40568
|
key: "channel-quarantine-mode",
|
|
40557
40569
|
description: "Optional-channel quarantine (ENG-5932): off = disabled, shadow = log matches only, enforce = quarantine.",
|
|
@@ -34471,6 +34471,18 @@ var FLAG_REGISTRY = [
|
|
|
34471
34471
|
sensitive: true
|
|
34472
34472
|
// No envVar - net-new API-side control with no pre-flags env gate to migrate (ADR-0022).
|
|
34473
34473
|
},
|
|
34474
|
+
{
|
|
34475
|
+
key: "mcp-auto-resume-mode",
|
|
34476
|
+
description: "MCP auto-resume of a bind-failure quarantine (ENG-8036, follow-up to ENG-7916): off = disabled, shadow = log only (would-resume without acting), enforce = flip an ENG-7916-quarantined integration (status=unhealthy) back to status=active after DEFAULT_AUTO_RESUME_OK_CYCLES consecutive healthy connectivity-probe cycles. Recovery is observed via the connectivity-probe path, not the session-tool-bind probe (a quarantined row is excluded from the bind probe by the ENG-5292 writer). Only rows this quarantine system marked are auto-resumed - the reaper/oauth-refresh error/unhealthy states are never stomped. Declared safe value is off (fully dark): a flag-DB read error must never auto-un-quarantine on its own. Flip to shadow to observe, then enforce once the cycle threshold is tuned.",
|
|
34477
|
+
flagType: "enum",
|
|
34478
|
+
allowedValues: ["off", "shadow", "enforce"],
|
|
34479
|
+
// off = fully dark. See comment block above for the fail-safe direction.
|
|
34480
|
+
defaultValue: "off",
|
|
34481
|
+
// Enforcement-mode control, like its ENG-7916 sibling mcp-quarantine-mode:
|
|
34482
|
+
// masked on public surfaces and mutations require explicit confirmation.
|
|
34483
|
+
sensitive: true
|
|
34484
|
+
// No envVar - net-new API-side control with no pre-flags env gate to migrate (ADR-0022).
|
|
34485
|
+
},
|
|
34474
34486
|
{
|
|
34475
34487
|
key: "channel-quarantine-mode",
|
|
34476
34488
|
description: "Optional-channel quarantine (ENG-5932): off = disabled, shadow = log matches only, enforce = quarantine.",
|
|
@@ -34821,6 +34821,18 @@ var FLAG_REGISTRY = [
|
|
|
34821
34821
|
sensitive: true
|
|
34822
34822
|
// No envVar - net-new API-side control with no pre-flags env gate to migrate (ADR-0022).
|
|
34823
34823
|
},
|
|
34824
|
+
{
|
|
34825
|
+
key: "mcp-auto-resume-mode",
|
|
34826
|
+
description: "MCP auto-resume of a bind-failure quarantine (ENG-8036, follow-up to ENG-7916): off = disabled, shadow = log only (would-resume without acting), enforce = flip an ENG-7916-quarantined integration (status=unhealthy) back to status=active after DEFAULT_AUTO_RESUME_OK_CYCLES consecutive healthy connectivity-probe cycles. Recovery is observed via the connectivity-probe path, not the session-tool-bind probe (a quarantined row is excluded from the bind probe by the ENG-5292 writer). Only rows this quarantine system marked are auto-resumed - the reaper/oauth-refresh error/unhealthy states are never stomped. Declared safe value is off (fully dark): a flag-DB read error must never auto-un-quarantine on its own. Flip to shadow to observe, then enforce once the cycle threshold is tuned.",
|
|
34827
|
+
flagType: "enum",
|
|
34828
|
+
allowedValues: ["off", "shadow", "enforce"],
|
|
34829
|
+
// off = fully dark. See comment block above for the fail-safe direction.
|
|
34830
|
+
defaultValue: "off",
|
|
34831
|
+
// Enforcement-mode control, like its ENG-7916 sibling mcp-quarantine-mode:
|
|
34832
|
+
// masked on public surfaces and mutations require explicit confirmation.
|
|
34833
|
+
sensitive: true
|
|
34834
|
+
// No envVar - net-new API-side control with no pre-flags env gate to migrate (ADR-0022).
|
|
34835
|
+
},
|
|
34824
34836
|
{
|
|
34825
34837
|
key: "channel-quarantine-mode",
|
|
34826
34838
|
description: "Optional-channel quarantine (ENG-5932): off = disabled, shadow = log matches only, enforce = quarantine.",
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
writeDirectChatSessionState,
|
|
37
37
|
writeEgressAllowlist,
|
|
38
38
|
writePersistentClaudeWrapper
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-4LZBDTFJ.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-34CDP2I3.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-4LZBDTFJ.js";
|
|
4
4
|
import "./chunk-XWVM4KPK.js";
|
|
5
5
|
|
|
6
6
|
// src/lib/responsiveness-probe.ts
|
|
@@ -437,4 +437,4 @@ export {
|
|
|
437
437
|
readAndResetSlackReplyBindingClassifications,
|
|
438
438
|
readAndResetSlackReplyTargetClassifications
|
|
439
439
|
};
|
|
440
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
440
|
+
//# sourceMappingURL=responsiveness-probe-T7WBF4FX.js.map
|