HDDS-15756. Propose a structure for agentic tooling.#10675
Open
fapifta wants to merge 2 commits into
Open
Conversation
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.
What changes were proposed in this pull request?
Restructures the repo's AI coding agent configuration for cross-tool use.
AGENTS.md remains the source of truth but is slimmed to a behavioral core;
CLAUDE.md/GEMINI.md import it. Reference material (commands + tiered CI checks,
module map) moves to dev-support/agent/*.md, read on demand. Adds an ozone-map
skill (Claude + Codex copy), a Codex-only ozone-build skill, and a Claude-only
ozone-builder subagent, plus AGENTIC_TOOLING.md documenting the layout.
RAT exclusions are updated for the new markdown.
Rationale and full design: see agents_setup_plan.md (attached to the Jira) and
AGENTIC_TOOLING.md in this PR.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-15756
How was this patch tested?
Markdown/config-only change. rat.sh passes; checkstyle/bats N/A (no Java/shell).
Manually verified agent loading: AGENTS.md loads via the CLAUDE.md import while
the dev-support/agent/* docs stay lazy; the ozone-map skill surfaces on demand;
the ozone-builder subagent delegates on a build/test request;
Generated-by: Claude Code (claude-opus-4-8)