5 Commits

Author SHA1 Message Date
Ilya Ashikhmin
e4783c31f2 feat(ui): React shell with stencil, property panel, toolbar and settings
Three-pane editor: searchable grouped symbol stencil with drag-drop,
typed/grouped property panel (string/int/float/enum/color/catalogue/list
editors), toolbar (file, undo/redo, edit, zoom, run-flow), settings dialog
(grid, snap, jumpover, color scheme, theme) and flow legend. Wires global
keyboard shortcuts and seeds a demo network.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-02 23:24:32 +02:00
Ilya Ashikhmin
4769412070 feat(engine): JointJS canvas controller with ports, routing and flow
Add custom SVG node element and styled links, grid-aligned manhattan
router with optional jumpover arcs, medium-based connection validation,
selection/highlighting, undo-redo history, copy/paste, settings, and a
marching-ants flow animator driven by the mock solver.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-02 23:18:36 +02:00
Ilya Ashikhmin
372c2c25c4 feat(domain): add relations, properties, catalogue, symbols and flow model
Pure, framework-free core: port media + color schemes with compatibility
rules, typed/grouped property model with coercion and validation,
catalogue store with physics seeds, SVG symbol registry with port layouts,
and a mass-conserving mock flow solver.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-02 23:13:45 +02:00
Ilya Ashikhmin
8a1d2d0da6 docs: add pipeline editor implementation plan
Records the library research (JointJS core chosen), tech stack, and a
milestone checklist covering nodes, ports, edges, properties, catalogue,
mock flow and editing UX.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-02 23:13:45 +02:00
Ilya Ashikhmin
dcfc0094e4 chore: scaffold Electron + Vite + React + TypeScript project
Set up electron-vite build (main/preload/renderer split), TypeScript
project references, Vitest config, and a secure preload bridge exposing
save/open diagram IPC.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-02 23:13:45 +02:00