@integrity-labs/agt-cli 0.27.41 → 0.27.43
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 +3 -3
- package/dist/{chunk-QFOMTUK7.js → chunk-TGA6Y555.js} +10 -10
- package/dist/chunk-TGA6Y555.js.map +1 -0
- package/dist/lib/manager-worker.js +3 -3
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/index.js +5 -4
- package/package.json +1 -1
- package/dist/chunk-QFOMTUK7.js.map +0 -1
package/dist/bin/agt.js
CHANGED
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
success,
|
|
28
28
|
table,
|
|
29
29
|
warn
|
|
30
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-TGA6Y555.js";
|
|
31
31
|
import {
|
|
32
32
|
CHANNEL_REGISTRY,
|
|
33
33
|
DEPLOYMENT_TEMPLATES,
|
|
@@ -4687,7 +4687,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4687
4687
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4688
4688
|
import chalk18 from "chalk";
|
|
4689
4689
|
import ora16 from "ora";
|
|
4690
|
-
var cliVersion = true ? "0.27.
|
|
4690
|
+
var cliVersion = true ? "0.27.43" : "dev";
|
|
4691
4691
|
async function fetchLatestVersion() {
|
|
4692
4692
|
const host2 = getHost();
|
|
4693
4693
|
if (!host2) return null;
|
|
@@ -5360,7 +5360,7 @@ function handleError(err) {
|
|
|
5360
5360
|
}
|
|
5361
5361
|
|
|
5362
5362
|
// src/bin/agt.ts
|
|
5363
|
-
var cliVersion2 = true ? "0.27.
|
|
5363
|
+
var cliVersion2 = true ? "0.27.43" : "dev";
|
|
5364
5364
|
var program = new Command();
|
|
5365
5365
|
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");
|
|
5366
5366
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -2604,15 +2604,15 @@ later tick:
|
|
|
2604
2604
|
- For long-form output (>500 chars), lead with a one-line summary,
|
|
2605
2605
|
then a blank line, then the full content. Channel formatters
|
|
2606
2606
|
truncate gracefully but the lede always lands.
|
|
2607
|
-
- **\`
|
|
2608
|
-
|
|
2609
|
-
attempted but
|
|
2610
|
-
-
|
|
2611
|
-
|
|
2612
|
-
duplicate of another task, asker
|
|
2613
|
-
already current).
|
|
2614
|
-
|
|
2615
|
-
|
|
2607
|
+
- **\`kanban_move\` with \`status="failed"\`** (pass a \`notes\` reason)
|
|
2608
|
+
when something went wrong \u2014 missing access, credential failure, tool
|
|
2609
|
+
error. The work was attempted but couldn't complete.
|
|
2610
|
+
- **No-longer-needed work**: there is no "cancelled" status, so close it
|
|
2611
|
+
with **\`kanban_done\`** and a \`result\` that says why it wasn't
|
|
2612
|
+
needed (precondition no longer holds, duplicate of another task, asker
|
|
2613
|
+
changed their mind, data was already current). Do this generously \u2014
|
|
2614
|
+
it's cheaper than running unneeded work, and the result line tells the
|
|
2615
|
+
user you consciously stood it down rather than silently dropping it.
|
|
2616
2616
|
- **\`kanban_update\` with notes** if you're blocked but might unblock
|
|
2617
2617
|
later; leave the row in \`in_progress\` and pick up other work.
|
|
2618
2618
|
|
|
@@ -7120,4 +7120,4 @@ export {
|
|
|
7120
7120
|
managerInstallSystemUnitCommand,
|
|
7121
7121
|
managerUninstallSystemUnitCommand
|
|
7122
7122
|
};
|
|
7123
|
-
//# sourceMappingURL=chunk-
|
|
7123
|
+
//# sourceMappingURL=chunk-TGA6Y555.js.map
|