@integrity-labs/agt-cli 0.12.4 → 0.12.6
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
CHANGED
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
resolveChannels,
|
|
33
33
|
serializeManifestForSlackCli,
|
|
34
34
|
setActiveTeam
|
|
35
|
-
} from "../chunk-
|
|
35
|
+
} from "../chunk-35KA6J3P.js";
|
|
36
36
|
|
|
37
37
|
// src/bin/agt.ts
|
|
38
38
|
import { join as join11 } from "path";
|
|
@@ -3717,7 +3717,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
3717
3717
|
import { existsSync as existsSync5, realpathSync } from "fs";
|
|
3718
3718
|
import chalk20 from "chalk";
|
|
3719
3719
|
import ora15 from "ora";
|
|
3720
|
-
var cliVersion = true ? "0.12.
|
|
3720
|
+
var cliVersion = true ? "0.12.6" : "dev";
|
|
3721
3721
|
async function fetchLatestVersion() {
|
|
3722
3722
|
const host2 = getHost();
|
|
3723
3723
|
if (!host2) return null;
|
|
@@ -4166,7 +4166,7 @@ function handleError(err) {
|
|
|
4166
4166
|
}
|
|
4167
4167
|
|
|
4168
4168
|
// src/bin/agt.ts
|
|
4169
|
-
var cliVersion2 = true ? "0.12.
|
|
4169
|
+
var cliVersion2 = true ? "0.12.6" : "dev";
|
|
4170
4170
|
var program = new Command();
|
|
4171
4171
|
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");
|
|
4172
4172
|
program.hook("preAction", (thisCommand) => {
|
|
@@ -2650,6 +2650,15 @@ Worktrees allow parallel work without disrupting running services, other agents,
|
|
|
2650
2650
|
|
|
2651
2651
|
**Never switch branches on the main repo checkout.** Use worktrees for all feature work.
|
|
2652
2652
|
|
|
2653
|
+
## Delivering Work
|
|
2654
|
+
|
|
2655
|
+
When you reply to a user via any channel (Slack, Telegram, direct chat, scheduled task result):
|
|
2656
|
+
|
|
2657
|
+
- **Match the scope of the request.** A yes/no question gets a one-line answer. A "quick summary" request gets a summary, not a dissertation. Cut any section, caveat, or restatement that does not directly answer what was asked. Long rambling messages are not useful.
|
|
2658
|
+
- **Never reference internal state.** Memory files, \`/tmp/\` paths, kanban task IDs, filesystem locations, "saved to \u2026" / "logged to \u2026" notes \u2014 these are invisible to the recipient and waste their attention. Only the deliverable content belongs in your reply.
|
|
2659
|
+
- **Put the full deliverable in the reply itself.** Don't tease ("I've prepared a detailed brief"), don't point "above" or "attached" as a shortcut, and don't assume the recipient can see intermediate tool output. If they asked for a brief, the brief goes verbatim into your reply.
|
|
2660
|
+
- **If the deliverable is a file** (PDF, CSV, screenshot, export, report), upload it to the channel using the channel's file-upload tool (e.g. \`slack.upload_file\`) rather than describing its path. The recipient cannot access your filesystem.
|
|
2661
|
+
|
|
2653
2662
|
## Standards
|
|
2654
2663
|
|
|
2655
2664
|
The marginal cost of completeness is near zero. Do the whole thing.
|
|
@@ -6325,4 +6334,4 @@ export {
|
|
|
6325
6334
|
detectDrift,
|
|
6326
6335
|
provision
|
|
6327
6336
|
};
|
|
6328
|
-
//# sourceMappingURL=chunk-
|
|
6337
|
+
//# sourceMappingURL=chunk-35KA6J3P.js.map
|