[docs] Update documentation for features from 2026-04-29#29083
Merged
Conversation
- Add --after flag documentation to gh aw logs in cli.md, including usage examples for cache cleanup with date deltas and absolute dates - Add compile-time warning callout in command-triggers.md for the concurrency clash when slash_command and bots: are combined (PR #29008) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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 - 2026-04-29
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
gh aw logs --aftercache cleanup flag (from feat(logs): add --after flag to clean up cached run folders older than a date delta #29037)slash_commandandbots:are configured together (from feat: compile-time warning when slash_command and bots are configured together #29008)📝 Detailed Changes & References
Changes Made
docs/src/content/docs/setup/cli.mdto document the new--afterflag forgh aw logs, including usage examples for cache cleanup with date deltas (-1w,-30d,-1mo) and absolute dates (YYYY-MM-DD). Added--afterto the options list.docs/src/content/docs/reference/command-triggers.mdto add a:::cautioncallout explaining the concurrency clash whenslash_commandandbots:are used together. Users are directed to removebots:for user-only slash command workflows.Merged PRs Referenced
correction-ops.mdpage)Skipped Issues
auth.mdx,engines.md, andenvironment-variables.md. Deferred to a dedicated PR.docs/src/content/docs/patterns/workqueue-ops.mdanddocs/src/content/docs/patterns/batch-ops.mdalready exist and cover the requested content. This issue can be closed as resolved.Notes
docs/src/content/docs/patterns/correction-ops.md— no additional changes needed.agentic-optimization-kit.mdreferenced in quality reports does not exist in.github/workflows/; skipped.