patch autocomplete

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-05-05 17:33:22 +02:00
parent 40330c8d76
commit c8c4d76858
2 changed files with 23 additions and 18 deletions
+5
View File
@@ -63,6 +63,11 @@ Before implementing model-reference updates, explicitly ask the user which categ
Do not guess this category. Use the user answer to decide which reference JSON file(s) to update.
## Mandatory Pipeline Question
Before implementing a pipeline, explicitly ask the user if the model already has an upstream Diffusers pipeline that can be reused.
If not, ask for URL or path to a reference implementation that can be structurally copied.
## Repo Files To Check
Start by reading the task description, then inspect the closest matching implementations.