Skip to content

[instructions] Sync instruction files with release v0.79.3#38316

Merged
pelikhan merged 1 commit into
mainfrom
instructions-sync-copilot-sdk-engine-fields-675769697877bc87
Jun 10, 2026
Merged

[instructions] Sync instruction files with release v0.79.3#38316
pelikhan merged 1 commit into
mainfrom
instructions-sync-copilot-sdk-engine-fields-675769697877bc87

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Documentation-only update to .github/aw/syntax-agentic.md that 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 — modified

Removed

  • A "Note" bullet that restated the inline version, model, and max-turns field comments already present in the surrounding YAML example block. The content was duplicated and added noise without adding new information.

Added

  • Documentation for the experimental copilot-sdk / copilot-sdk-driver engine 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 bare PATH command. Setting this field implies copilot-sdk: true.
    • Cross-reference to the top-level max-tool-denials: field (default 5) for tuning the repeated-tool-denial safeguard introduced with these fields.

The new documentation matches the existing implementation in pkg/workflow/engine.go and main_workflow_schema.json.

Impact assessment

Dimension Value
Scope Docs only — .github/aw/syntax-agentic.md
Breaking change No
Schema / runtime change No (documenting existing implementation)
Affected engines copilot only (experimental fields)
Impact Medium — surfaces previously undocumented fields that workflow authors need to use the SDK sidecar feature

Testing

No code changes; no tests required. Accuracy verified against pkg/workflow/engine.go and main_workflow_schema.json.

Generated by PR Description Updater for issue #38316 · 121.2 AIC · ⌖ 21.6 AIC · ⊞ 19.8K ·

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>
@github-actions github-actions Bot added automation documentation Improvements or additions to documentation instructions labels Jun 10, 2026
@pelikhan pelikhan merged commit 6f788eb into main Jun 10, 2026
@pelikhan pelikhan deleted the instructions-sync-copilot-sdk-engine-fields-675769697877bc87 branch June 10, 2026 10:11
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.

1 participant