[instructions] Sync instruction files with release v0.79.3#38316
Merged
pelikhan merged 1 commit intoJun 10, 2026
Merged
Conversation
Add the experimental copilot-sdk / copilot-sdk-driver engine fields and the top-level max-tool-denials safeguard to syntax-agentic.md, matching pkg/workflow/engine.go and main_workflow_schema.json. Removed a redundant Note that restated the inline version/model/max-turns comments to keep the file at its 500-line target. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
Documentation-only update to
.github/aw/syntax-agentic.mdthat documents two experimental Copilot-SDK engine fields and removes a now-redundant inline note, keeping the file near its 500-line target.What changed
.github/aw/syntax-agentic.md— modifiedRemoved
version,model, andmax-turnsfield comments already present in the surrounding YAML example block. The content was duplicated and added noise without adding new information.Added
copilot-sdk/copilot-sdk-driverengine fields (copilot engine only), covering:copilot-sdk: true— starts a headless Copilot CLI SDK sidecar alongside the workflow.copilot-sdk-driver: <path-or-command>— supplies a custom driver binary or script; accepted extensions are.js,.cjs,.mjs,.py,.ts,.mts,.rb, or a barePATHcommand. Setting this field impliescopilot-sdk: true.max-tool-denials:field (default5) for tuning the repeated-tool-denial safeguard introduced with these fields.The new documentation matches the existing implementation in
pkg/workflow/engine.goandmain_workflow_schema.json.Impact assessment
.github/aw/syntax-agentic.mdcopilotonly (experimental fields)Testing
No code changes; no tests required. Accuracy verified against
pkg/workflow/engine.goandmain_workflow_schema.json.