[docs] Update documentation for features from 2025-11-26#4805
Merged
Conversation
Updates documentation for three major features merged in the last 24 hours: 1. CLI --ref flag (#4776) - Add --ref flag to gh aw status command - Add --ref flag to gh aw logs command - Shows latest run status when filtering by branch/tag 2. Import safe-outputs from shared workflows (#4761, #4782) - Document safe-outputs importing capability - Document safe output jobs import support - Explain conflict detection and meta field precedence 3. Custom job outputs support (#4778) - Document job output definition syntax - Show usage in agent prompts with needs context - Note string value requirement 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <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 - November 26, 2025
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
CLI
--refflag (from Add --ref flag to gh aw status and rename --branch to --ref in gh aw logs #4776)--refflag documentation togh aw statuscommand--refflag documentation togh aw logscommandImport safe-outputs from shared workflows (from Add support for importing safe-outputs from shared agentic workflows #4761, Add support for importing safe-outputs.jobs from shared workflows #4782)
safe-outputs:configurations from shared workflowsCustom job outputs support (from Merge release.yml with release-highlights.md and add outputs support for custom jobs #4778)
Changes Made
docs/src/content/docs/setup/cli.mdstatuscommand section with--refflag examples and descriptionlogscommand section with--refflag examples and descriptiondocs/src/content/docs/reference/imports.mdsafe-outputs:to list of mergeable frontmatter fieldsdocs/src/content/docs/reference/frontmatter.mdMerged PRs Referenced
Notes
All documentation follows the Diátaxis framework and project documentation guidelines. Changes are concise, technically accurate, and include practical examples.
🤖 Generated with Claude Code