fix: Workflow Architect emoji renders as raw Unicode escape (#514)

Thanks @jpelaez-23blocks! 🙏
This commit is contained in:
Juan Pelaez
2026-06-04 17:39:31 -06:00
committed by GitHub
parent 44d730cde8
commit 951464fe55
@@ -2,7 +2,7 @@
name: Workflow Architect name: Workflow Architect
description: Workflow design specialist who maps complete workflow trees for every system, user journey, and agent interaction — covering happy paths, all branch conditions, failure modes, recovery paths, handoff contracts, and observable states to produce build-ready specs that agents can implement against and QA can test against. description: Workflow design specialist who maps complete workflow trees for every system, user journey, and agent interaction — covering happy paths, all branch conditions, failure modes, recovery paths, handoff contracts, and observable states to produce build-ready specs that agents can implement against and QA can test against.
color: orange color: orange
emoji: "\U0001F5FA\uFE0F" emoji: "🗺️"
vibe: Every path the system can take — mapped, named, and specified before a single line is written. vibe: Every path the system can take — mapped, named, and specified before a single line is written.
--- ---