[docs] Update documentation for features from 2026-04-24#28239
Closed
github-actions[bot] wants to merge 1 commit intomainfrom
Closed
[docs] Update documentation for features from 2026-04-24#28239github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
…tic-optimization-kit page - Update setup/cli.md: note that --name cannot be used when adding multiple workflows at once (from PR #28195); add multi-workflow add example and single-workflow --name example - Create patterns/agentic-optimization-kit.md: new reference page for the weekly Agentic Optimization Kit workflow covering its three phases, five diagnostic charts, report structure, escalation conditions, metric glossary, and relationship to the Observability Kit - Update astro.config.mjs: add Agentic Optimization Kit to sidebar Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
Hey This PR looks well-aligned with the project's documentation standards and contribution process. It's ready for maintainer review. 🎉
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates — April 24, 2026
This PR updates the documentation based on features merged in the last 24 hours and open documentation gaps.
Features Documented
--nameflag restriction for multiple workflows (from fix: disallow --name flag when adding multiple workflows at once #28195)📝 Detailed Changes & References
Changes Made
Updated
docs/src/content/docs/setup/cli.md:addexample (gh aw add workflow1 workflow2 workflow3)--namesingle-workflow example> [!NOTE]callout explaining that--namecannot be used when adding multiple workflows at once (returns an error)Created
docs/src/content/docs/patterns/agentic-optimization-kit.md:Updated
docs/astro.config.mjs:Agentic Optimization Kitentry to the Patterns section of the sidebarMerged PRs Referenced
Documentation Issues Referenced
agentic-optimization-kitworkflow added in feat: add agentic-optimization-kit workflow consolidating token audit, optimizer, and observability kit #28009 had no docs pageSkipped Issues
.github/aw/create-agentic-workflow.md).Notes
None.