⚙️ Widget Pipeline — how a request becomes a widget
One-sentence lead: what this is and when it runs. (Replace this whole page with the
real, file:line-grounded explanation of the user's topic — this file is only the
visual template.)
trigger what kicks it offcore main logicworker spawned workstore persistence
5
stages
20
batch cap
8 MB
read window
The flow, step by step
1 · Trigger
what starts it
file.ext:NN
→
2 · Read
bounded input read
file.ext:NN
→
3 · Transform
the core step
file.ext:NN
→
4 · Work
spawned subprocess
file.ext:NN
→
5 · Persist
atomic write
file.ext:NN
3 · Transform corefile.ext:120-148
Prose explaining the step, with inline constants and a file.ext:NN for
each claim. Show a real snippet when it clarifies: