[instructions] Sync instruction files with release v0.82.9#45701
Conversation
Fix two accuracy drifts found against source-of-truth code: - syntax-agentic.md: remove nonexistent "crush" engine from the engine string-format and object-format id lists. The engine registry (pkg/workflow/*_engine.go) and main_workflow_schema.json list only claude/codex/copilot/gemini plus experimental antigravity/opencode/pi. - syntax-tools-imports.md: correct tools.github.toolsets from "(array only)" to note it accepts a single name string or an array (a string is shorthand for a one-element array), per the oneOf in main_workflow_schema.json. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Hey One small gap to consider:
If you'd like a hand automating this, here's a ready-to-use prompt:
|
|
@copilot please run the
|
|
🎉 This pull request is included in a new release. Release: |
Summary
Syncs instruction/syntax documentation files with the v0.82.9 engine registry and toolsets schema.
Changes
.github/aw/syntax-agentic.mdcrushfrom the list of supported experimental engine identifiers (both the string-format prose and the inline YAML comment).antigravity,opencode,pi..github/aw/syntax-tools-imports.mdtoolsets:accepts a single string or an array; a bare string is treated as a one-element array.Impact
crushas an engine identifier should switch to a supported engine.toolsets: issuesinstead oftoolsets: [issues].