Add AGENTS.md mapping pipeline-YAML schema source-of-truth locations - #107
Open
oly-agents[bot] wants to merge 1 commit into
Open
Add AGENTS.md mapping pipeline-YAML schema source-of-truth locations#107oly-agents[bot] wants to merge 1 commit into
oly-agents[bot] wants to merge 1 commit into
Conversation
Divyanshu Tiwari (divyanshu-tiwari)
requested changes
Aug 21, 2026
Point agents at the in-repo schema sources (supportedTasks, per-task READMEs and config structs, Base fields, template functions, and test/pipelines examples) plus a CLAUDE.md symlink for agents that look for that filename.
oly-agents
Bot
force-pushed
the
feat/agents-md-schema-map
branch
from
August 21, 2026 05:41
c254cff to
c4aa0d9
Compare
Divyanshu Tiwari (divyanshu-tiwari)
approved these changes
Aug 21, 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.
Summary
Adds an agent-facing
AGENTS.md(with aCLAUDE.mdsymlink so agents that look for that filename find the same guide) so AI coding agents can find the schema source of truth for pipeline YAML configs directly in this repo:supportedTasksregistry ininternal/pkg/pipeline/tasks.go(the only authoritative list of task types),yaml:tags /validate:"required"),Basetask fields, top-level pipeline keys, and the template functions ininternal/pkg/config/,test/pipelines/,supportedTasks, keep the task README and atest/pipelines/example in sync).Oly run: https://oly.pattern.com/runs/01a01f74-6346-7000-b2b6-d400fe5d93be
Requested by: Mahesh.Kamble@pattern.com