fix: drop HELPER_ prefix from workScopeTag constants - #122
Conversation
The helper directory was being included in generated constant names, producing HELPER_WORK_SCOPE_TAG_* constants. This change excludes the 'helper' directory prefix for cleaner export names.
🦋 Changeset detectedLatest commit: 4e9ada9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThe pull request removes the HELPER_ prefix from three workScopeTag constants, updates developer guidance to use the writing-changesets skill instead of manual changeset workflow, and modifies the export generation script to treat "helper" subdirectories as non-meaningful alongside existing non-meaningful directories. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing touches
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 |
774f3a6 to
4e9ada9
Compare
The helper directory was being included in generated constant names,
producing
HELPER_WORK_SCOPE_TAG_*constants. This change excludesthe
HELPERprefix for cleaner export names.Summary by CodeRabbit
Breaking Changes
Chores
✏️ Tip: You can customize this high-level summary in your review settings.