-
Notifications
You must be signed in to change notification settings - Fork 3
feat(packages): add claude core-ui rules for storybook creation #359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Adds comprehensive Claude AI assistant instructions for the babylon-core-ui package, specifically focused on Storybook story creation and component development workflows.
- Establishes required practices for Storybook story generation and maintenance
- Provides detailed templates and guidelines for component development
- Includes verification commands and quality standards for consistent development
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
If the build succeeds, then run: | ||
|
||
```bash | ||
nx run @babylonlabs-io/core-ui:lint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
npx nx lint @babylonlabs-io/core-ui
?
After making any changes to the codebase, **always** run the following commands in sequence: | ||
|
||
```bash | ||
npm run build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pnpm
?
After creating or modifying components and stories: | ||
|
||
```bash | ||
npm run storybook |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pnpm
here also, so as in other places
Adds CLAUDE.md rules for core-ui storybook creation