Skip to content

fix(creating): resolve duplicate content in index.ts files during create mode#185

Merged
imjuni merged 2 commits intomasterfrom
develop
Mar 2, 2026
Merged

fix(creating): resolve duplicate content in index.ts files during create mode#185
imjuni merged 2 commits intomasterfrom
develop

Conversation

@imjuni
Copy link
Owner

@imjuni imjuni commented Mar 2, 2026

Summary

  • Fix duplicate content issue in index.ts files when running ctix in create mode
  • Remove duplicate directory processing that caused same export statements to be written twice

Test plan

  • Analyze the root cause of duplicate content generation
  • Implement deduplication logic in createModeFiles processing
  • Verify that each directory is processed only once

🤖 Generated with Claude Code

@codecov
Copy link

codecov bot commented Mar 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (10d87c2) to head (21da535).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #185   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           88        88           
  Lines         2183      2185    +2     
  Branches       424       424           
=========================================
+ Hits          2183      2185    +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@imjuni imjuni merged commit e6197cc into master Mar 2, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant