@integrity-labs/agt-cli 0.28.181 → 0.28.182
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-4PUAP6TD.js → chunk-GF5CAKEY.js} +3 -3
- package/dist/{chunk-COJWP7W3.js → chunk-IQWTBKND.js} +2 -2
- package/dist/{chunk-J36USBIR.js → chunk-K362KMGY.js} +2 -2
- package/dist/chunk-K362KMGY.js.map +1 -0
- package/dist/{claude-pair-runtime-J3LRK6MS.js → claude-pair-runtime-7YQEUJFL.js} +2 -2
- package/dist/lib/manager-worker.js +8 -8
- package/dist/{persistent-session-MT7ZJLZR.js → persistent-session-B5MUD4ER.js} +3 -3
- package/dist/{responsiveness-probe-H7P3OWBR.js → responsiveness-probe-H4KS4QDK.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-J36USBIR.js.map +0 -1
- /package/dist/{chunk-4PUAP6TD.js.map → chunk-GF5CAKEY.js.map} +0 -0
- /package/dist/{chunk-COJWP7W3.js.map → chunk-IQWTBKND.js.map} +0 -0
- /package/dist/{claude-pair-runtime-J3LRK6MS.js.map → claude-pair-runtime-7YQEUJFL.js.map} +0 -0
- /package/dist/{persistent-session-MT7ZJLZR.js.map → persistent-session-B5MUD4ER.js.map} +0 -0
- /package/dist/{responsiveness-probe-H7P3OWBR.js.map → responsiveness-probe-H4KS4QDK.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -37,7 +37,7 @@ import {
|
|
|
37
37
|
success,
|
|
38
38
|
table,
|
|
39
39
|
warn
|
|
40
|
-
} from "../chunk-
|
|
40
|
+
} from "../chunk-GF5CAKEY.js";
|
|
41
41
|
import {
|
|
42
42
|
CHANNEL_REGISTRY,
|
|
43
43
|
DEFAULT_FRAMEWORK,
|
|
@@ -65,7 +65,7 @@ import {
|
|
|
65
65
|
renderTemplate,
|
|
66
66
|
resolveChannels,
|
|
67
67
|
serializeManifestForSlackCli
|
|
68
|
-
} from "../chunk-
|
|
68
|
+
} from "../chunk-K362KMGY.js";
|
|
69
69
|
|
|
70
70
|
// src/bin/agt.ts
|
|
71
71
|
import { join as join22 } from "path";
|
|
@@ -4749,7 +4749,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4749
4749
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4750
4750
|
import chalk18 from "chalk";
|
|
4751
4751
|
import ora16 from "ora";
|
|
4752
|
-
var cliVersion = true ? "0.28.
|
|
4752
|
+
var cliVersion = true ? "0.28.182" : "dev";
|
|
4753
4753
|
async function fetchLatestVersion() {
|
|
4754
4754
|
const host2 = getHost();
|
|
4755
4755
|
if (!host2) return null;
|
|
@@ -5763,7 +5763,7 @@ function handleError(err) {
|
|
|
5763
5763
|
}
|
|
5764
5764
|
|
|
5765
5765
|
// src/bin/agt.ts
|
|
5766
|
-
var cliVersion2 = true ? "0.28.
|
|
5766
|
+
var cliVersion2 = true ? "0.28.182" : "dev";
|
|
5767
5767
|
var program = new Command();
|
|
5768
5768
|
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");
|
|
5769
5769
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
resolveConnectivityProbe,
|
|
17
17
|
worseConnectivityOutcome,
|
|
18
18
|
wrapScheduledTaskPrompt
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-K362KMGY.js";
|
|
20
20
|
|
|
21
21
|
// ../../packages/core/dist/provisioning/mcp-config-guards.js
|
|
22
22
|
import { chmodSync, existsSync, readFileSync, renameSync, writeFileSync, unlinkSync } from "fs";
|
|
@@ -6120,7 +6120,7 @@ function requireHost() {
|
|
|
6120
6120
|
}
|
|
6121
6121
|
|
|
6122
6122
|
// src/lib/api-client.ts
|
|
6123
|
-
var agtCliVersion = true ? "0.28.
|
|
6123
|
+
var agtCliVersion = true ? "0.28.182" : "dev";
|
|
6124
6124
|
var lastConfigHash = null;
|
|
6125
6125
|
function setConfigHash(hash) {
|
|
6126
6126
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -7425,4 +7425,4 @@ export {
|
|
|
7425
7425
|
managerInstallSystemUnitCommand,
|
|
7426
7426
|
managerUninstallSystemUnitCommand
|
|
7427
7427
|
};
|
|
7428
|
-
//# sourceMappingURL=chunk-
|
|
7428
|
+
//# sourceMappingURL=chunk-GF5CAKEY.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
formatMissingVar,
|
|
4
4
|
isClaudeFastMode,
|
|
5
5
|
probeMcpEnvSubstitution
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-K362KMGY.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-IQWTBKND.js.map
|
|
@@ -1826,7 +1826,7 @@ var FLAG_REGISTRY = [
|
|
|
1826
1826
|
},
|
|
1827
1827
|
{
|
|
1828
1828
|
key: "augmented-support-auto-provision",
|
|
1829
|
-
description: 'Org-create auto-provision of the per-org system_support concierge agent ("
|
|
1829
|
+
description: 'Org-create auto-provision of the per-org system_support concierge agent ("Sherlock") (ENG-7026, ADR-0032 \xA77). This is the FINAL rollout stage: when on, every newly created organization gets a support agent provisioned (in draft - arming still needs first-run consent) by a best-effort hook in the org-create handler. The earlier rollout stages (dogfood Integrity Labs, then design partners) are driven by the explicit admin command (provision-support --org <slug>), NOT this flag. Ships dark: default OFF means the hook is inert, so there is no fleet-wide first deploy - existing orgs are never touched and new orgs get nothing until this is flipped on. The DB stage value is the control (no env override).',
|
|
1830
1830
|
flagType: "boolean",
|
|
1831
1831
|
// Declared safe value is `false`: the fail-safe / absent-flag direction is
|
|
1832
1832
|
// "no org auto-provisions a support agent", so a misread can never silently
|
|
@@ -6581,4 +6581,4 @@ export {
|
|
|
6581
6581
|
parseEnvIntegrations,
|
|
6582
6582
|
probeMcpEnvSubstitution
|
|
6583
6583
|
};
|
|
6584
|
-
//# sourceMappingURL=chunk-
|
|
6584
|
+
//# sourceMappingURL=chunk-K362KMGY.js.map
|