codeimpact 0.4.1 → 0.4.2

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.
package/dist/index.js CHANGED
@@ -44395,7 +44395,6 @@ var PlatformRuleSync = class {
44395
44395
  results.push(writeManagedFile(join17(this.projectPath, ".cursor", "rules", "codeimpact.mdc"), cursorSection, options));
44396
44396
  const claudeSection = renderPlatformSection("claude", paths, skillIndex, guidance);
44397
44397
  results.push(writeManagedFile(join17(this.projectPath, "CLAUDE.md"), claudeSection, options));
44398
- results.push(writeManagedFile(join17(this.projectPath, "Cloud.md"), claudeSection, options));
44399
44398
  const codexSection = renderPlatformSection("codex", paths, skillIndex, guidance);
44400
44399
  results.push(writeManagedFile(join17(this.projectPath, "AGENTS.md"), codexSection, options));
44401
44400
  results.push(writeManagedFile(join17(this.projectPath, "CODEX.md"), codexSection, options));