Skip to content

[docs] Update documentation for features from 2026-05-13#31928

Merged
pelikhan merged 4 commits into
mainfrom
docs/daily-updates-2026-05-13-22231a2a63284e49
May 13, 2026
Merged

[docs] Update documentation for features from 2026-05-13#31928
pelikhan merged 4 commits into
mainfrom
docs/daily-updates-2026-05-13-22231a2a63284e49

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Documentation Updates - 2026-05-13

This PR updates the documentation based on user-facing features merged in the last 24 hours.

Features Documented

Detailed Changes and References

Changes Made

  • docs/src/content/docs/reference/network.md: added an Effective Token Steering subsection under firewall configuration documenting firewall.effective-token-steering: true, the warning thresholds (80/90/95/99%), and the AWF v0.25.44 version gate.
  • docs/src/content/docs/reference/concurrency.md: added a Queue Behavior section explaining single vs max, documented that compiler-generated groups emit queue: max by default, and described the features.group-concurrency-queue: false opt-out. Updated the Conclusion Job Concurrency example to show the generated queue: max field.
  • docs/src/content/docs/reference/enterprise-configuration.md: added an Enable per workflow via features subsection covering features.ghes-artifact-compat: true frontmatter and the GH_AW_FEATURES=ghes-artifact-compat env var alternative, plus the fail-fast behavior when v3 artifact pins are missing.

Merged PRs Referenced

Skipped Issues

None - the open documentation-labeled issues in this repository are bot-generated activity reports (skill optimizer, glossary scan, spdd), not unaddressed documentation gaps.

Notes

Generated by Daily Documentation Updater · ● 16.3M ·

  • expires on May 14, 2026, 11:34 AM UTC

…rtifact-compat feature flag

Add reference documentation for three user-facing surfaces merged in the
last 24h that had no prior documentation:

- firewall.effective-token-steering (#31796): budget-warning system
  message injection via AWF v0.25.44+
- concurrency.queue and features.group-concurrency-queue (#31764):
  queue:max behavior and opt-out for compiler-generated groups
- features.ghes-artifact-compat (#31664): per-workflow GHES artifact
  compatibility opt-in via frontmatter or GH_AW_FEATURES env var

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added automation documentation Improvements or additions to documentation labels May 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor Author

Hey team 👋 — thanks for this automated documentation sweep covering firewall.effective-token-steering, concurrency.queue / features.group-concurrency-queue, and features.ghes-artifact-compat. The changes are well-scoped, clearly described, and directly tied to recently merged features.

One mechanical flag from the checklist:

  • No test changes detected — for a docs-only PR this is expected and not a real concern, but it trips the automated quality signal. If there are any doc-test or link-validation fixtures that should cover new content in network.md, concurrency.md, or enterprise-configuration.md, it may be worth wiring them into the automation pipeline.

If you would like to address that proactively, here's a ready-to-use prompt:

Check whether the docs site has any automated link-validation or content-lint tests (e.g. in tests/ or scripts/).
If so, verify that the new sections added in:
  - docs/src/content/docs/reference/network.md
  - docs/src/content/docs/reference/concurrency.md
  - docs/src/content/docs/reference/enterprise-configuration.md
are covered, and add or update tests as needed.

Otherwise this looks ready for a quick maintainer review. 🤖

Generated by Contribution Check · ● 11.9M ·

Comment on lines +45 to +54
#### Enable per workflow via `features`

Set `features.ghes-artifact-compat: true` in workflow frontmatter to opt a single workflow into artifact-compat mode without changing the repository-wide setting:

```aw wrap
features:
ghes-artifact-compat: true
```

Equivalently, set the `GH_AW_FEATURES=ghes-artifact-compat` environment variable when invoking `gh aw compile`. When the flag is active the compiler pins `actions/upload-artifact@v3.2.2` and `actions/download-artifact@v3.1.0`; compilation fails fast if the required v3 pin is missing rather than silently emitting an incompatible v4+ reference.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot use --ghes or aw.config option.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a tip note pointing readers to the --ghes CLI flag and ghes: true in aw.json as the broader alternatives for repository-wide coverage. Done in the latest commit.

…section

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI requested a review from pelikhan May 13, 2026 15:03
ghes-artifact-compat: true
```

Equivalently, set the `GH_AW_FEATURES=ghes-artifact-compat` environment variable when invoking `gh aw compile`. When the flag is active the compiler pins `actions/upload-artifact@v3.2.2` and `actions/download-artifact@v3.1.0`; compilation fails fast if the required v3 pin is missing rather than silently emitting an incompatible v4+ reference.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot this feature does not exist

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the entire features.ghes-artifact-compat per-workflow frontmatter section and the GH_AW_FEATURES env var content — the file is back to its pre-PR state for that page.

…ure does not exist)

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI requested a review from pelikhan May 13, 2026 16:14
@pelikhan pelikhan merged commit e6e8b50 into main May 13, 2026
@pelikhan pelikhan deleted the docs/daily-updates-2026-05-13-22231a2a63284e49 branch May 13, 2026 16:30
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants