You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update(bubble-packed): enhance quality evaluation process
- Refine quality score reporting with category breakdown and local repair iterations
- Update self-check section to include formal evaluation steps
- Clarify scoring calibration and apply score caps for quality categories
Copy file name to clipboardExpand all lines: agentic/commands/update.md
+43-14Lines changed: 43 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ Agents report back via `SendMessage` (auto-delivered to you). Agents may report
150
150
2.**Present a summary to the user** for each library that completed successfully:
151
151
- What was changed (bullet points from agent)
152
152
-**Preview:**`{absolute path}/plots/{spec_id}/implementations/.update-preview/{library}/plot.png` (use the absolute path reported by the agent in its `IMAGE:` field — display it on its own line so terminal emulators render it as a clickable link)
153
-
- Agent's self-assessment score
153
+
- Agent's quality score with category breakdown and number of local repair iterations
154
154
- Any spec changes the agent made
155
155
156
156
**After the summary**, create before/after comparison images and open them:
@@ -369,7 +369,8 @@ Updated **{library}** implementation for **{spec_id}**.
369
369
370
370
### Changes
371
371
{bullet points of changes from agent}
372
-
- Quality self-assessment: {score}/100
372
+
- Quality: {score}/100 (after {N} local repair iterations)
0 commit comments