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:
Nathaniel Parson Koroso
2026-07-07 17:13:16 -07:00
parent 9eb035e8a8
commit cec09da789

View File

@@ -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