@integrity-labs/agt-cli 0.28.387 → 0.28.389
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-ZNFB4AKQ.js → chunk-GZKD4K7H.js} +21 -9
- package/dist/chunk-GZKD4K7H.js.map +1 -0
- package/dist/{chunk-LAO2CUZU.js → chunk-IJF4W6LC.js} +206 -4
- package/dist/chunk-IJF4W6LC.js.map +1 -0
- package/dist/{claude-pair-runtime-NVMVUAGS.js → claude-pair-runtime-72H4NOPM.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/{persistent-session-KQHWYEQF.js → persistent-session-5K4W5XOA.js} +2 -2
- package/dist/{responsiveness-probe-5X6WVKUZ.js → responsiveness-probe-VOE7CREA.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-LAO2CUZU.js.map +0 -1
- package/dist/chunk-ZNFB4AKQ.js.map +0 -1
- /package/dist/{claude-pair-runtime-NVMVUAGS.js.map → claude-pair-runtime-72H4NOPM.js.map} +0 -0
- /package/dist/{persistent-session-KQHWYEQF.js.map → persistent-session-5K4W5XOA.js.map} +0 -0
- /package/dist/{responsiveness-probe-5X6WVKUZ.js.map → responsiveness-probe-VOE7CREA.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
success,
|
|
41
41
|
table,
|
|
42
42
|
warn
|
|
43
|
-
} from "../chunk-
|
|
43
|
+
} from "../chunk-GZKD4K7H.js";
|
|
44
44
|
import {
|
|
45
45
|
AnchorSessionClient,
|
|
46
46
|
CHANNEL_REGISTRY,
|
|
@@ -70,7 +70,7 @@ import {
|
|
|
70
70
|
renderTemplate,
|
|
71
71
|
resolveChannels,
|
|
72
72
|
serializeManifestForSlackCli
|
|
73
|
-
} from "../chunk-
|
|
73
|
+
} from "../chunk-IJF4W6LC.js";
|
|
74
74
|
import "../chunk-XWVM4KPK.js";
|
|
75
75
|
|
|
76
76
|
// src/bin/agt.ts
|
|
@@ -4829,7 +4829,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4829
4829
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4830
4830
|
import chalk18 from "chalk";
|
|
4831
4831
|
import ora16 from "ora";
|
|
4832
|
-
var cliVersion = true ? "0.28.
|
|
4832
|
+
var cliVersion = true ? "0.28.389" : "dev";
|
|
4833
4833
|
async function fetchLatestVersion() {
|
|
4834
4834
|
const host2 = getHost();
|
|
4835
4835
|
if (!host2) return null;
|
|
@@ -6001,7 +6001,7 @@ function handleError(err) {
|
|
|
6001
6001
|
}
|
|
6002
6002
|
|
|
6003
6003
|
// src/bin/agt.ts
|
|
6004
|
-
var cliVersion2 = true ? "0.28.
|
|
6004
|
+
var cliVersion2 = true ? "0.28.389" : "dev";
|
|
6005
6005
|
var program = new Command();
|
|
6006
6006
|
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");
|
|
6007
6007
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
resolveConnectivityProbe,
|
|
26
26
|
worseConnectivityOutcome,
|
|
27
27
|
wrapScheduledTaskPrompt
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-IJF4W6LC.js";
|
|
29
29
|
import {
|
|
30
30
|
parsePsRows
|
|
31
31
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -465,7 +465,7 @@ function buildCapabilityPromptSection(integrations) {
|
|
|
465
465
|
- "Create a Sales/Finance/Ops dashboard with the metrics that matter most"
|
|
466
466
|
- "Remind me about an important task at a specific time"
|
|
467
467
|
- "Summarise my week / draft an exec brief"
|
|
468
|
-
- "Plan a project
|
|
468
|
+
- "Plan a project: break it into milestones and a working board"
|
|
469
469
|
- "Find context on a topic across our docs and recent conversations"
|
|
470
470
|
- "Run a short retro on something I'm stuck on"
|
|
471
471
|
- "Watch for a condition and ping me when it changes"` : `**Pick 5 from this generic-capability library** (randomised so you don't
|
|
@@ -473,7 +473,7 @@ function buildCapabilityPromptSection(integrations) {
|
|
|
473
473
|
- "Create a Sales/Finance/Ops dashboard with the metrics that matter most"
|
|
474
474
|
- "Remind me about an important task at a specific time"
|
|
475
475
|
- "Summarise my week / draft an exec brief"
|
|
476
|
-
- "Plan a project
|
|
476
|
+
- "Plan a project: break it into milestones and a working board"
|
|
477
477
|
- "Find context on a topic across our docs and recent conversations"
|
|
478
478
|
- "Run a short retro on something I'm stuck on"
|
|
479
479
|
- "Watch for a condition and ping me when it changes"
|
|
@@ -816,6 +816,17 @@ function buildPersonalitySection(seed) {
|
|
|
816
816
|
|
|
817
817
|
${seed.trim()}
|
|
818
818
|
|
|
819
|
+
`;
|
|
820
|
+
}
|
|
821
|
+
function buildWritingStyleSection() {
|
|
822
|
+
return `## Writing style
|
|
823
|
+
|
|
824
|
+
When you write to a person - a channel reply, an email, a document, or any other
|
|
825
|
+
message someone will read - do not use em-dashes (the long \`\u2014\` dash). They read
|
|
826
|
+
as a tell of AI-written text. Use a hyphen (\`-\`), a comma, or parentheses
|
|
827
|
+
instead, whichever fits the sentence. This applies only to what you send to
|
|
828
|
+
people, not to your own internal notes or scratch work.
|
|
829
|
+
|
|
819
830
|
`;
|
|
820
831
|
}
|
|
821
832
|
function buildReportsToSection(reportsTo) {
|
|
@@ -1182,6 +1193,7 @@ function generateClaudeMd(input) {
|
|
|
1182
1193
|
const platformStorageSection = buildPlatformStorageSection(input.hasWorkflows);
|
|
1183
1194
|
const skillAuthoringSection = buildSkillAuthoringSection();
|
|
1184
1195
|
const personalitySection = buildPersonalitySection(personalitySeed);
|
|
1196
|
+
const writingStyleSection = buildWritingStyleSection();
|
|
1185
1197
|
const reportsToSection = buildReportsToSection(reportsTo);
|
|
1186
1198
|
const teamSection = buildTeamSection(teamMembers);
|
|
1187
1199
|
const peopleSection = buildPeopleSection(people);
|
|
@@ -1239,7 +1251,7 @@ acknowledge before you start.
|
|
|
1239
1251
|
- **SLOW (\u2265 60s):** acknowledge first, then handle inline.
|
|
1240
1252
|
1. Send a one-line acknowledgement via the channel tool \u2014 short, warm,
|
|
1241
1253
|
and tell the user you'll come back. Example shape (don't copy verbatim,
|
|
1242
|
-
match your voice): "On it
|
|
1254
|
+
match your voice): "On it, this'll take a minute or two, I'll ping
|
|
1243
1255
|
when it's done."
|
|
1244
1256
|
2. Do the work yourself in this same session. Use whatever tools you
|
|
1245
1257
|
need (MCP, skills, file reads, etc.) \u2014 your parent session has the
|
|
@@ -1328,7 +1340,7 @@ bug. Empirically confirmed 2026-06-03 on agt-aws-1 with a 6-tool probe:
|
|
|
1328
1340
|
named sub-agents will work again and the FIRST ACTION triage will switch
|
|
1329
1341
|
back to dispatch.
|
|
1330
1342
|
|
|
1331
|
-
${activeTasksSection}${personalitySection}## Identity
|
|
1343
|
+
${activeTasksSection}${personalitySection}${writingStyleSection}## Identity
|
|
1332
1344
|
|
|
1333
1345
|
- Code Name: ${frontmatter.code_name}
|
|
1334
1346
|
- Owner: ${frontmatter.owner.name}
|
|
@@ -1536,12 +1548,12 @@ When you receive a request via any channel (Slack, Telegram, direct chat):
|
|
|
1536
1548
|
enough to be self-explanatory \u2014 "Pull Linear ENG sprint velocity for
|
|
1537
1549
|
this fortnight" beats "Linear stats".
|
|
1538
1550
|
4. Reply in the channel thread with a brief acknowledgement that names the
|
|
1539
|
-
created task: "On it
|
|
1551
|
+
created task: "On it, <task title>".
|
|
1540
1552
|
- **On Slack, do NOT paste the kanban URL.** A progress card with an
|
|
1541
1553
|
**Open card** button is posted into the thread automatically when the
|
|
1542
1554
|
task is channel-sourced \u2014 a pasted link on top of it is duplicate noise.
|
|
1543
1555
|
- On channels without a progress card (Telegram, direct chat), include
|
|
1544
|
-
the tracking link: "On it
|
|
1556
|
+
the tracking link: "On it, tracking here: ${kanbanUrl ?? "my kanban board"}".
|
|
1545
1557
|
5. Move the task to in_progress with kanban.move
|
|
1546
1558
|
6. Do the work
|
|
1547
1559
|
7. Mark done with kanban.done including a result summary
|
|
@@ -6184,7 +6196,7 @@ function requireHost() {
|
|
|
6184
6196
|
}
|
|
6185
6197
|
|
|
6186
6198
|
// src/lib/api-client.ts
|
|
6187
|
-
var agtCliVersion = true ? "0.28.
|
|
6199
|
+
var agtCliVersion = true ? "0.28.389" : "dev";
|
|
6188
6200
|
var lastConfigHash = null;
|
|
6189
6201
|
function setConfigHash(hash) {
|
|
6190
6202
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -8638,4 +8650,4 @@ export {
|
|
|
8638
8650
|
managerInstallSystemUnitCommand,
|
|
8639
8651
|
managerUninstallSystemUnitCommand
|
|
8640
8652
|
};
|
|
8641
|
-
//# sourceMappingURL=chunk-
|
|
8653
|
+
//# sourceMappingURL=chunk-GZKD4K7H.js.map
|