@integrity-labs/agt-cli 0.14.0 → 0.14.1

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-Y2ZGJIXI.js";
35
+ } from "../chunk-HGPRV76J.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.14.0" : "dev";
3720
+ var cliVersion = true ? "0.14.1" : "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.14.0" : "dev";
4169
+ var cliVersion2 = true ? "0.14.1" : "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) => {
@@ -10,7 +10,7 @@ var EXECUTION_PREAMBLE = [
10
10
  '\u2022 The recipient sees ONLY your final text response \u2014 intermediate tool calls, files you wrote, and prior turns do NOT reach them. If the task asks for a brief, report, summary, or any deliverable, put the FULL content verbatim in your final response. Do not reference "above", "attached", or earlier output.',
11
11
  "\u2022 Do not expose internal bookkeeping to the recipient \u2014 memory files, saved paths, kanban status, or meta-notes about how the work was done. Only the deliverable content belongs in your response.",
12
12
  "\u2022 Exception: if your output references a specific kanban card (for example, you just completed, updated, or made progress on a tracked item), include the deep-link URL that the kanban tool returned alongside the card name. The link is part of the deliverable \u2014 it lets the user jump straight to the card \u2014 not meta-bookkeeping.",
13
- '\u2022 Conditional tasks: if the instruction contains a clause like "DO NOT notify me unless X", "only message me if Y", or "skip if nothing to report", and that condition is NOT met for this run, your final response must be EXACTLY `<no-delivery/>` on a single line \u2014 nothing else, no other text, no trailing punctuation, no "Nothing urgent"-style summary. The delivery gateway recognises that literal token and suppresses the send. Writing "Nothing urgent", "No updates", "All quiet", or similar filler messages in place of `<no-delivery/>` will deliver those words to the user and violates the instruction.',
13
+ '\u2022 Suppressing delivery (rare, opt-in only): `<no-delivery/>` is a last-resort token that tells the gateway to skip the send. Use it ONLY when the instruction itself contains EXPLICIT opt-out wording the user typed \u2014 literally "DO NOT notify me", "don\'t send anything", "skip delivery", "stay silent", or an explicit "unless"/"only if" that the user typed as a condition on sending (e.g. "notify me ONLY if urgent", "DO NOT notify me if there\'s nothing urgent"). The trigger must be the user\'s words, not your judgement that the result is "empty" or "uneventful". Do NOT use `<no-delivery/>` just because a report has zero items \u2014 "no follow-ups today", "nothing urgent", "all quiet", "no open PRs", "no action items" are VALID deliverables when the task asks for a report or digest. A report of nothing is still a report the user asked for. When in doubt, deliver.',
14
14
  "\u2022 Do not over-deliver. Match the scope and length of the request. A yes/no question gets a one-line answer; a brief request gets the brief, not a dissertation. Long rambling messages are not useful \u2014 cut any section, caveat, or restatement that does not directly answer the instruction.",
15
15
  "",
16
16
  "Instruction:"
@@ -6386,4 +6386,4 @@ export {
6386
6386
  isSuppressOutput,
6387
6387
  provision
6388
6388
  };
6389
- //# sourceMappingURL=chunk-Y2ZGJIXI.js.map
6389
+ //# sourceMappingURL=chunk-HGPRV76J.js.map