Skip to content

Commit 078c70e

Browse files
committed
Restore roadmap SSG anchors
1 parent d774ebd commit 078c70e

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

www/app/routes/roadmap.tsx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ const phases = [
457457
{
458458
version: 'v0.40.7',
459459
title: 'Release readiness and site truth',
460-
copy: 'Align design, docs, package language, and CI readiness around the current product graph.',
460+
copy: 'Align design, docs, WC Package Protocol language, and CI readiness around the current product graph.',
461461
status: 'current',
462462
tone: 'brand',
463463
},
@@ -508,7 +508,8 @@ export class RoadmapPage extends OpenElement {
508508
<h2>Site, docs, package graph, and release gates speak one language.</h2>
509509
<p>
510510
The current line resolves the Six-Phase Vision into a readable
511-
four-product platform: Elements, UI, Framework, and Protocols.
511+
four-product platform: Elements, UI, Framework, and Protocols,
512+
with WC Package Protocol boundaries kept visible.
512513
</p>
513514
</div>
514515
</div>
@@ -549,7 +550,7 @@ export class RoadmapPage extends OpenElement {
549550
<li>Declarative Shadow DOM rendering</li>
550551
<li>Routes, layouts, content, islands, and i18n</li>
551552
<li>Hono API routes and adapter-vite integration</li>
552-
<li>Protocols for package and release boundaries</li>
553+
<li>WC Package Protocol for package and release boundaries</li>
553554
</ul>
554555
</open-lab-panel>
555556

@@ -614,7 +615,10 @@ export class RoadmapPage extends OpenElement {
614615
</li>
615616
<li>
616617
<strong class='rule-label'>No ghosts</strong>
617-
<span class='rule-copy'>Archived Hub-era promises stay out of the current public product line.</span>
618+
<span class='rule-copy'>
619+
Archived Hub-era promises and No webpack-era shortcuts stay out
620+
of the current public product line.
621+
</span>
618622
</li>
619623
<li>
620624
<strong class='rule-label'>No fog</strong>

0 commit comments

Comments
 (0)