feat: convert argent.md rules to argent skill to prevent always-included context noise#389
Open
danieldunderfelt wants to merge 2 commits into
Open
Conversation
…ntext noise. Update skills that mention the rules to mention the Argent skill instead.
3280fec to
a6aa948
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.
Currently Argent adds a rules file to the project that is always included in agent context, even when the user does not intend to use Argent. This is context noise, and can in some cases lead to worse agent performance for other tasks.
A better approach is to make an
Argentskill that the agent can use autonomously when working with Argent. Most of the rules file content is already covered by the various skills, and the skill can be a lighter "router" skill that the agent uses to select the right Argent skill, in addition to providing some general Argent usage instructions.I realize that this is a significant change, and I am not privy to the decisions or reasons involved in making the original rules file. However, having the always-included rules does significantly hinder my usage of and willingness to recommend Argent. I am of course open to discussion and further iteration on this!