feat: add discover-driven filters for yarn lint, dig, git cherry-pick, git remote#1509
Open
xronocode wants to merge 2 commits intortk-ai:developfrom
Open
feat: add discover-driven filters for yarn lint, dig, git cherry-pick, git remote#1509xronocode wants to merge 2 commits intortk-ai:developfrom
xronocode wants to merge 2 commits intortk-ai:developfrom
Conversation
|
|
Collaborator
📊 Automated PR Analysis
SummaryAdds discover-driven filters for yarn lint, dig, git cherry-pick, and git remote commands. Includes two new TOML filters (yarn-lint, dig), two new Rust-based git subcommand handlers (cherry-pick, remote), new discover classification rules for yarn/dig/ssh, and corresponding tests. Review Checklist
Analyzed automatically by wshm · This is an automated analysis, not a human review. |
…, git remote Add 5 new filters identified by rtk discover --all as top unhandled commands across 92 sessions (3259 commands): TOML filters: - yarn-lint.toml: strip progress noise, blank lines from yarn lint - dig.toml: keep ANSWER section and metadata, strip decorative headers Rust filters (git.rs): - git cherry-pick: compact success output, preserve full conflict info - git remote: compact listing, dedup -v output, action commands -> ok Also updates discover rules and registry tests for all 5 commands, restores original ssh.toml (already existed in repo), and bumps builtin filter count from 59 to 61.
9cfc337 to
68c0af7
Compare
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
Adds 5 new filters identified by
rtk discover --allas top unhandled commands across 92 sessions (3259 commands):TOML filters (2 new):
yarn-lint.toml— strip progress noise, blank lines fromyarn lintoutputdig.toml— keep ANSWER section and query metadata, strip decorative headersRust filters (2 new, extending
git.rs):git cherry-pick— compact success output, preserve full conflict infogit remote— compact listing, deduplicate-voutput, action commands → okDiscover rules:
yarn lint/test/build/check,dig,sshcherry-pickandremotediscover/registry.rsTesting
[[tests.*]]fixturestest_registry_covers_all_git_subcommandsupdated withcherry-pickandremote