Skip to content

Commit 46a560d

Browse files
committed
fix: ensure all fallback bullets meet minimum word count
1 parent d0eca07 commit 46a560d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ai/scripts/generate-repomix-exports.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const AREA_BULLET_TEMPLATES: Record<string, string> = {
160160
examples: 'Updated example fixtures to demonstrate current rule coverage and patterns',
161161
screenshots: 'Refreshed screenshots and demo automation for accurate visual documentation',
162162
root: 'Updated root project configuration for better workspace consistency',
163-
other: 'Improved project tooling and developer workflow configuration',
163+
other: 'Improved project tooling and overall developer workflow configuration quality',
164164
};
165165

166166
// Banned patterns — bullets containing any of these are considered noisy/internal

0 commit comments

Comments
 (0)