From 861f3520f90b84288cc7ff035788018c9fcc9182 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Sat, 13 Jun 2026 02:08:31 -0700 Subject: [PATCH] [eric] app-builder: drop the em-dash from the skill prompt (precedence: no em/en-dashes anywhere) --- backend/apps/outputs/app_builder_skill.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/apps/outputs/app_builder_skill.md b/backend/apps/outputs/app_builder_skill.md index 56f1c323..ed740f0b 100644 --- a/backend/apps/outputs/app_builder_skill.md +++ b/backend/apps/outputs/app_builder_skill.md @@ -463,7 +463,7 @@ When making a new app from scratch: name (Title Case) in `name` and a one-sentence description in `description`. The Apps sidebar and the App Builder header show this name to the user; until you write it, both surfaces sit at "Untitled App". Don't wait until the end of - the turn to fill it in — pick a name from the user's prompt and ship it now. + the turn to fill it in, pick a name from the user's prompt and ship it now. Example: prompt "make doodle jump" → `{"name": "Doodle Jumper", "description": "Endless platform-hopper inspired by Doodle Jump."}`. You can revise it later if the app's purpose shifts.