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: add --json to search, glob --file, --exclude to prune, exclude worktrees from vitest
Four CLI improvements from dogfooding feedback:
- search command: add --json flag for machine-readable output (single + multi-query)
- search --file: support glob patterns (e.g. src/*.js) alongside existing substring matching
- registry prune: add --exclude flag to protect specific repos from pruning
- vitest.config.js: exclude .claude/** to prevent worktree test files from interfering
Impact: 6 functions changed, 10 affected
0 commit comments