mirror of
https://github.com/EveryInc/compound-engineering-plugin.git
synced 2026-06-19 15:41:46 +02:00
76da80861e
The brainstorm section contract had no visualization affordance, so non-visual-system brainstorms (data models, schemas, agent workflows) rendered as dry prose even when a before/after map or source-of-truth fan-out would carry the concept faster than text. ce-plan already gave diagrams a home in High-Level Technical Design; brainstorm had no equivalent, and html-rendering's only brainstorm visual affordance (wireframes) explicitly excluded non-visual systems. - brainstorm-sections.md: add a Visualizations affordance (principle + named test, anti-padding) and a "diagrams complement prose, never replace it" rule so an added diagram is not license to thin the IDed prose that downstream agents read as linear text. - html-rendering.md (both copies): distinguish conceptual diagrams from wireframes so the wireframe exclusion stops shadowing diagrams on non-visual systems; frame complementarity as an extension of the prose-is-authoritative rule; add a post-compose audit check.