docs(#937): document agent definition frontmatter conventions - #939
Open
fullsend-ai-coder[bot] wants to merge 1 commit into
Open
docs(#937): document agent definition frontmatter conventions#939fullsend-ai-coder[bot] wants to merge 1 commit into
fullsend-ai-coder[bot] wants to merge 1 commit into
Conversation
Add section 8 to AGENTS.md documenting the YAML frontmatter fields used in agent definitions (agents/*.md): name, description, model, skills, and tools. The tools: field documentation emphasizes the comma-space separator requirement — omitting the space causes the parser to silently drop subsequent tool names, which caused the incident in PR #917. The skills/tools interaction (skills: requires Skill in tools: when tools: is present) is also documented. Renumber the former section 8 (harness env var literals) to section 9. Closes #937
|
🤖 Finished Review · ✅ Success · Started 7:13 PM UTC · Completed 7:26 PM UTC Commit: |
ReviewFindingsMedium
Labels: PR adds documentation to AGENTS.md covering agent definition frontmatter conventions |
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
name,description,model,skills,tools) with syntax rules and examplestools:comma-space separator requirement and the parser bug that silently drops tool names when the space is omitted (root cause of the PR fix(#914): add Skill to triage and prioritize tools #917 → PR fix(#914): space before Skill in tools frontmatter #928 rework cycle)skills:/tools:interaction: whentools:restricts tool access,Skillmust be included for skill access to workTesting
agents/*.md)Closes #937
Post-script verification
agent/937-doc-agent-frontmatter)d021f80aea083fc3921b662b0b8534ff2433d09a..HEAD)