@integrity-labs/agt-cli 0.28.927 → 0.28.929
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 +51 -6
- package/dist/bin/agt.js.map +1 -1
- package/dist/{chunk-Y7ERASS6.js → chunk-IIIMUCGD.js} +18 -1
- package/dist/{chunk-Y7ERASS6.js.map → chunk-IIIMUCGD.js.map} +1 -1
- package/dist/{chunk-LWLTSFH3.js → chunk-VZVCPJC7.js} +23 -8
- package/dist/{chunk-LWLTSFH3.js.map → chunk-VZVCPJC7.js.map} +1 -1
- package/dist/{chunk-NIUBYSLW.js → chunk-ZNVYUZSM.js} +2 -2
- package/dist/{claude-pair-runtime-RFY57WC3.js → claude-pair-runtime-MA4CLC6B.js} +2 -2
- package/dist/lib/manager-worker.js +49 -15
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +17 -0
- package/dist/mcp/index.js +17 -0
- package/dist/mcp/origami.js +17 -0
- package/dist/mcp/slack-channel.js +17 -0
- package/dist/mcp/telegram-channel.js +17 -0
- package/dist/{persistent-session-O3AKW6IW.js → persistent-session-PYQ5U6FU.js} +3 -3
- package/dist/{responsiveness-probe-MIPUX3BG.js → responsiveness-probe-T4LKSNFO.js} +3 -3
- package/dist/{session-auth-dead-ZGZZLE4X.js → session-auth-dead-M5SFWTQH.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-NIUBYSLW.js.map → chunk-ZNVYUZSM.js.map} +0 -0
- /package/dist/{claude-pair-runtime-RFY57WC3.js.map → claude-pair-runtime-MA4CLC6B.js.map} +0 -0
- /package/dist/{persistent-session-O3AKW6IW.js.map → persistent-session-PYQ5U6FU.js.map} +0 -0
- /package/dist/{responsiveness-probe-MIPUX3BG.js.map → responsiveness-probe-T4LKSNFO.js.map} +0 -0
- /package/dist/{session-auth-dead-ZGZZLE4X.js.map → session-auth-dead-M5SFWTQH.js.map} +0 -0
|
@@ -6581,6 +6581,23 @@ var FLAG_REGISTRY = [
|
|
|
6581
6581
|
// env var is retired.
|
|
6582
6582
|
envVar: "AUGMENTED_CONNECTIVITY_ESCALATION_ENABLED"
|
|
6583
6583
|
},
|
|
6584
|
+
{
|
|
6585
|
+
key: "integration-connectivity-reconcile",
|
|
6586
|
+
description: "Arm integration-connectivity STATUS reconciliation (ENG-6139, armable per-org by ENG-10473). When on, a hard-down connectivity observation (a `down` reading with consecutive_connectivity_failures at/over the hysteresis threshold) on an otherwise-healthy row downgrades it to status=error, status_message=connectivity_down, so the record stops asserting a live connection the probe has disproved; recovery restores status=active, but ONLY for rows this path downgraded. When off it stays shadow - logs what it WOULD downgrade and touches only the connectivity columns. \u26A0\uFE0F A downgraded row drops out of host-runtime's `.in('status',['active','configured'])` provisioning filter, so the agent LOSES that MCP server: correct for a dead credential, and a provisioning change either way, which is why arming is a deliberate operator act. Sibling of integration-connectivity-escalation: that flag arms the alert, this one arms the record.",
|
|
6587
|
+
flagType: "boolean",
|
|
6588
|
+
// Declared safe value is `false` (shadow / record untouched). It matches the
|
|
6589
|
+
// route's compiled default since ENG-6139, so migrating the reader onto this
|
|
6590
|
+
// flag (ADR-0022) preserves fleet behaviour exactly. `false` is also the
|
|
6591
|
+
// fail-safe direction: a flag-DB read error must never de-provision an
|
|
6592
|
+
// integration on its own.
|
|
6593
|
+
defaultValue: false,
|
|
6594
|
+
// Migration override (ADR-0022): the pre-flags env gate stays the
|
|
6595
|
+
// highest-precedence operator override. ENG-10473 deliberately does NOT wire
|
|
6596
|
+
// this var in sst.config.ts - ENG-8303 records what happens when a declared
|
|
6597
|
+
// envVar is pinned there: it outranks the DB value and makes the flag inert
|
|
6598
|
+
// everywhere it matters.
|
|
6599
|
+
envVar: "AUGMENTED_CONNECTIVITY_RECONCILE_STATUS"
|
|
6600
|
+
},
|
|
6584
6601
|
{
|
|
6585
6602
|
key: "slack-manifest-remediate",
|
|
6586
6603
|
description: "Let the Slack manifest drift monitor PUSH, not just alert (ENG-9963). updateSlackManifest had exactly one caller \u2014 a console button \u2014 so nothing but a human click ever pushed a manifest; ENG-7762 changed the generator with no rollout mechanism and 26 agents went 53 days with no working per-agent slash commands. When on, the daily drift cron pushes the generated manifest for a drifted agent. When off it alerts exactly as before. NOTE what arming this authorises: a push REPLACES a customer-owned Slack app's entire manifest, so the cron only ever pushes drift whose diffs are purely additive (isSafelyRemediable) \u2014 an app with live-only entries a push would destroy is declined and left for a human. Boolean gate; ships dark.",
|
|
@@ -14618,4 +14635,4 @@ export {
|
|
|
14618
14635
|
peekCurrentSession,
|
|
14619
14636
|
readDailySessionPin
|
|
14620
14637
|
};
|
|
14621
|
-
//# sourceMappingURL=chunk-
|
|
14638
|
+
//# sourceMappingURL=chunk-IIIMUCGD.js.map
|