Skip to content

feat(materials): add 'agent' config file kind to AI agent config#2929

Merged
jiparis merged 1 commit into
chainloop-dev:mainfrom
jiparis:jiparis/ai-config-agents
Mar 23, 2026
Merged

feat(materials): add 'agent' config file kind to AI agent config#2929
jiparis merged 1 commit into
chainloop-dev:mainfrom
jiparis:jiparis/ai-config-agents

Conversation

@jiparis

@jiparis jiparis commented Mar 23, 2026

Copy link
Copy Markdown
Member

Summary

  • Add a dedicated agent file kind to distinguish agent definition files from generic instructions in the AI agent config material
  • Files matching .claude/agents/*.md, .cursor/agents/*.md, and AGENTS.md are now classified as agent instead of instruction
  • JSON schema updated to accept the new kind

Closes #2928

Distinguish agent definition files from generic instructions by
introducing a dedicated ConfigFileKindAgent. Files matching
.claude/agents/*.md, .cursor/agents/*.md, and AGENTS.md are now
classified as kind "agent" instead of "instruction".

Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 4 files

@jiparis jiparis requested review from Piskoo, javirln and migmartri March 23, 2026 15:50
@jiparis jiparis merged commit eed4c7b into chainloop-dev:main Mar 23, 2026
15 checks passed
@jiparis jiparis deleted the jiparis/ai-config-agents branch March 23, 2026 15:55
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.

Distinguish agent definitions from generic instructions in AI agent config material

2 participants