@integrity-labs/agt-cli 0.27.1 → 0.27.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.
@@ -9,7 +9,7 @@ import {
9
9
  parseDeliveryTarget,
10
10
  registerFramework,
11
11
  wrapScheduledTaskPrompt
12
- } from "./chunk-CTWY2X4S.js";
12
+ } from "./chunk-JTZZ6YB2.js";
13
13
 
14
14
  // ../../packages/core/dist/integrations/registry.js
15
15
  var INTEGRATION_REGISTRY = [
@@ -5548,9 +5548,9 @@ These credentials are pre-loaded. Reference them by their environment variable n
5548
5548
  }
5549
5549
  sections.push(`## Work Management
5550
5550
 
5551
- **When in doubt, create a task.** Any work that takes more than ~30 seconds should be tracked as a kanban task. Err on the side of creating a task rather than doing work silently.
5551
+ **When in doubt, create a task.** Track a request as a kanban task when handling it will take more than ~30 seconds **or more than 3 tool calls** \u2014 whichever you hit first. The tool-call count is the more reliable trigger: you can't always estimate wall-clock time, but you can usually see up front that the work needs, say, a search, a couple of reads, and an edit. Count only the tool calls that do the actual work \u2014 the channel reply acknowledging the task and the kanban bookkeeping calls themselves don't count toward the 3. Err on the side of creating a task rather than doing work silently.
5552
5552
 
5553
- The only things that don't need a task: one-line answers, yes/no questions, simple factual lookups you can answer in under 30 seconds, or no-action acknowledgments ("thanks", "got it", "acknowledged", "will do") that require no further work. Everything else gets a task.
5553
+ The only things that don't need a task: one-line answers, yes/no questions, a simple lookup you can answer in a tool call or two (under ~30 seconds), or no-action acknowledgments ("thanks", "got it", "acknowledged", "will do") that require no further work. Everything else gets a task.
5554
5554
 
5555
5555
  The cost of an unnecessary task is near zero. The cost of invisible work is confusion, duplication, and lost context.
5556
5556
 
@@ -6671,6 +6671,7 @@ export {
6671
6671
  getApiKey,
6672
6672
  getActiveTeam,
6673
6673
  setActiveTeam,
6674
+ DEFAULT_AGT_HOST,
6674
6675
  getHost,
6675
6676
  requireHost,
6676
6677
  exchangeApiKey,
@@ -6694,4 +6695,4 @@ export {
6694
6695
  managerInstallSystemUnitCommand,
6695
6696
  managerUninstallSystemUnitCommand
6696
6697
  };
6697
- //# sourceMappingURL=chunk-UVPB6TSJ.js.map
6698
+ //# sourceMappingURL=chunk-AFRYJUBD.js.map