Skip to content

Add AGENTS.md mapping pipeline-YAML schema source-of-truth locations - #107

Open
oly-agents[bot] wants to merge 1 commit into
mainfrom
feat/agents-md-schema-map
Open

Add AGENTS.md mapping pipeline-YAML schema source-of-truth locations#107
oly-agents[bot] wants to merge 1 commit into
mainfrom
feat/agents-md-schema-map

Conversation

@oly-agents

@oly-agents oly-agents Bot commented Aug 20, 2026

Copy link
Copy Markdown

Summary

Adds an agent-facing AGENTS.md (with a CLAUDE.md symlink 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:

  • the supportedTasks registry in internal/pkg/pipeline/tasks.go (the only authoritative list of task types),
  • per-task READMEs and config structs (yaml: tags / validate:"required"),
  • Base task fields, top-level pipeline keys, and the template functions in internal/pkg/config/,
  • runnable examples in test/pipelines/,
  • build/test commands and the note that YAML unmarshaling is non-strict (typo'd keys are silently ignored),
  • conventions for changing tasks here (register in supportedTasks, keep the task README and a test/pipelines/ example in sync).

Oly run: https://oly.pattern.com/runs/01a01f74-6346-7000-b2b6-d400fe5d93be
Requested by: Mahesh.Kamble@pattern.com

@oly-agents
oly-agents Bot requested a review from a team as a code owner August 20, 2026 14:04
Comment thread AGENTS.md Outdated
Comment thread AGENTS.md Outdated
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
oly-agents Bot force-pushed the feat/agents-md-schema-map branch from c254cff to c4aa0d9 Compare August 21, 2026 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant