From 95cae5e5f25b3906624112654abf3c05ea8d8131 Mon Sep 17 00:00:00 2001 From: Daniel Onyejesi Date: Sat, 21 Mar 2026 22:48:26 -0400 Subject: [PATCH] =?UTF-8?q?Fix:=20milestone=20list=20=E2=80=94=20achieved?= =?UTF-8?q?=20states=20naturally,=20not-achieved=20uses=20Cannot/Does=20no?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Achieved: 'Stands on one foot' (not 'Can stand on one foot') Not achieved: 'Cannot stand on one foot' / 'Does not yet use 2-word sentences' --- src/utils/prompts.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/utils/prompts.js b/src/utils/prompts.js index 6f31e5d..9952e5c 100644 --- a/src/utils/prompts.js +++ b/src/utils/prompts.js @@ -167,8 +167,10 @@ ${CORE_RULES} - ONLY list milestones that were assessed (Yes or No) - Do NOT list unassessed milestones - Group by domain with clear subsection headers -- Write each milestone as a plain numbered sentence: achieved milestones start with "Can" or "Does" (e.g. "1. Can run independently"), not-achieved milestones start with "Cannot" or "Does not" (e.g. "2. Cannot walk without support", "3. Does not yet use 2-word sentences") -- Never use checkmarks, X symbols, or bullet points +- Write each milestone as a plain numbered sentence +- Achieved milestones: state the milestone naturally as-is (e.g. "1. Stands on one foot", "2. Runs independently", "3. Uses 2-word sentences") +- Not-achieved milestones: rewrite with "Cannot" or "Does not yet" (e.g. "4. Cannot stand on one foot", "5. Does not yet use 2-word sentences") +- Never use checkmarks, X symbols, bullet points, or "Can" as a prefix for achieved milestones - Add brief overall summary at end`, milestoneSummary: `You are a pediatric documentation specialist.