@integrity-labs/agt-cli 0.28.171 → 0.28.173
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-CPB4L4TB.js → chunk-M4G5DGVD.js} +21 -13
- package/dist/chunk-M4G5DGVD.js.map +1 -0
- package/dist/{chunk-XJIHUCCF.js → chunk-N25WAF7G.js} +2 -2
- package/dist/{chunk-76XB2I4P.js → chunk-OMC7BHRP.js} +9 -1
- package/dist/chunk-OMC7BHRP.js.map +1 -0
- package/dist/{claude-pair-runtime-37H4BVQC.js → claude-pair-runtime-XIVBNVSR.js} +2 -2
- package/dist/lib/manager-worker.js +8 -8
- package/dist/mcp/direct-chat-channel.js +40 -1
- package/dist/mcp/index.js +6 -0
- package/dist/mcp/slack-channel.js +43 -2
- package/dist/mcp/teams-channel.js +43 -2
- package/dist/mcp/telegram-channel.js +43 -2
- package/dist/{persistent-session-DUKYMEOQ.js → persistent-session-4HC7YFSU.js} +3 -3
- package/dist/{responsiveness-probe-G5VMYV73.js → responsiveness-probe-W4PCY6HC.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-76XB2I4P.js.map +0 -1
- package/dist/chunk-CPB4L4TB.js.map +0 -1
- /package/dist/{chunk-XJIHUCCF.js.map → chunk-N25WAF7G.js.map} +0 -0
- /package/dist/{claude-pair-runtime-37H4BVQC.js.map → claude-pair-runtime-XIVBNVSR.js.map} +0 -0
- /package/dist/{persistent-session-DUKYMEOQ.js.map → persistent-session-4HC7YFSU.js.map} +0 -0
- /package/dist/{responsiveness-probe-G5VMYV73.js.map → responsiveness-probe-W4PCY6HC.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
formatMissingVar,
|
|
4
4
|
isClaudeFastMode,
|
|
5
5
|
probeMcpEnvSubstitution
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-OMC7BHRP.js";
|
|
7
7
|
import {
|
|
8
8
|
reapOrphanChannelMcps
|
|
9
9
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1588,4 +1588,4 @@ export {
|
|
|
1588
1588
|
stopAllSessionsAndWait,
|
|
1589
1589
|
getProjectDir
|
|
1590
1590
|
};
|
|
1591
|
-
//# sourceMappingURL=chunk-
|
|
1591
|
+
//# sourceMappingURL=chunk-N25WAF7G.js.map
|
|
@@ -1796,6 +1796,14 @@ var FLAG_REGISTRY = [
|
|
|
1796
1796
|
// flag direction is "no cross-team assignment". No envVar — net-new control
|
|
1797
1797
|
// with no pre-flags env gate to migrate.
|
|
1798
1798
|
defaultValue: false
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
key: "pmf-survey-dispatch",
|
|
1802
|
+
description: "Fortnightly PMF survey dispatch cron (ENG-6936 / ENG-6958). When on, the daily pmf-survey-dispatcher selects each agent reports_to person due on their 14-day anniversary (anchored to their earliest reporting agent) and records a pending dispatch row for the email + in-app senders to fulfil. Global gate; ships dark. The DB stage value is the kill switch (no env override). Off = the cron does nothing, so no survey is ever dispatched.",
|
|
1803
|
+
flagType: "boolean",
|
|
1804
|
+
// Declared safe value is `false`: this drives outbound surveys to customer
|
|
1805
|
+
// contacts, so the absent-flag / fail-safe direction is "send nothing".
|
|
1806
|
+
defaultValue: false
|
|
1799
1807
|
}
|
|
1800
1808
|
];
|
|
1801
1809
|
var REGISTRY_BY_KEY = new Map(FLAG_REGISTRY.map((definition) => [definition.key, definition]));
|
|
@@ -6535,4 +6543,4 @@ export {
|
|
|
6535
6543
|
parseEnvIntegrations,
|
|
6536
6544
|
probeMcpEnvSubstitution
|
|
6537
6545
|
};
|
|
6538
|
-
//# sourceMappingURL=chunk-
|
|
6546
|
+
//# sourceMappingURL=chunk-OMC7BHRP.js.map
|