From 3e384309d6e4832e4f8212aa8d27df96c55f052d Mon Sep 17 00:00:00 2001 From: Sam Xie Date: Wed, 25 Feb 2026 06:59:34 -0800 Subject: [PATCH] Fix leaked content out of Summary Report --- plugins/compound-engineering/commands/workflows/review.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/compound-engineering/commands/workflows/review.md b/plugins/compound-engineering/commands/workflows/review.md index 89c43ff..13568d7 100644 --- a/plugins/compound-engineering/commands/workflows/review.md +++ b/plugins/compound-engineering/commands/workflows/review.md @@ -401,7 +401,6 @@ After creating all todo files, present comprehensive summary: ls todos/*-pending-*.md # View all pending todos /triage # Use slash command for interactive triage ``` -```` 3. **Work on Approved Todos**: @@ -436,6 +435,7 @@ After creating all todo files, present comprehensive summary: - Code cleanup - Optimization opportunities - Documentation updates +```` ### 6. End-to-End Testing (Optional)