mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-17 00:43:48 +08:00
Add CLAUDE.md with git commit requirement
This commit is contained in:
parent
a9cf1cd249
commit
803c5039ac
19
CLAUDE.md
Normal file
19
CLAUDE.md
Normal file
@ -0,0 +1,19 @@
|
||||
# CLAUDE.md
|
||||
|
||||
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
|
||||
|
||||
## Important Instructions
|
||||
|
||||
**ALWAYS commit changes to git after completing any task.** After making any code changes, modifications, or additions, run:
|
||||
```bash
|
||||
# If not in a git repository, initialize it first:
|
||||
git init
|
||||
|
||||
# Then commit changes:
|
||||
git add .
|
||||
git commit -m "Description of changes"
|
||||
```
|
||||
|
||||
## Development Workflow
|
||||
|
||||
Repository-specific build, test, and lint commands will be added here as needed.
|
||||
Loading…
Reference in New Issue
Block a user