Skip to content

[instructions] Sync github-agentic-workflows.md with v0.40.1#19661

Merged
pelikhan merged 2 commits intomainfrom
sync-instructions-v0.40.1-5dc837c905c0713d
Mar 5, 2026
Merged

[instructions] Sync github-agentic-workflows.md with v0.40.1#19661
pelikhan merged 2 commits intomainfrom
sync-instructions-v0.40.1-5dc837c905c0713d

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 5, 2026

Instructions Update - Synchronized with v0.40.1

This PR updates the github-agentic-workflows.md file based on code changes since the last release (v0.40.1, 2026-02-03).

Changes Made

  • SRT sandbox deprecation: Removed "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-extensions for cache-memory: Documented the new allowed-extensions parameter for single and multi-cache configurations (default: all extensions allowed).
  • allowed-extensions for repo-memory: Expanded the sparse repo-memory section with an advanced configuration example including allowed-extensions and other supported fields (branch-name, target-repo, max-file-size, max-file-count).
  • Validation section: Added "gemini" to the list of valid engine values (was missing alongside copilot/claude/codex).

Documentation Commits Reviewed

  • c0bccf1 Fix failing JS test: sync expected labels with implementation (not docs-related)

Code Files Audited

  • pkg/workflow/compiler_types.goSafeOutputsConfig struct verified against instructions
  • pkg/workflow/safe_outputs_config.go — parsing logic confirmed
  • pkg/parser/schemas/main_workflow_schema.json — JSON schema reviewed for sandbox, cache-memory, repo-memory
  • pkg/workflow/sandbox.go — confirmed SRT auto-migration to AWF
  • pkg/workflow/cache.go — confirmed allowed-extensions implementation
  • pkg/constants/constants.go — confirmed default AllowedExtensions = []string{} (all allowed)

Validation

  • Followed prompting best practices (imperative mood, minimal examples)
  • Maintained technical tone and brevity
  • Updated only necessary sections
  • Verified accuracy against current codebase
  • Removed outdated or redundant content (SRT example block)

Generated by Instructions Janitor ·

  • expires on Mar 7, 2026, 12:01 AM UTC

- 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>
@github-actions github-actions bot added automation documentation Improvements or additions to documentation instructions labels Mar 5, 2026
@pelikhan pelikhan marked this pull request as ready for review March 5, 2026 03:01
Copilot AI review requested due to automatic review settings March 5, 2026 03:01
@pelikhan pelikhan merged commit d4b54cc into main Mar 5, 2026
2 checks passed
@pelikhan pelikhan deleted the sync-instructions-v0.40.1-5dc837c905c0713d branch March 5, 2026 03:01
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-extensions parameter for both single and multi-cache cache-memory configurations, and added an advanced configuration example for repo-memory with allowed-extensions, branch-name, target-repo, max-file-size, and max-file-count.
  • Added "gemini" to the list of valid engine enum 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation instructions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants