@arvoretech/hub 0.7.6 → 0.7.7

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.
@@ -121,7 +121,7 @@ async function checkAndAutoRegenerate(hubDir) {
121
121
  return;
122
122
  }
123
123
  console.log(chalk.yellow("\n Detected outdated configs, auto-regenerating..."));
124
- const { generators: generators2 } = await import("./generate-U6OR7AIX.js");
124
+ const { generators: generators2 } = await import("./generate-PLZD6GZN.js");
125
125
  const generator = generators2[result.editor];
126
126
  if (!generator) {
127
127
  console.log(chalk.red(` Unknown editor '${result.editor}' in cache. Run 'hub generate' manually.`));
@@ -1762,7 +1762,7 @@ function buildGitignoreLines(config) {
1762
1762
  "tasks/"
1763
1763
  );
1764
1764
  if (config.memory) {
1765
- const memPath = config.memory.path || "memories";
1765
+ const memPath = (config.memory.path || "memories").replace(/^\.\//, "");
1766
1766
  lines.push(
1767
1767
  "",
1768
1768
  "# Memory vector store (generated from markdown files)",
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generateCommand,
3
3
  generators
4
- } from "./chunk-2PZA5OEV.js";
4
+ } from "./chunk-5N4KDPKV.js";
5
5
  export {
6
6
  generateCommand,
7
7
  generators
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  checkAndAutoRegenerate,
4
4
  generateCommand,
5
5
  loadHubConfig
6
- } from "./chunk-2PZA5OEV.js";
6
+ } from "./chunk-5N4KDPKV.js";
7
7
 
8
8
  // src/index.ts
9
9
  import { Command as Command19 } from "commander";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arvoretech/hub",
3
- "version": "0.7.6",
3
+ "version": "0.7.7",
4
4
  "description": "CLI for managing AI-aware multi-repository workspaces",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",