[instructions] Sync github-agentic-workflows.md with v0.40.1#19661
Merged
[instructions] Sync github-agentic-workflows.md with v0.40.1#19661
Conversation
- Deprecate SRT sandbox: remove SRT as valid option, add auto-migration note - Add allowed-extensions parameter to cache-memory and repo-memory docs - Add gemini to valid engine values in validation section Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR synchronizes the github-agentic-workflows.md instructions file with code changes in release v0.40.1. The update removes deprecated SRT sandbox references, documents new allowed-extensions parameters for memory tools, and adds the missing gemini engine to the validation section.
Changes:
- Removed
"srt"and"sandbox-runtime"as valid sandbox options, added auto-migration note and deprecation entry, and removed the SRT configuration example block. - Documented the
allowed-extensionsparameter for both single and multi-cachecache-memoryconfigurations, and added an advanced configuration example forrepo-memorywithallowed-extensions,branch-name,target-repo,max-file-size, andmax-file-count. - Added
"gemini"to the list of validengineenum values in the validation section.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
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.40.1
This PR updates the
github-agentic-workflows.mdfile based on code changes since the last release (v0.40.1, 2026-02-03).Changes Made
"srt"and"sandbox-runtime"as valid sandbox string options (the Anthropic Sandbox Runtime backend was removed). Added auto-migration note. Removed the SRT configuration example block. Added entry to Deprecated Features section.allowed-extensionsfor cache-memory: Documented the newallowed-extensionsparameter for single and multi-cache configurations (default: all extensions allowed).allowed-extensionsfor repo-memory: Expanded the sparse repo-memory section with an advanced configuration example includingallowed-extensionsand other supported fields (branch-name,target-repo,max-file-size,max-file-count)."gemini"to the list of valid engine values (was missing alongside copilot/claude/codex).Documentation Commits Reviewed
c0bccf1Fix failing JS test: sync expected labels with implementation (not docs-related)Code Files Audited
pkg/workflow/compiler_types.go—SafeOutputsConfigstruct verified against instructionspkg/workflow/safe_outputs_config.go— parsing logic confirmedpkg/parser/schemas/main_workflow_schema.json— JSON schema reviewed forsandbox,cache-memory,repo-memorypkg/workflow/sandbox.go— confirmed SRT auto-migration to AWFpkg/workflow/cache.go— confirmedallowed-extensionsimplementationpkg/constants/constants.go— confirmed defaultAllowedExtensions = []string{}(all allowed)Validation