v0.4.0
Additive minor (0.3.0 → 0.4.0).
Scene model
- Scene-level
boardType(process | architecture | ideation, defaultideation) —board.getBoardType()/setBoardType(), shared in collab. - Per-element opaque
dataextension bag (Record<string, unknown>), passed through untouched by the engine. - Both additive — no
DOC_SCHEMA_VERSIONbump.
New @binarii/processii/agent-ops subpath
Headless, React-free, provider-neutral catalog of validated board ops (read_board, add_step, connect, set_board_type) over a WhiteboardEngine, for hosts to expose as LLM agent tools.
React UI
BoardTypePicker— self-contained board-type selector.ZoomControl— presentational zoom pill;BoardCanvasgainshideZoomControl+onZoomApi({ zoomIn, zoomOut, reset })(backward compatible).
Changes: #18 · npm: https://www.npmjs.com/package/@binarii/processii/v/0.4.0