Docs visual design: header-band callouts, SVG diagram kit, diagram audit - #950
Merged
Conversation
blove
enabled auto-merge (squash)
September 2, 2026 02:58
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Adds RenderHowItFits (agent output -> @threadplane/render -> Angular components pipeline, with pill-labeled edges) and RenderVsA2ui (chat fanning out to json-render vs A2UI) to the docs diagram kit, and wires both into the render getting-started intro and the json-render-vs-a2ui concept page in place of the old plain-text layer diagram.
blove
force-pushed
the
blove/docs-visual-design-10cec5
branch
from
September 2, 2026 03:00
883199d to
19dec6e
Compare
Contributor
The #949 workspace shell re-renders the docs article on hydration; on a cold CI dev server the computed ::before content reads as empty before that settles. Same data-hydrated gate #949 added to the control-plane tests, plus a poll on the computed glyph. Red on main at b7b582e. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
<Callout>drops the left border + solid mono-letter icon for a header-band card — tone-tinted strip with an outline icon and title, tone via CSS custom properties, WCAG-AA band text, and an sr-only kind prefix so tone reaches screen readers.DiagramFrame/DiagramNode/DiagramEdge/DiagramPill) on a dot-grid ground, styled entirely by design-token classes indocs.css, with style-contract guards for the responsive pair.StackDiagram(parametrizedhighlight),AgUiArchitecturePipeline,A2uiMessageFlow,RenderHowItFits,RenderVsA2ui,MiddlewareHowItFits,TelemetryHowItFits.text-fence diagrams replaced (plus one stale one in the chat intro), every library intro now opens with a## How it fitsdiagram, and the old HTMLAgUiArchDiagramis fully retired (component, registration, CSS, blog usages).StackDiagramSection(SectionHeader + marketing-scaled StackDiagram) on the homepage,/langgraph, and/ag-ui.Test Plan
nx test websitegreen (485 tests, incl. new callout/primitive/composition specs with geometry + attribution assertions)nx lint website0 errors (inline-style guard clean)nx build website --configuration=productiongreen🤖 Generated with Claude Code