Add AGENTS.md for AI agent context #77
Open
+438
−0
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
Implements a hierarchical AGENTS.md standard across the drasi-core repository to provide explicit, machine-readable instructions for AI coding agents. This follows the emerging open standard adopted by Gemini CLI, GitHub Copilot, and other AI assistants.
Changes
Architecture
Uses a layered approach where higher-level files explain overall architecture while lower-level files detail component-specific setup, build commands, and testing procedures. This helps agents narrow context to relevant scope for better code completion and refactoring.
Benefits Tested
Based on testing with Gemini CLI and Claude Code, this provides:
Gemini-CLI comparison
Task: Review Collect Function PR and Diff
Claude Code
Task: PR Description & Requirements Review
Task: PR Diff Review