Conversation
Collaborator
|
@copilot Rename "Ingest agent output" to "Ingest Safe Outputs" |
… Outputs Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…859e-46b2-974f-15159972d156
Copilot
AI
changed the title
[WIP] rename steps "Print Agent Output" to "Print Safe Outputs", and "Upload agentic output file" to "Upload Safe Outputs"
Rename workflow steps for clarity: "Print Safe Outputs" and "Upload Safe Outputs"
Sep 26, 2025
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.
This PR renames two workflow step names to better reflect their purpose in the safe outputs system:
Background
The current step names were inconsistent and didn't clearly communicate their role in the safe outputs workflow system. The new names provide better clarity about what these steps actually do:
Changes Made
Source Code
pkg/workflow/compiler.go: Updated the two lines that generate these step names in the workflow compilation processpkg/workflow/agentic_output_test.go: Updated test assertions and comments to match the new step namesGenerated Files
.lock.ymlfiles in.github/workflows/andpkg/cli/workflows/have been regenerated with the new step namesExample
Before:
After:
Testing
make recompileThis is a minimal change that improves clarity without affecting any functionality.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.