@arvoretech/hub 0.13.1 → 0.13.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.
@@ -117,7 +117,7 @@ async function checkAndAutoRegenerate(hubDir) {
117
117
  return;
118
118
  }
119
119
  console.log(chalk.yellow("\n Detected outdated configs, auto-regenerating..."));
120
- const { generators: generators2 } = await import("./generate-3UEFSWPT.js");
120
+ const { generators: generators2 } = await import("./generate-YSMMXJNC.js");
121
121
  const generator = generators2[result.editor];
122
122
  if (!generator) {
123
123
  console.log(chalk.red(` Unknown editor '${result.editor}' in cache. Run 'hub generate' manually.`));
@@ -334,7 +334,7 @@ function buildSkillContent(source) {
334
334
  const parts = [
335
335
  "---",
336
336
  `name: ${source.name}`,
337
- `description: ${source.instructions || `Design source: ${source.name}`}`,
337
+ `description: "${source.instructions || `Design source: ${source.name}`}"`,
338
338
  `triggers: [${triggers.join(", ")}]`,
339
339
  "---",
340
340
  ""
@@ -2305,6 +2305,13 @@ function buildGitignoreLines(config) {
2305
2305
  `${memPath}/.lancedb/`
2306
2306
  );
2307
2307
  }
2308
+ if (hasAgentTeamsLeadMcp(config.mcps)) {
2309
+ lines.push(
2310
+ "",
2311
+ "# Agent teams runtime data",
2312
+ ".agent-teams/"
2313
+ );
2314
+ }
2308
2315
  return lines;
2309
2316
  }
2310
2317
  var generators = {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generateCommand,
3
3
  generators
4
- } from "./chunk-EEGDGBJL.js";
4
+ } from "./chunk-H6BAEWCZ.js";
5
5
  import "./chunk-VMN4KGAK.js";
6
6
  export {
7
7
  generateCommand,
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  checkAndAutoRegenerate,
4
4
  generateCommand
5
- } from "./chunk-EEGDGBJL.js";
5
+ } from "./chunk-H6BAEWCZ.js";
6
6
  import {
7
7
  loadHubConfig,
8
8
  resolveConfigPath
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arvoretech/hub",
3
- "version": "0.13.1",
3
+ "version": "0.13.3",
4
4
  "description": "CLI for managing AI-aware multi-repository workspaces",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",