[Migration 0-1] Rename configs/app/features/ files to kebab-case#3346
[Migration 0-1] Rename configs/app/features/ files to kebab-case#3346
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. To trigger a review, include ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Closes #3345
What moved and where
Renamed 34
.tsfiles underconfigs/app/features/from camelCase to kebab-case. Named exports (and the export identifiers inindex.ts) are unchanged — filenames only.Also updated 5 intra-directory cross-imports in feature files that referenced the old camelCase paths:
rewards.ts:./blockchainInteraction→./blockchain-interactionmarketplace.ts:./blockchainInteraction→./blockchain-interactionpublic-tags-submission.ts:./addressMetadata→./address-metadataflashblocks.ts:./megaEth→./mega-ethaddress-verification.ts:./verifiedTokens→./verified-tokensCodemods run
None needed. All import path changes were in
configs/app/features/index.tsand 5 intra-directory files — updated manually.Cross-slice deps left at legacy paths
None. All external consumers (
ui/,lib/) import fromconfigs/app/features/typesor through theindex.tsbarrel, neither of which changed path.Checklist
configs/app/features/index.tsupdated to reference new pathspnpm lint:tscpassespnpm lint:eslintclean withinclient/(7 pre-existing Playwright.skip()warnings in legacy paths only, 0 errors)