mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 09:45:13 +00:00
AGENTS changes
This commit is contained in:
@@ -300,6 +300,12 @@ When referencing Comfy-Org repos:
|
|||||||
|
|
||||||
Rules for agent-based coding tasks.
|
Rules for agent-based coding tasks.
|
||||||
|
|
||||||
|
### Chrome DevTools MCP
|
||||||
|
|
||||||
|
When using `take_snapshot` to inspect dropdowns, listboxes, or other components with dynamic options:
|
||||||
|
- Use `verbose: true` to see the full accessibility tree including list items
|
||||||
|
- Non-verbose snapshots often omit nested options in comboboxes/listboxes
|
||||||
|
|
||||||
### Temporary Files
|
### Temporary Files
|
||||||
|
|
||||||
- Put planning documents under `/temp/plans/`
|
- Put planning documents under `/temp/plans/`
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
- Clear public interfaces
|
- Clear public interfaces
|
||||||
- Restrict extension access
|
- Restrict extension access
|
||||||
- Clean up subscriptions
|
- Clean up subscriptions
|
||||||
|
- Only expose state/actions that are used externally; keep internal state private
|
||||||
|
|
||||||
## General Guidelines
|
## General Guidelines
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user