ComfyUI/PROMPT_PACKAGE_INSTALL.md
JawlessEel 3fcffad8c4 Add AGENTS and prompt guidance files
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.
2026-04-11 15:04:49 -05:00

458 B

Read AGENTS.md and follow it exactly.

Task: Audit this repo for the safest way to install or repair the package(s) needed for [feature or node name].

Requirements:

  • Use only the repo-local interpreter.
  • Prefer python -m pip commands.
  • Do not install anything until you explain:
    1. what package is needed,
    2. why it is needed,
    3. what version risk exists,
    4. what command you recommend.

Then wait for my approval before making package changes.