Commit d630bfa
committed
fix(showcase): resolve CST stale highlight paths in manifest
Four stale highlight paths in claude-sdk-typescript/manifest.yaml referenced
files that don't exist in the demo folders, breaking the shell-docs
bundle-demo-content step:
- chat-slots: custom-welcome-screen.tsx -> slot-wrappers.tsx (mirrors LGP layout)
- gen-ui-tool-based: agent.ts -> bar-chart.tsx (mirrors LGP layout)
- gen-ui-interrupt: time-picker-card.tsx -> _components/time-picker-card.tsx
- headless-complete: tool-renderers.tsx + use-rendered-messages.tsx -> chat/chat.tsx + hooks/use-tool-renderers.tsx (mirrors LGP layout)
Verified locally: scripts/bundle-demo-content.ts now bundles all 695 demos
with 0 failures.1 parent 1eefbc3 commit d630bfa
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
500 | | - | |
| 500 | + | |
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| |||
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
523 | | - | |
524 | | - | |
| 523 | + | |
| 524 | + | |
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
| |||
0 commit comments