docs: cross-link design docs with README

Add a Design & docs section to the README linking CONTEXT, DESIGN, and the
three ADRs, plus a backlink to the README from each of those documents.
This commit is contained in:
Julien Calixte
2026-06-20 02:20:05 +02:00
parent 8b64e8f6b7
commit e76432d3ca
6 changed files with 25 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
# Vue Flow is the editor substrate; the domain Model is the source of truth
_Part of [meadows](../../README.md) · see [DESIGN.md](../../DESIGN.md)._
The editor is built on **Vue Flow** (`@vue-flow/core`) for pan/zoom, node
dragging, handles, edge-drawing, and selection, with Stocks/Flows/Converters/
Clouds as custom Vue node components. We rejected hand-rolling an SVG editor (too