Add rule-expander Copilot agent#13
Merged
Merged
Conversation
- Parameterized agent that works with any tool name - Discovery mode to find high-value tools to support - Cross-platform emphasis (Windows, macOS, Linux) - Comprehensive testing requirements (6+ tests per rule) - 10-phase workflow: research, implement, test, document, PR Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Owner
Author
|
@copilot the ci pipeline is failing at all stages. Can you plan, think through, search the internet, reason hard and deep and fix all the stages to correctly run, build, test and validate that the change is correct ? |
Contributor
|
@animeshkundu I've opened a new pull request, #14, to work on those changes. Once the pull request is ready, I'll request review from you. |
Remove malformed gh pr create command with embedded heredoc that was incorrectly stored as a permission pattern. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove Cargo.lock from .gitignore and check it in - Add rust-toolchain.toml pinning Rust to 1.85.0 - Pin home crate to 0.5.9 for compatibility - Fix 27 clippy warnings (unused imports, collapsible ifs, needless borrows, etc.) - Fix 5 failing doc tests - Apply cargo fmt to all files Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…pander-agent # Conflicts: # Cargo.lock # src/output/rerun.rs # src/rules/cd.rs # src/rules/cloud.rs # src/rules/frameworks.rs # src/rules/git/support.rs # src/rules/system.rs # src/shells/mod.rs
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 a parameterized GitHub Copilot agent for systematically expanding command correction support.
Key Features
Changes
.github/agents/rule-expander.agent.md: New agent file (498 lines)