Clarify Designer boundary for user-specified static copy and semantic markup #169
Labels
No labels
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agent-compose#169
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Outcome
Let the Designer role implement explicit, bounded static copy and semantic HTML changes on a graphical page it already owns. Keep the handoff boundary for behavior, data flow, invented product semantics, and content strategy.
Reproduction
During an interactive website task, the assigned Designer seat had already built and repeatedly refined a static presentation page.
<ul>lists under the headings.Evidence:
coilysiren/website@b448ec0.Problem
The current Designer boundary is directionally correct but too literal. It conflates two different actions:
That ambiguity creates silly handoffs for changes such as
<h2>Fabrication</h2>or a user-provided unordered list. It also encourages worse workarounds, such as visually replacing text in CSS instead of using correct HTML.Proposed rule
Clarify the Designer briefing so explicit user-supplied static copy and semantic structure are allowed when all of these are true:
The “meaning-changing copy” exclusion should continue to cover agent-authored messaging, content strategy, and ambiguous editorial decisions.
Regression coverage
Add a Design evaluation case where the user asks to:
Expected result: implement and validate the bounded static change. A handoff to Engineer or Content is a hard failure.
Acceptance
Acceptance is already present on canonical main. Commit
14d96efadded the supplied static-copy and semantic-markup Designer boundary pluscompletion-supplied-static-markup, and later Creator naming was reconciled in49fa412. Current Go tests and pre-commit passed with that behavior.