improve: usage-driven UX changes based on telemetry#83
Merged
Conversation
Data-driven changes based on 1,792 telemetry events from 745 sessions: - Security findings now shown by default in terminal output (was 2% opt-in, lightweight security already runs but results were hidden) - `test` promoted to first/recommended command (11% of usage, growing) - Interactive menu reorganized: test first, lock/history added to CI group - Hide dead commands from help: record (3 uses), replay (2), suggest (5) — still work, just hidden from --help to reduce noise - Help text simplified to 7 essential commands Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
🎉 This PR is included in version 0.20.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Data-driven UX changes based on 1,792 telemetry events from 745 sessions:
What the data said → What we changed
testis the real entry point--help(still work, just decluttered)Before → After (help screen)
Before: 13 commands, scan recommended first, record/replay/suggest visible
After: 7 essential commands, test first, CI features grouped together
Files changed
src/cli.ts— menu reorg + help text simplificationsrc/commands/record-replay.ts— hidden from helpsrc/reporters/terminal.ts— security findings in default output302/302 tests pass. Build + lint clean.
🤖 Generated with Claude Code