@integrity-labs/agt-cli 0.27.162 → 0.27.164
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-LK7R6HLJ.js → chunk-3A2H4ZLD.js} +9 -2
- package/dist/{chunk-LK7R6HLJ.js.map → chunk-3A2H4ZLD.js.map} +1 -1
- package/dist/{chunk-AEECYKHW.js → chunk-5TBIEU36.js} +2 -2
- package/dist/{chunk-H5B4ESA5.js → chunk-OIX32YSR.js} +2 -2
- package/dist/{claude-pair-runtime-TZOAZFBQ.js → claude-pair-runtime-ZEFIYDUH.js} +2 -2
- package/dist/lib/manager-worker.js +10 -13
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/slack-channel.js +302 -82
- package/dist/mcp/telegram-channel.js +255 -44
- package/dist/{persistent-session-WL22MKBS.js → persistent-session-7BLPRGWR.js} +3 -3
- package/dist/{responsiveness-probe-N3Q3O6X7.js → responsiveness-probe-AL3O7SYZ.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-AEECYKHW.js.map → chunk-5TBIEU36.js.map} +0 -0
- /package/dist/{chunk-H5B4ESA5.js.map → chunk-OIX32YSR.js.map} +0 -0
- /package/dist/{claude-pair-runtime-TZOAZFBQ.js.map → claude-pair-runtime-ZEFIYDUH.js.map} +0 -0
- /package/dist/{persistent-session-WL22MKBS.js.map → persistent-session-7BLPRGWR.js.map} +0 -0
- /package/dist/{responsiveness-probe-N3Q3O6X7.js.map → responsiveness-probe-AL3O7SYZ.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-OIX32YSR.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-3A2H4ZLD.js";
|
|
64
64
|
|
|
65
65
|
// src/bin/agt.ts
|
|
66
66
|
import { join as join21 } from "path";
|
|
@@ -5019,7 +5019,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
5019
5019
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
5020
5020
|
import chalk18 from "chalk";
|
|
5021
5021
|
import ora16 from "ora";
|
|
5022
|
-
var cliVersion = true ? "0.27.
|
|
5022
|
+
var cliVersion = true ? "0.27.164" : "dev";
|
|
5023
5023
|
async function fetchLatestVersion() {
|
|
5024
5024
|
const host2 = getHost();
|
|
5025
5025
|
if (!host2) return null;
|
|
@@ -5942,7 +5942,7 @@ function handleError(err) {
|
|
|
5942
5942
|
}
|
|
5943
5943
|
|
|
5944
5944
|
// src/bin/agt.ts
|
|
5945
|
-
var cliVersion2 = true ? "0.27.
|
|
5945
|
+
var cliVersion2 = true ? "0.27.164" : "dev";
|
|
5946
5946
|
var program = new Command();
|
|
5947
5947
|
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");
|
|
5948
5948
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -2360,7 +2360,14 @@ var FLAG_REGISTRY = [
|
|
|
2360
2360
|
description: "Optional-channel quarantine (ENG-5932): off = disabled, shadow = log matches only, enforce = quarantine.",
|
|
2361
2361
|
flagType: "enum",
|
|
2362
2362
|
allowedValues: ["off", "shadow", "enforce"],
|
|
2363
|
-
|
|
2363
|
+
// Declared safe value is `shadow` (compute + log "would quarantine X",
|
|
2364
|
+
// takes no action) — NOT `off`. Two reasons: (1) shadow is observe-only, so
|
|
2365
|
+
// it's as non-destructive as off while staying diagnosable; (2) it matches
|
|
2366
|
+
// the live manager's compiled default since ENG-5932, so migrating the host
|
|
2367
|
+
// reader onto this flag (ENG-6252) preserves fleet behaviour rather than
|
|
2368
|
+
// silently disabling the quarantine logic. Enforcement (`enforce`) stays a
|
|
2369
|
+
// deliberate, audited flip via the admin surface.
|
|
2370
|
+
defaultValue: "shadow",
|
|
2364
2371
|
envVar: "AGT_CHANNEL_QUARANTINE_MODE",
|
|
2365
2372
|
// Enforcement gate: weakening it (enforce → shadow/off) drops a channel
|
|
2366
2373
|
// safety control, so mutations require explicit confirmation.
|
|
@@ -5069,4 +5076,4 @@ export {
|
|
|
5069
5076
|
coerceEnvValue,
|
|
5070
5077
|
FLAGS_SCHEMA_VERSION
|
|
5071
5078
|
};
|
|
5072
|
-
//# sourceMappingURL=chunk-
|
|
5079
|
+
//# sourceMappingURL=chunk-3A2H4ZLD.js.map
|