[instructions] Sync instruction files with release 0.81.4#41644
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Great work from the Instructions Janitor on this v0.81.4 sync! 🎉 This is a clean, tightly-scoped documentation PR — three This looks ready for maintainer review.
|
|
|
/q reduce max lines to 400 lines |
|
🚀 Agentic Commands has started processing this issue comment |
|
🎩 Mission equipment ready! Q has optimized your workflow. Use wisely, 007! 🔫 |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Updated in |
| - **`strict:`** - Enable enhanced validation for production workflows (boolean, defaults to `true`) | ||
| - Must be `true` | ||
| - **`strict:`** - Enable enhanced validation for production workflows (boolean, defaults to `true`; strongly recommended) | ||
| - Prefer `strict: true`; set `strict: false` only when you intentionally need to disable enhanced validation |
There was a problem hiding this comment.
@copilot strict false is a dangerous mode that allows unsafe workflows should be extremely rare to set and carefully security reviewed
There was a problem hiding this comment.
Updated in 6d1937d with stronger guidance: strict: false is documented as dangerous, extremely rare, and requiring careful security review before use.
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Summary
Syncs instruction files with release 0.81.4. Updates documentation for
gh aw upgradeorg-level flags, correctspublish-assetfile size limits, and strengthensstrict:field guidance with explicit security warnings aboutstrict: false.Changes
.github/aw/cli-commands.mdgh aw upgradeusage examples documenting flags introduced in 0.81.4:--create-pull-request/--pr: open a PR with the upgrade changes--org <org>: preview upgrade PRs across an organization--org --repos '<pattern>': limit org mode to matching repo names--org --create-issue: open tracking issues in org repos that have agentic workflows (requires--org).github/aw/safe-outputs-automation.mdpublish-assetdefault maximum file size from 50 MB (51200 KB) to 10 MB (10240 KB).max-sizefield..github/aw/syntax-agentic.mdstrict:field documentation:Must be truewith an explicit warning:strict: falseis dangerous, should be extremely rare, and requires a security review.truedescription.network.firewallconfiguration block (firewall: true,version,log-level,args).sandbox.agent; usesandbox.agent.versionto pin the AWF version.gh aw fixto migrate away from the legacynetwork.firewallfield.Affected areas
gh aw upgradeCLIpublish-assetsafe outputmax-sizenow surfacedstrict:frontmatter fieldnetwork.firewallconfigType
documentation— instruction file sync; no source code or compiled workflow changes.