[instructions] Sync github-agentic-workflows.md with latest schema features #11939
+48
−0
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.
Instructions Update - Synchronized with v0.36.0
This PR updates the
github-agentic-workflows.mdfile to document previously undocumented schema features that are actively used in workflows but were missing from the instructions.Changes Made
Added documentation for 4 undocumented features:
serenatool - AI-powered code intelligence with language service integration["go", "typescript"]messagesfield in safe-outputs - Custom message templates for footer and notification messagesmentionsfield in safe-outputs -@mentionfiltering configurationruns-onfield in safe-outputs - Runner specification for safe-output jobsDocumentation Review
Analysis
Reviewed 20+ workflows using these features:
serena: Used in 20 workflows (archie, cloclo, go-fan, etc.)mentions: Used throughout workflows with@mentionrequirementsmessages: Used in 22 workflows (archie, brave, ci-doctor, etc.)runs-on: Available for performance optimization in safe-outputsAll features are production-ready and actively used but were undocumented, creating confusion for workflow authors.