[instructions] Sync instruction files with release v0.81.6#44694
Conversation
Fix factual drift found by an accuracy audit against Go source of truth (safe_outputs_config_types.go, create_code_scanning_alert.go, safe_outputs_tools.json, main_workflow_schema.json): - create-code-scanning-alert max default is unlimited, not 40 - create-issue body max length is 65536, not 65000 - document messages.disclosure-header subkey (exists in code) - add maintain, triage to on.roles available values - mark permissions scope list as non-exhaustive; add packages/pages/attestations - add pointer to advanced engine sub-fields (model-provider/harness/mcp/extensions/cwd) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Hey One thing worth noting:
Everything else looks solid: the PR is well-scoped to a single concern (syncing docs with a release), has a clear summary with a before/after line-count table, all files remain under the 400-line limit, and the accuracy fixes are verified against source code. If you'd like a hand adding automated coverage for instruction file validation:
|
|
@copilot please run the
|
Completed a pr-finisher pass.
|
|
@copilot please run the
|
|
🎉 This pull request is included in a new release. Release: |
Summary
Syncs instruction files with release v0.81.6. Updates documentation for safe-outputs and syntax reference files.
Changes
.github/aw/safe-outputs-automation.mdcreate-code-scanning-alertcomment:maxfield default changed from40tounlimited..github/aw/safe-outputs-content.mdcreate_issuebody maximum length:65000→65536characters..github/aw/safe-outputs-runtime.mddisclosure-header:field under messages config. Prepends an AI authorship disclosure to every message body. Accepts"true"for built-in default text or a custom template string. Supports{workflow_name}and{run_url}placeholders..github/aw/syntax-agentic.mdon.roles:available values: addedmaintainandtriageroles.model-provider(github|anthropic|openai),harness(retry policy), engine-levelmcp(session-timeout/tool-timeout),extensions, andcwd. Referencespkg/parser/schemas/main_workflow_schema.json..github/aw/syntax-core.mdpermissions:scope list: addedpackages,pages,attestations. Clarified the list is non-exhaustive (standard GitHub Actions scopes plusmodels/copilot-requests).Type
Notes
All changes are documentation-only; no runtime behaviour is modified.