Add centralized AI directory for Knowledge and Recipes #2490
Open
AmmarAbouZor wants to merge 2 commits intoesrlabs:masterfrom
Open
Add centralized AI directory for Knowledge and Recipes #2490AmmarAbouZor wants to merge 2 commits intoesrlabs:masterfrom
AmmarAbouZor wants to merge 2 commits intoesrlabs:masterfrom
Conversation
* Introduce a dedicated .ai directory with a canonical INDEX.md and per-target context guides using a mirrored repository layout. * Keep a minimal root AGENTS.md as the entry point.
* Introduce knowledge directory for context about the codebase. * Add playbook directory to describe recipes for common tasks.
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.
This PR provides an alternative way for adding support for AI Agents development other than #2485 .
At the end only one of those PRs should be merged.
The approach here is to group all AI agent context related infos in one directory in the root of the repo separating the code from AI Agents instructions and knowledge resources