Skip to content

Commit d630bfa

Browse files
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

File tree

showcase/integrations/claude-sdk-typescript/manifest.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ demos:
114114
highlight:
115115
- src/agent_server.ts
116116
- src/app/demos/chat-slots/page.tsx
117-
- src/app/demos/chat-slots/custom-welcome-screen.tsx
117+
- src/app/demos/chat-slots/slot-wrappers.tsx
118118
- src/app/api/copilotkit/route.ts
119119
- id: chat-customization-css
120120
name: Chat Customization (CSS)
@@ -231,7 +231,7 @@ demos:
231231
highlight:
232232
- src/agent_server.ts
233233
- src/app/demos/gen-ui-tool-based/page.tsx
234-
- src/app/demos/gen-ui-tool-based/agent.ts
234+
- src/app/demos/gen-ui-tool-based/bar-chart.tsx
235235
- src/app/api/copilotkit/route.ts
236236
- id: shared-state-streaming
237237
name: State Streaming
@@ -497,7 +497,7 @@ demos:
497497
highlight:
498498
- src/agent_server.ts
499499
- src/app/demos/gen-ui-interrupt/page.tsx
500-
- src/app/demos/gen-ui-interrupt/time-picker-card.tsx
500+
- src/app/demos/gen-ui-interrupt/_components/time-picker-card.tsx
501501
- src/app/api/copilotkit/route.ts
502502
- id: interrupt-headless
503503
name: Headless Interrupt (testing)
@@ -520,8 +520,8 @@ demos:
520520
highlight:
521521
- src/agent/headless-complete-prompt.ts
522522
- src/app/demos/headless-complete/page.tsx
523-
- src/app/demos/headless-complete/tool-renderers.tsx
524-
- src/app/demos/headless-complete/use-rendered-messages.tsx
523+
- src/app/demos/headless-complete/chat/chat.tsx
524+
- src/app/demos/headless-complete/hooks/use-tool-renderers.tsx
525525
- src/app/api/copilotkit-headless-complete/route.ts
526526
- id: a2ui-fixed-schema
527527
name: A2UI (Fixed Schema)

0 commit comments

Comments
 (0)