@integrity-labs/agt-cli 0.22.1 → 0.22.3
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-KTPMEVEO.js → chunk-DJH6JFF7.js} +2 -2
- package/dist/{chunk-ZNRQSPPM.js → chunk-E56L56ER.js} +2 -2
- package/dist/chunk-E56L56ER.js.map +1 -0
- package/dist/{chunk-7AOVUCPO.js → chunk-QGP4XD7R.js} +79 -3
- package/dist/{chunk-7AOVUCPO.js.map → chunk-QGP4XD7R.js.map} +1 -1
- package/dist/{claude-pair-runtime-L35F6K5E.js → claude-pair-runtime-SN3CBW26.js} +2 -2
- package/dist/lib/manager-worker.js +7 -7
- package/dist/{persistent-session-XG4QK2U5.js → persistent-session-PZTMNCH3.js} +3 -3
- package/dist/{responsiveness-probe-LIXEVHUJ.js → responsiveness-probe-VMKE3ARC.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-ZNRQSPPM.js.map +0 -1
- /package/dist/{chunk-KTPMEVEO.js.map → chunk-DJH6JFF7.js.map} +0 -0
- /package/dist/{claude-pair-runtime-L35F6K5E.js.map → claude-pair-runtime-SN3CBW26.js.map} +0 -0
- /package/dist/{persistent-session-XG4QK2U5.js.map → persistent-session-PZTMNCH3.js.map} +0 -0
- /package/dist/{responsiveness-probe-LIXEVHUJ.js.map → responsiveness-probe-VMKE3ARC.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
success,
|
|
27
27
|
table,
|
|
28
28
|
warn
|
|
29
|
-
} from "../chunk-
|
|
29
|
+
} from "../chunk-QGP4XD7R.js";
|
|
30
30
|
import {
|
|
31
31
|
CHANNEL_REGISTRY,
|
|
32
32
|
DEPLOYMENT_TEMPLATES,
|
|
@@ -52,7 +52,7 @@ import {
|
|
|
52
52
|
renderTemplate,
|
|
53
53
|
resolveChannels,
|
|
54
54
|
serializeManifestForSlackCli
|
|
55
|
-
} from "../chunk-
|
|
55
|
+
} from "../chunk-E56L56ER.js";
|
|
56
56
|
|
|
57
57
|
// src/bin/agt.ts
|
|
58
58
|
import { join as join10 } from "path";
|
|
@@ -3736,7 +3736,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
3736
3736
|
import { existsSync as existsSync5, realpathSync } from "fs";
|
|
3737
3737
|
import chalk17 from "chalk";
|
|
3738
3738
|
import ora15 from "ora";
|
|
3739
|
-
var cliVersion = true ? "0.22.
|
|
3739
|
+
var cliVersion = true ? "0.22.3" : "dev";
|
|
3740
3740
|
async function fetchLatestVersion() {
|
|
3741
3741
|
const host2 = getHost();
|
|
3742
3742
|
if (!host2) return null;
|
|
@@ -4268,7 +4268,7 @@ function handleError(err) {
|
|
|
4268
4268
|
}
|
|
4269
4269
|
|
|
4270
4270
|
// src/bin/agt.ts
|
|
4271
|
-
var cliVersion2 = true ? "0.22.
|
|
4271
|
+
var cliVersion2 = true ? "0.22.3" : "dev";
|
|
4272
4272
|
var program = new Command();
|
|
4273
4273
|
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");
|
|
4274
4274
|
program.hook("preAction", (thisCommand) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
KANBAN_LOOP_COMMAND
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-E56L56ER.js";
|
|
4
4
|
|
|
5
5
|
// src/lib/persistent-session.ts
|
|
6
6
|
import { spawn, execSync, execFileSync as execFileSync2 } from "child_process";
|
|
@@ -1113,4 +1113,4 @@ export {
|
|
|
1113
1113
|
stopAllSessionsAndWait,
|
|
1114
1114
|
getProjectDir
|
|
1115
1115
|
};
|
|
1116
|
-
//# sourceMappingURL=chunk-
|
|
1116
|
+
//# sourceMappingURL=chunk-DJH6JFF7.js.map
|
|
@@ -1000,7 +1000,7 @@ function looksLikeNotesOnly(remainder) {
|
|
|
1000
1000
|
}
|
|
1001
1001
|
|
|
1002
1002
|
// ../../packages/core/dist/loops/kanban-loop.js
|
|
1003
|
-
var KANBAN_LOOP_COMMAND =
|
|
1003
|
+
var KANBAN_LOOP_COMMAND = "/loop 5m kanban_list \u2014 follow Kanban Work Policy.";
|
|
1004
1004
|
|
|
1005
1005
|
// ../../packages/core/dist/types/models.js
|
|
1006
1006
|
var DEFAULT_MODELS = {
|
|
@@ -3148,4 +3148,4 @@ export {
|
|
|
3148
3148
|
parseUsageBanner,
|
|
3149
3149
|
KANBAN_LOOP_COMMAND
|
|
3150
3150
|
};
|
|
3151
|
-
//# sourceMappingURL=chunk-
|
|
3151
|
+
//# sourceMappingURL=chunk-E56L56ER.js.map
|