mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
## Summary Update Storybook and the related dependencies to v10. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7559-Deps-Update-Storybook-to-v10-2cb6d73d365081a1ab64e835b84b2a0e) by [Unito](https://www.unito.io)
31 lines
717 B
Markdown
31 lines
717 B
Markdown
# Claude Code specific instructions
|
|
|
|
@Agents.md
|
|
|
|
## Repository Setup
|
|
|
|
For first-time setup, use the Claude command:
|
|
|
|
```sh
|
|
/setup_repo
|
|
```
|
|
|
|
This bootstraps the monorepo with dependencies, builds, tests, and dev server verification.
|
|
|
|
**Prerequisites:** Node.js >= 24, Git repository, available ports for dev server, storybook, etc.
|
|
|
|
## Development Workflow
|
|
|
|
1. **First-time setup**: Run `/setup_repo` Claude command
|
|
2. Make code changes
|
|
3. Run tests (see subdirectory CLAUDE.md files)
|
|
4. Run typecheck, lint, format
|
|
5. Check README updates
|
|
6. Consider docs.comfy.org updates
|
|
|
|
## Git Conventions
|
|
|
|
- Use `prefix:` format: `feat:`, `fix:`, `test:`
|
|
- Add "Fixes #n" to PR descriptions
|
|
- Never mention Claude/AI in commits
|