@caupulican/pi-adaptative 0.80.50 → 0.80.51

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.
@@ -7340,7 +7340,7 @@ export class InteractiveMode {
7340
7340
  }
7341
7341
  this.settingsManager.addTrustedResourceRoot(canonical, "global");
7342
7342
  }
7343
- const subdirs = ["skills", "extensions", "prompts", "themes", "profiles"];
7343
+ const subdirs = ["skills", "extensions", "prompts", "themes", "profiles", "agents"];
7344
7344
  const stats = { installed: [], skipped: [] };
7345
7345
  const userAgentDir = getAgentDir();
7346
7346
  for (const sub of subdirs) {