docs: add AI coding agent developer guide - #4
Open
hajnalmt wants to merge 1 commit into
Open
Conversation
hajnalmt
force-pushed
the
agents/volcano-with-agents
branch
from
February 19, 2026 15:16
1e0cac5 to
c4fbe5a
Compare
Owner
Author
|
@codex What do you think? |
|
To use Codex here, create an environment for this repo. |
Owner
Author
|
done please try again. |
Summary
Testing
|
hajnalmt
force-pushed
the
agents/volcano-with-agents
branch
2 times, most recently
from
February 19, 2026 16:03
09cbeda to
e3709cb
Compare
hajnalmt
force-pushed
the
agents/volcano-with-agents
branch
2 times, most recently
from
May 18, 2026 14:03
d0dc93f to
8531cd6
Compare
This adds AGENTS.md to provide AI coding agents with essential information about the Volcano codebase including build commands, testing, code style guidelines, project conventions, and comprehensive agent-scheduler documentation covering its architecture, plugin/action interfaces, sharding model, and the agent node daemon. Signed-off-by: Hajnal Máté <hajnalmt@gmail.com>
hajnalmt
force-pushed
the
agents/volcano-with-agents
branch
from
May 26, 2026 12:11
8531cd6 to
0cf3dfd
Compare
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.
Summary
AGENTS.mdwith a comprehensive developer guide for AI coding agents working on the Volcano codebase.gitignoreaccordinglyMotivation
Providing AI coding agents with structured project context enables them to produce code that follows Volcano's conventions consistently, reducing review friction and improving contribution quality.