Uh oh!
There was an error while loading. Please reload this page.
[instructions] Sync instruction files with release v0.86.1 - #51351
Conversation
…ne schema Documents the log-parser behavior and the engine-level default `version` field added to the declarative engine schema (main_workflow_schema.json) since v0.85.4; both were missing from the field guide. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Great work! This PR looks ready for review. It's a focused, well-documented documentation update that syncs instruction files with the v0.86.1 release. What this does well:
No further action needed — this PR follows the contribution guidelines and is ready for a maintainer to review and merge.
|
gh-aw-bot
commented
Aug 8, 2026
@copilot Quick triage nudge for this PR. Please refresh the branch if GitHub can update it cleanly, review the remaining maintainer-facing follow-up below, and run the
Run: https://github.com/github/gh-aw/actions/runs/31250442499
|
Branch is already up to date. Local validation passes ( |
gh-aw-bot
commented
Aug 8, 2026
@copilot Quick triage nudge for this PR. Please refresh the branch if GitHub can update it cleanly, confirm whether any maintainer-facing follow-up remains, and run the
|
No new actions needed. Branch is current, no unresolved threads, no failed checks. Local validation ( |
gh-aw-bot
commented
Aug 8, 2026
@copilot Quick triage nudge for this PR. Please refresh the branch if GitHub can update it cleanly, confirm whether any maintainer-facing follow-up remains, and run the Run: https://github.com/github/gh-aw/actions/runs/31254201032
|
No new actions needed. Branch is current, no unresolved threads, no failed checks. Local validation is green. Ready for human CI re-trigger and merge. |
gh-aw-bot
commented
Aug 8, 2026
@copilot Quick triage nudge for this PR. Please refresh the branch if GitHub can update it cleanly, re-confirm whether anything maintainer-facing remains on the current head, and run the Run: https://github.com/github/gh-aw/actions/runs/31255838666
|
No new actions needed. Branch is current, no unresolved threads, no failed checks. Local validation is green. Ready for human CI re-trigger and merge. |
gh-aw-bot
commented
Aug 8, 2026
@copilot Quick triage nudge for this PR. Please refresh the branch if GitHub can update it cleanly, review any maintainer-facing follow-up, and run the Run: https://github.com/github/gh-aw/actions/runs/31257633580
|
No new actions needed. Branch is current, no unresolved threads, no failed checks. Local validation is green. Ready for human CI re-trigger and merge. |
🎉 This pull request is included in a new release. Release: |
Summary
Documentation-only sync of
.github/aw/configure-agentic-engine.mdwith declarative engine schema changes introduced in release v0.86.1. No code or behavior changes.Changes
behaviors.log-parserwhen "CLI emits logs the built-in parsers cannot normalize."versionfield semantics: sets the default CLI version applied when a workflow references the engine without specifyingengine.version— distinct frombehaviors.installation.version, which pins the version actually installed on the runner.behaviors.log-parser: supplies a JavaScriptparseLog(logContent)function (not exported directly; a shared wrapper handles exports/bootstrap) invoked during the post-agent log-parsing step. Must return{markdown, logEntries, mcpFailures, maxTurnsHit}so behavior-defined engines produce normalized events files consistent with built-in engine parsers.Impact