style: establish editorial surfaces for authoring scenes

This commit is contained in:
lda
2026-07-12 01:42:13 +07:00 Verified
parent c22f0f718c
commit 7dba34f249
7 changed files with 49 additions and 7 deletions
@@ -29,7 +29,7 @@ export const AgentHandoffScene = ({ beat, timelineAgent }: AgentHandoffSceneProp
const activeIndex = phases.findIndex(({ id }) => id === phase);
return (
<section className="agent-handoff-scene" aria-label="prepared agent handoff" data-handoff-phase={phase}>
<section className="agent-handoff-scene" aria-label="prepared agent handoff" data-handoff-phase={phase} data-presentation-surface="editorial">
<header className="agent-handoff-scene__header">
<span>Prepared replay</span>
<strong>External agent workflow substrate</strong>