From 1284704e13cc715cc364aa69d64ab521436db79c Mon Sep 17 00:00:00 2001 From: "Rai (Michael Pokorny)" Date: Tue, 24 Jun 2025 16:42:22 -0700 Subject: [PATCH] agentydragon(tasks): include verbose event collapse in task 19 acceptance criteria --- agentydragon/tasks/19-bash-command-rendering-improvements.md | 1 + 1 file changed, 1 insertion(+) diff --git a/agentydragon/tasks/19-bash-command-rendering-improvements.md b/agentydragon/tasks/19-bash-command-rendering-improvements.md index 04f8ba793f..f6bf69df7f 100644 --- a/agentydragon/tasks/19-bash-command-rendering-improvements.md +++ b/agentydragon/tasks/19-bash-command-rendering-improvements.md @@ -17,6 +17,7 @@ goal: | - Role labels and message content appear on the same line, separated by a space. - Command-result annotations show a checkmark and duration for zero exit codes, or `exit code: N` and duration for nonzero codes, in the format ` ms`. - Existing functionality remains unaffected beyond formatting changes. +- Verbose background event logs (e.g. sandbox‑denied exec errors, retries) collapse into a single command execution entry showing command start, running indicator, and concise completion status. - Automated examples or tests verify the new rendering behavior. ## Implementation