You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(scanner): improve UX and make TypeScript exclusions configurable
UX Improvements:
- Make MCP install idempotent for Claude Code (show positive message when already installed)
- Move TypeScript exclusions from hardcoded to configurable defaults
- Enhanced documentation with customization examples
TypeScript Exclusions (now in default config):
- Mock files (*.mock.ts, *.mock.tsx, mocks/) - no business logic
- Type definition files (*.d.ts) - verbose, auto-generated
- Test infrastructure (test-utils/, testing/) - framework code
Users can now customize exclusions in .dev-agent/config.json while getting
performance benefits (10-15% improvement) by default.
Documentation:
- Add changeset workflow to WORKFLOW.md (CLI changes always bump wrapper)
- Add v0.6.2 release notes to website with examples
- Update latest version for homepage callout
0 commit comments