@integrity-labs/agt-cli 0.27.84 → 0.27.86

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
@@ -28,7 +28,7 @@ import {
28
28
  success,
29
29
  table,
30
30
  warn
31
- } from "../chunk-WISOJYIV.js";
31
+ } from "../chunk-SXE77YAJ.js";
32
32
  import {
33
33
  CHANNEL_REGISTRY,
34
34
  DEPLOYMENT_TEMPLATES,
@@ -54,7 +54,7 @@ import {
54
54
  renderTemplate,
55
55
  resolveChannels,
56
56
  serializeManifestForSlackCli
57
- } from "../chunk-TXE2LLKI.js";
57
+ } from "../chunk-5IWPCN3V.js";
58
58
 
59
59
  // src/bin/agt.ts
60
60
  import { join as join20 } from "path";
@@ -4930,7 +4930,7 @@ import { execFileSync, execSync } from "child_process";
4930
4930
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4931
4931
  import chalk18 from "chalk";
4932
4932
  import ora16 from "ora";
4933
- var cliVersion = true ? "0.27.84" : "dev";
4933
+ var cliVersion = true ? "0.27.86" : "dev";
4934
4934
  async function fetchLatestVersion() {
4935
4935
  const host2 = getHost();
4936
4936
  if (!host2) return null;
@@ -5853,7 +5853,7 @@ function handleError(err) {
5853
5853
  }
5854
5854
 
5855
5855
  // src/bin/agt.ts
5856
- var cliVersion2 = true ? "0.27.84" : "dev";
5856
+ var cliVersion2 = true ? "0.27.86" : "dev";
5857
5857
  var program = new Command();
5858
5858
  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");
5859
5859
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  claudeModelAlias,
3
3
  isClaudeFastMode
4
- } from "./chunk-TXE2LLKI.js";
4
+ } from "./chunk-5IWPCN3V.js";
5
5
  import {
6
6
  reapOrphanChannelMcps
7
7
  } from "./chunk-XWVM4KPK.js";
@@ -1456,4 +1456,4 @@ export {
1456
1456
  stopAllSessionsAndWait,
1457
1457
  getProjectDir
1458
1458
  };
1459
- //# sourceMappingURL=chunk-S2QLE5BQ.js.map
1459
+ //# sourceMappingURL=chunk-4LHN3FAL.js.map
@@ -3966,6 +3966,14 @@ var PERIOD_CONFIG = {
3966
3966
  };
3967
3967
  var CONVERSATION_METRICS_PERIODS = Object.keys(PERIOD_CONFIG);
3968
3968
 
3969
+ // ../../packages/core/dist/ratings/kanban-ratings.js
3970
+ var RATING_MA_WINDOW_MS = 28 * 24 * 60 * 60 * 1e3;
3971
+ var PERIOD_CONFIG2 = {
3972
+ "24h": { windowMs: 24 * 60 * 60 * 1e3, bucket: "hour" },
3973
+ "7d": { windowMs: 7 * 24 * 60 * 60 * 1e3, bucket: "day" },
3974
+ "30d": { windowMs: 30 * 24 * 60 * 60 * 1e3, bucket: "day" }
3975
+ };
3976
+
3969
3977
  // ../../packages/core/dist/triggers/registry.js
3970
3978
  var sources = /* @__PURE__ */ new Map();
3971
3979
  function registerTriggerSource(adapter) {
@@ -4211,4 +4219,4 @@ export {
4211
4219
  attributeTranscriptUsageByRun,
4212
4220
  KANBAN_CHECK_COMMAND
4213
4221
  };
4214
- //# sourceMappingURL=chunk-TXE2LLKI.js.map
4222
+ //# sourceMappingURL=chunk-5IWPCN3V.js.map