Add knowledge base for coding agents#2889
Open
andre15silva wants to merge 1 commit intoantinomyhq:mainfrom
Open
Add knowledge base for coding agents#2889andre15silva wants to merge 1 commit intoantinomyhq:mainfrom
andre15silva wants to merge 1 commit intoantinomyhq:mainfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
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.
What does this PR do?
If you use or plan to use AI coding agents on this repo, this PR will make them noticeably more effective.
The core contribution is the knowledge base — files under
.claude/docs/and.codex/docs/that capture repo-specific knowledge extracted from the codebase and its history:When an agent opens a file, it calls
.claude/docs/get_context.py <file>to retrieve the relevant context before making changes. TheAGENTS.mdandCLAUDE.mdfiles are entry points that instruct agents to do this.For example, before touching
crates/forge_main/src/ui.rs, an agent would immediately know:For detailed results and evaluation artifacts, see:
We'd love to hear whether this is useful for your workflow, and we're happy to address any concerns (the content, the delivery method, or anything else). Happy to discuss here or at codeset.ai.
Would also be open to integrate this into something that forgecoder itself can use, either in a similar delivery mode or via some other plugin format.
These files are plain text, do not affect runtime behavior, and introduce no dependency on Codeset services. They can be safely ignored or removed at any time.