@integrity-labs/agt-cli 0.28.19 → 0.28.21
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-6UXSC4TR.js → chunk-3HZSMDEW.js} +14 -1
- package/dist/{chunk-6UXSC4TR.js.map → chunk-3HZSMDEW.js.map} +1 -1
- package/dist/{chunk-5DIMLYS5.js → chunk-BKO5PJZ7.js} +2 -2
- package/dist/{chunk-MGE73AKK.js → chunk-NGZVHSI3.js} +19 -3
- package/dist/chunk-NGZVHSI3.js.map +1 -0
- package/dist/{claude-pair-runtime-CFUSOOVY.js → claude-pair-runtime-LQJ5E4IF.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/slack-channel.js +3 -1
- package/dist/mcp/telegram-channel.js +3 -1
- package/dist/{persistent-session-RANQKKKC.js → persistent-session-5BEMWOTM.js} +3 -3
- package/dist/{responsiveness-probe-KQP6MY5N.js → responsiveness-probe-JP4HLFYU.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-MGE73AKK.js.map +0 -1
- /package/dist/{chunk-5DIMLYS5.js.map → chunk-BKO5PJZ7.js.map} +0 -0
- /package/dist/{claude-pair-runtime-CFUSOOVY.js.map → claude-pair-runtime-LQJ5E4IF.js.map} +0 -0
- /package/dist/{persistent-session-RANQKKKC.js.map → persistent-session-5BEMWOTM.js.map} +0 -0
- /package/dist/{responsiveness-probe-KQP6MY5N.js.map → responsiveness-probe-JP4HLFYU.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
success,
|
|
34
34
|
table,
|
|
35
35
|
warn
|
|
36
|
-
} from "../chunk-
|
|
36
|
+
} from "../chunk-NGZVHSI3.js";
|
|
37
37
|
import {
|
|
38
38
|
CHANNEL_REGISTRY,
|
|
39
39
|
DEPLOYMENT_TEMPLATES,
|
|
@@ -60,7 +60,7 @@ import {
|
|
|
60
60
|
renderTemplate,
|
|
61
61
|
resolveChannels,
|
|
62
62
|
serializeManifestForSlackCli
|
|
63
|
-
} from "../chunk-
|
|
63
|
+
} from "../chunk-3HZSMDEW.js";
|
|
64
64
|
|
|
65
65
|
// src/bin/agt.ts
|
|
66
66
|
import { join as join21 } from "path";
|
|
@@ -4773,7 +4773,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4773
4773
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4774
4774
|
import chalk18 from "chalk";
|
|
4775
4775
|
import ora16 from "ora";
|
|
4776
|
-
var cliVersion = true ? "0.28.
|
|
4776
|
+
var cliVersion = true ? "0.28.21" : "dev";
|
|
4777
4777
|
async function fetchLatestVersion() {
|
|
4778
4778
|
const host2 = getHost();
|
|
4779
4779
|
if (!host2) return null;
|
|
@@ -5696,7 +5696,7 @@ function handleError(err) {
|
|
|
5696
5696
|
}
|
|
5697
5697
|
|
|
5698
5698
|
// src/bin/agt.ts
|
|
5699
|
-
var cliVersion2 = true ? "0.28.
|
|
5699
|
+
var cliVersion2 = true ? "0.28.21" : "dev";
|
|
5700
5700
|
var program = new Command();
|
|
5701
5701
|
program.name("agt").description("Augmented CLI \u2014 agent provisioning and management").version(cliVersion2).option("--json", "Emit machine-readable JSON output (suppress spinners and colors)").option("--skip-update-check", "Skip the automatic update check on startup");
|
|
5702
5702
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -2419,6 +2419,19 @@ var FLAG_REGISTRY = [
|
|
|
2419
2419
|
defaultValue: false,
|
|
2420
2420
|
envVar: "AGT_MANAGER_FAILURE_NOTIFY_ENABLED"
|
|
2421
2421
|
},
|
|
2422
|
+
{
|
|
2423
|
+
key: "resume-reconciler",
|
|
2424
|
+
description: "Health-gated safe auto-resume for circuit-breaker pauses (ENG-6383, epic ENG-6333). When on, the manager clears a trip only when the dependency has genuinely recovered (status active + MCP present + connectivity ok \u2265 hysteresis), replacing the blind ENG-6088 quiet-timer; when off, the blind timer still governs. Boolean gate; ships dark.",
|
|
2425
|
+
flagType: "boolean",
|
|
2426
|
+
// Declared safe value is `false` — the blind ENG-6088 timer (already bounded
|
|
2427
|
+
// to ≤1 auto-resume/window) stays the behaviour when the API can't be
|
|
2428
|
+
// reached or no flag map arrives. Flip on per-host for the canary bake.
|
|
2429
|
+
defaultValue: false,
|
|
2430
|
+
// Migration override (ADR-0022): the pre-flags env gate stays the
|
|
2431
|
+
// highest-precedence operator override so a host already running with
|
|
2432
|
+
// AGT_RESUME_RECONCILER_ENABLED set keeps that value until the env is retired.
|
|
2433
|
+
envVar: "AGT_RESUME_RECONCILER_ENABLED"
|
|
2434
|
+
},
|
|
2422
2435
|
{
|
|
2423
2436
|
key: "channel-quarantine-mode",
|
|
2424
2437
|
description: "Optional-channel quarantine (ENG-5932): off = disabled, shadow = log matches only, enforce = quarantine.",
|
|
@@ -5166,4 +5179,4 @@ export {
|
|
|
5166
5179
|
coerceEnvValue,
|
|
5167
5180
|
FLAGS_SCHEMA_VERSION
|
|
5168
5181
|
};
|
|
5169
|
-
//# sourceMappingURL=chunk-
|
|
5182
|
+
//# sourceMappingURL=chunk-3HZSMDEW.js.map
|