doc: add AGENTS.md with guidance for AI agents#6181
Merged
mergify[bot] merged 1 commit intoceph:develfrom Mar 18, 2026
Merged
Conversation
6c79a64 to
9ec479f
Compare
iPraveenParihar
approved these changes
Mar 16, 2026
black-dragon74
approved these changes
Mar 16, 2026
Contributor
|
@Mergifyio rebase |
82a3820 to
e372f5b
Compare
Contributor
✅ Branch has been successfully rebased |
Rakshith-R
approved these changes
Mar 18, 2026
Add comprehensive documentation for AI agents (including Claude Code) working with the ceph-csi codebase. Includes: - Build commands emphasizing containerized builds - Testing workflows (unit, static checks, e2e) - Code architecture and directory structure - Development requirements and conventions - Commit message format with Assisted-by requirement This file helps AI agents understand the project structure and development practices, with special emphasis on using containerized builds/tests to avoid requiring local Ceph development libraries. Assisted-by: Claude Code (Anthropic) <[email protected]> Signed-off-by: Niels de Vos <[email protected]>
e372f5b to
47c9048
Compare
Contributor
Merge Queue Status
This pull request spent 6 minutes 19 seconds in the queue, including 5 minutes 25 seconds running CI. Required conditions to merge
|
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 comprehensive documentation for AI agents (including Claude Code)
working with the ceph-csi codebase. Includes:
This file helps AI agents understand the project structure and
development practices, with special emphasis on using containerized
builds/tests to avoid requiring local Ceph development libraries.
See-also: https://agents.md/
Assisted-by: Claude Code (Anthropic)