mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-07-11 01:28:03 +00:00
docs(custom-nodes): close the observation loop in the context view
The frontend box was a dead end: the suite drove it but nothing flowed back, so the verdicts arrow to the team looked sourceless. Added the return edge (observations back: what mounted, what persisted, what executed, every error) and reworded the team edge so verdicts are visibly the synthesis of those observations. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -111,10 +111,11 @@ flowchart TB
|
||||
PACKS["Community node packs: external code, installed at pinned versions"]
|
||||
CIP -->|"builds the environment, triggers the suite"| SUITE
|
||||
SUITE -->|"drives a real browser session: creates nodes, wires, saves, submits work"| FE
|
||||
FE -->|"observations back: what mounted, what persisted, what executed, every error"| SUITE
|
||||
FE <-->|"node definitions, prompts, execution events"| BE
|
||||
PACKS -->|"python side installs into"| BE
|
||||
PACKS -->|"frontend scripts load into"| FE
|
||||
SUITE -->|"per-node verdicts + mechanism-carrying exceptions"| TEAM
|
||||
SUITE -->|"turns observations into per-node verdicts + mechanism-carrying exceptions"| TEAM
|
||||
```
|
||||
|
||||
The load-bearing property: the suite tests the same stack a user runs. The
|
||||
|
||||
Reference in New Issue
Block a user