Skip to content

fix(plugin): reduce PreToolUse information overload (#1039)#1051

Merged
JeremyDev87 merged 1 commit into
masterfrom
fix/pretooluse-overload-1039
Mar 28, 2026
Merged

fix(plugin): reduce PreToolUse information overload (#1039)#1051
JeremyDev87 merged 1 commit into
masterfrom
fix/pretooluse-overload-1039

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

Summary

  • Quality gate context condensed from 5 lines to 1 line
  • Test suggestions collapsed to count only (e.g. "3 related test(s) found")
  • Checklist warnings collapsed to domain counts (e.g. "[Checklist] security(5)")
  • Total output max 5 lines to reduce cognitive load

Test plan

  • 4 new tests for compact output (TestPreToolUseCompactOutput)
  • Updated existing tests for new format
  • All 23/24 pre-tool-use tests pass (1 pre-existing FileWatcher flake)
  • yarn workspace codingbuddy test — 5308 passed
  • yarn workspace codingbuddy-claude-plugin test — 71 passed

Closes #1039

…ed display (#1039)

- Condense quality gate context from 5 lines to 1 line
- Collapse test suggestions to count only (e.g. "3 related test(s) found")
- Collapse checklist warnings to domain counts (e.g. "[Checklist] security(5)")
- Total output max 5 lines to reduce cognitive load
- Add 4 new tests for compact output behavior
@vercel

vercel Bot commented Mar 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 28, 2026 1:25am

@JeremyDev87 JeremyDev87 self-assigned this Mar 28, 2026
@JeremyDev87 JeremyDev87 merged commit 7e5281b into master Mar 28, 2026
50 of 51 checks passed
@JeremyDev87 JeremyDev87 deleted the fix/pretooluse-overload-1039 branch March 28, 2026 02:11
@JeremyDev87 JeremyDev87 added fix plugin packages/claude-code-plugin labels Mar 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix plugin packages/claude-code-plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(plugin): reduce PreToolUse information overload with priority-based display

1 participant