Release Flow Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 08:10:52 +02:00
parent 12d0ac0155
commit 57dd710275
28 changed files with 810 additions and 66 deletions
+10 -1
View File
@@ -1,3 +1,12 @@
# Architecture
The bounded parser produces JSON values. The interpreter copies rows stage-by-stage and accepts a fixed discriminated stage grammar. It records output and loss notes after each stage. Recipe import validates every field before execution; React retains the last successful run.
The bounded parser accepts pasted or local JSON, CSV, NDJSON and inert XML and
produces JSON values. The interpreter copies rows stage-by-stage and accepts a
fixed discriminated grammar, including deduplication, bounded slicing and array
explosion. It records output, loss notes and dataset statistics after each run.
Analysis and simulation run in a disposable module worker. Progress messages
are revision-checked, cancellation terminates the worker, and React retains the
last successful snapshots. Recipe imports are size-bounded and validate every
field before execution. Result JSON/CSV, recipe JSON and the escaped pipeline
SVG are generated entirely in the browser.