[instructions] Sync github-agentic-workflows.md with latest schema features#11939
Merged
[instructions] Sync github-agentic-workflows.md with latest schema features#11939
Conversation
Document 4 schema features actively used in workflows: - serena: AI-powered code intelligence tool - messages: Custom message templates in safe-outputs - mentions: @mention filtering in safe-outputs - runs-on: Runner specification for safe-output jobs Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
pelikhan
approved these changes
Jan 26, 2026
This was referenced Jan 26, 2026
Merged
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.
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.