mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 10:59:53 +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)
717 B
717 B
Claude Code specific instructions
@Agents.md
Repository Setup
For first-time setup, use the Claude command:
/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
- First-time setup: Run
/setup_repoClaude command - Make code changes
- Run tests (see subdirectory CLAUDE.md files)
- Run typecheck, lint, format
- Check README updates
- 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