Skip to content

Commit 030f775

Browse files
committed
feat: add Tokyo Three Speeds artifact, remove Patch Handoff Workbench
This commit introduces the complete Tokyo Three Speeds travel planning artifact: - Adds 4 new scenic photos to the public asset folder - Implements full component set for the 3-day Tokyo travel guide - Adds source attribution and media credit system - Removes the entire Patch Handoff Workbench artifact and all its supporting code - Updates favicon references across docs and demo build - Fixes documentation path reference from DESIGN.md to TASTE.md - Updates test cases for demo build output
1 parent 3f23d80 commit 030f775

28 files changed

Lines changed: 1285 additions & 1309 deletions

agent-html/artifacts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Use it after reading `../README.md` and `../AGENTS.md`. `AGENTS.md` owns hard ar
99
- New artifact or broad artifact edit: start from `../examples/example.artifact.tsx`.
1010
- Existing split artifact: open the `*.artifact.tsx` artifact entry before opening block files.
1111
- Large block file: read `../index/large-files.md`, the artifact entry, and the block name first, then open only the block that owns the requested change.
12-
- UI choice: read `../components/README.md`, then `../../taste/design/DESIGN.md` for component judgment.
12+
- UI choice: read `../components/README.md`, then `../TASTE.md` for component judgment.
1313
- Reusable hooks, helpers, schemas, data, or rich components: read `../index/reuse-surface.md`, then `../index/api-surface.md`, before adding local code.
1414

1515
## Boundary

agent-html/artifacts/nasa-artemis-ii/source-links.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { ExternalLinkIcon } from "lucide-react"
2-
31
import type { SourceLink } from "./data"
42

53
export function SourceLinks({ links }: { links: SourceLink[] }) {
@@ -13,7 +11,6 @@ export function SourceLinks({ links }: { links: SourceLink[] }) {
1311
rel="noreferrer"
1412
target="_blank"
1513
>
16-
<ExternalLinkIcon data-icon="inline-start" />
1714
<span className="canvas-text-caption">{link.label}</span>
1815
</a>
1916
))}

agent-html/artifacts/patch-handoff-workbench.artifact.tsx

Lines changed: 0 additions & 33 deletions
This file was deleted.

agent-html/artifacts/patch-handoff-workbench/data.ts

Lines changed: 0 additions & 275 deletions
This file was deleted.

0 commit comments

Comments
 (0)