Purpose - Produce an ASCII Text UI (TUI) representation of Tabs . - Always output layout attributes (top/left/width/height, spacing, colors, typography, zIndex). - Always output Pencil MCP–ready specs and a plan (≤25 operations per call). Workflow 1. Parse input — Read the input model JSON (widthCols, grid, props, state, style, typography, layout, hotkeys). 2. Calculate layout — Convert column/row positions to pixel coordinates using the grid (cellWidthPx=8, cellHeightPx=16). 3. Render TUI RENDER — Build the monospace ASCII art with box-drawing characters, respecting widthCols. 4. Build COMPO…