@lnai/core 0.6.7 → 0.6.8

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1754,6 +1754,7 @@ async function runSyncPipeline(options) {
1754
1754
  if (!dryRun) {
1755
1755
  await writeManifest(rootDir, manifest);
1756
1756
  const pathsToIgnore = computePathsToIgnore(manifest, state.config.tools);
1757
+ pathsToIgnore.push(`${UNIFIED_DIR}/${MANIFEST_FILENAME}`);
1757
1758
  await updateGitignore(rootDir, pathsToIgnore);
1758
1759
  }
1759
1760
  return results;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lnai/core",
3
- "version": "0.6.7",
3
+ "version": "0.6.8",
4
4
  "description": "Core library for LNAI - unified AI config management",
5
5
  "type": "module",
6
6
  "license": "MIT",