@triedotdev/mcp 1.0.97 → 1.0.99

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.
@@ -2414,7 +2414,7 @@ var InteractiveDashboard = class {
2414
2414
  this.renderLine(" " + progressBar + " " + colors.highlight(`${percent}%`) + " " + colors.dim(`(${processedFiles}/${totalFiles} files)`), width);
2415
2415
  this.renderLine("", width);
2416
2416
  this.renderSectionBorder(width);
2417
- this.renderLine(" " + colors.header("SCOUTS"), width);
2417
+ this.renderLine(" " + colors.header("AGENT STATUS"), width);
2418
2418
  this.renderLine(" " + colors.dim(this.line(width - 6)), width);
2419
2419
  const allAgents = [.../* @__PURE__ */ new Set([...activeAgents, ...completedAgents])];
2420
2420
  const waitingAgents = ["security", "typecheck", "accessibility", "legal", "test", "moneybags", "production-ready"].filter((a) => !activeAgents.includes(a) && !completedAgents.includes(a));
@@ -2528,7 +2528,6 @@ var InteractiveDashboard = class {
2528
2528
  const activityRows = Math.max(2, Math.min(8, Math.max(0, height - 26)));
2529
2529
  this.renderLine("", width);
2530
2530
  this.renderLine(" " + colors.highlight(`${processedFiles}`) + colors.dim(` files scanned in ${elapsed}s`), width);
2531
- this.renderLine(" " + colors.highlight(`${completedAgents.length}`) + colors.dim(" scouts activated"), width);
2532
2531
  if (this.state.watch.watching) {
2533
2532
  const totalExtracted = signalExtraction.decisionsExtracted + signalExtraction.factsExtracted + signalExtraction.blockersExtracted + signalExtraction.questionsExtracted;
2534
2533
  const statusEmoji = signalExtraction.enabled ? "\u{1F9E0}" : "\u26A0\uFE0F";
@@ -6210,4 +6209,4 @@ export {
6210
6209
  listInstalledSkills,
6211
6210
  InteractiveDashboard
6212
6211
  };
6213
- //# sourceMappingURL=chunk-SLL2MDJD.js.map
6212
+ //# sourceMappingURL=chunk-DIZFGLXE.js.map