From 951464fe55d3623294257687301d8eb2cc2eea13 Mon Sep 17 00:00:00 2001 From: Juan Pelaez <65089437+jpelaez-23blocks@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:39:31 -0600 Subject: [PATCH] fix: Workflow Architect emoji renders as raw Unicode escape (#514) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks @jpelaez-23blocks! πŸ™ --- specialized/specialized-workflow-architect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specialized/specialized-workflow-architect.md b/specialized/specialized-workflow-architect.md index 9b55606..a478aef 100644 --- a/specialized/specialized-workflow-architect.md +++ b/specialized/specialized-workflow-architect.md @@ -2,7 +2,7 @@ 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. color: orange -emoji: "\U0001F5FA\uFE0F" +emoji: "πŸ—ΊοΈ" vibe: Every path the system can take β€” mapped, named, and specified before a single line is written. ---