[instructions] Sync github-agentic-workflows.instructions.md with v0.27.0 #3017
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.27.0
This PR updates the github-agentic-workflows.instructions.md file based on documentation changes since the v0.27.0 release (2025-10-31).
Changes Made
New Frontmatter Fields:
description:- Human-readable workflow descriptionsource:- Workflow origin tracking (format:owner/repo/path@ref)github-token:- Default GitHub token configuration (must use${{ secrets.* }}syntax)roles:- Repository access role controls (default:[admin, maintainer, write])strict:- Enhanced validation mode for production workflowsfeatures:- Feature flags for experimental featuresenvironment:- Environment protection rulescontainer:- Container configurationservices:- Service containersTrigger Configuration Updates:
reaction:field for emoji reactions to triggering itemsmanual-approval:field for environment protection rulesEngine Configuration Enhancements:
engine.env- Custom environment variables (object)engine.args- Custom CLI arguments injected before prompt (array)engine.error_patterns- Custom error pattern recognition (array)Network/Firewall Updates:
network.firewallconfiguration for Copilot engine (AWF support)version,log-level, andargsparametersGitHub Tools Updates:
searchtoolset to available toolsetstoolset:overallowed:configurationDocumentation Commits Reviewed
This commit introduced a comprehensive documentation structure under
docs/src/content/docs/with detailed reference documentation for engines, frontmatter, tools, and other workflow components.Validation
docs/src/content/docs/