mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-15 13:02:35 +08:00
Introduce repository guidance and reusable prompt templates. Adds AGENTS.md with repo-local environment, command, file-safety, git, validation, and ComfyUI-specific rules. Adds PROMPT_BUG_FIX.md, PROMPT_INSPECTION.md, PROMPT_NODE_REPAIR.md, and PROMPT_PACKAGE_INSTALL.md providing focused workflows for bug fixes, repository inspection, custom node repair, and package installation audits that enforce using the repo venv, PowerShell commands, minimal safe changes, and explicit validation/reporting.
15 lines
417 B
Markdown
15 lines
417 B
Markdown
Read AGENTS.md and inspect this repository before making changes.
|
|
|
|
Task:
|
|
Summarize:
|
|
|
|
1. the repo-local Python interpreter path,
|
|
2. the safest validation commands for this repo,
|
|
3. any risky directories or files,
|
|
4. whether there are additional AGENTS.md files,
|
|
5. the exact steps you would take for a small code fix without making any changes yet.
|
|
|
|
Do not modify files.
|
|
Do not install packages.
|
|
Do not make a commit.
|