From f4b4920b3c6359f28987b68a91d83344fb19c8e3 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Thu, 5 Feb 2026 08:21:58 -0700 Subject: [PATCH] docs: remove redundant phrase from quick-fixes description --- docs/how-to/quick-fixes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/quick-fixes.md b/docs/how-to/quick-fixes.md index 65cf231b4..5b6cfe35c 100644 --- a/docs/how-to/quick-fixes.md +++ b/docs/how-to/quick-fixes.md @@ -1,6 +1,6 @@ --- title: "Quick Fixes" -description: How to make quick fixes and ad-hoc changes in existing projects +description: How to make quick fixes and ad-hoc changes --- Use the **DEV agent** directly for bug fixes, refactorings, or small targeted changes that don't require the full BMad method or Quick Flow.