@famgia/omnify-laravel 0.0.119 → 0.0.120

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.
@@ -4269,6 +4269,13 @@ function generateAIGuides(rootDir, options = {}) {
4269
4269
  result.claudeGuides = files.length;
4270
4270
  result.files.push(...files);
4271
4271
  }
4272
+ const reactSrcDir = join(stubsDir, "react");
4273
+ const reactDestDir = resolve(rootDir, ".claude/omnify/guides/react");
4274
+ if (existsSync(reactSrcDir)) {
4275
+ const files = copyStubs(reactSrcDir, reactDestDir);
4276
+ result.claudeGuides += files.length;
4277
+ result.files.push(...files);
4278
+ }
4272
4279
  const claudeRulesSrcDir = join(stubsDir, "claude-rules");
4273
4280
  const claudeRulesDestDir = resolve(rootDir, ".claude/rules/omnify");
4274
4281
  if (existsSync(claudeRulesSrcDir)) {
@@ -4861,4 +4868,4 @@ export {
4861
4868
  shouldGenerateAIGuides,
4862
4869
  laravelPlugin
4863
4870
  };
4864
- //# sourceMappingURL=chunk-7I6UNXOD.js.map
4871
+ //# sourceMappingURL=chunk-NMX3TLZT.js.map