Add AGENTS.md and CLAUDE.md for AI assistant guidelines#343
Merged
filipecosta90 merged 1 commit intomasterfrom Feb 23, 2026
Merged
Add AGENTS.md and CLAUDE.md for AI assistant guidelines#343filipecosta90 merged 1 commit intomasterfrom
filipecosta90 merged 1 commit intomasterfrom
Conversation
Add documentation to help AI assistants work effectively with the memtier_benchmark codebase, following the https://agents.md/ conventions. AGENTS.md includes: - Project overview and repository structure - Build system and commands (autotools) - Code style (clang-format) - Testing with RLTest (standalone, cluster, TLS, sanitizers) - Key technical details - Common development tasks - Debugging guide (GDB, crash handler, core dumps, sanitizers) - License header requirements CLAUDE.md points to AGENTS.md for shared guidelines. References: - https://agents.md/ - Standard for AI agent documentation - https://docs.anthropic.com/en/docs/agents - Anthropic agent guidelines
paulorsousa
approved these changes
Feb 23, 2026
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.
Add documentation to help AI assistants work effectively with the memtier_benchmark codebase, following the https://agents.md/ conventions.
AGENTS.md includes:
CLAUDE.md points to AGENTS.md for shared guidelines.
References:
Note
Low Risk
Documentation-only change with no impact to build, runtime behavior, or security.
Overview
Adds a new
AGENTS.mddocument providing AI agent guidelines for working in this repo, including high-level project structure, build/test commands, coding style expectations, debugging tips, and required license headers.Adds
CLAUDE.mdas a lightweight pointer toAGENTS.mdso tools expecting Claude-specific instructions reuse the shared guidance.Written by Cursor Bugbot for commit 98288c4. This will update automatically on new commits. Configure here.