Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 80 additions & 6 deletions .github/workflows/delight.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions .github/workflows/delight.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ safe-outputs:
category: "audits"
max: 1
close-older-discussions: true
create-issue:
labels: [delight]
max: 3
messages:
footer: "> ✨ *Delight analysis by [{workflow_name}]({run_url})*"
run-started: "✨ Delight Agent starting! [{workflow_name}]({run_url}) is scanning for user experience opportunities..."
Expand Down Expand Up @@ -419,7 +422,7 @@ Here are 1-3 actionable improvement tasks that can be addressed by agents:
[Repeat the same structure]
```

**Important**: Include these tasks directly in the discussion body - do NOT create separate GitHub issues.
**Important**: You can include these tasks directly in the discussion body OR create separate GitHub issues with the `create-issue` safe output. When creating issues, they will automatically have the "delight" label applied.

### Step 7: Update Memory

Expand Down Expand Up @@ -487,7 +490,7 @@ EOF
- **Actionable and scoped** - each task should be completable in 1-2 days
- **Evidence-based** - include specific examples from audit
- **User-focused** - frame in terms of user experience impact
- **Include in discussion** - tasks are rendered as markdown in the discussion body, not as separate issues
- **Flexible output** - tasks can be included in the discussion body or created as separate issues with the "delight" label

### Quality Standards
- All recommendations backed by AirBnB design principles
Expand Down
Loading