[slides] Add Staged Mode slide to presentation#25343
Merged
Conversation
Adds a new slide explaining the staged: true feature for safe-outputs, which allows previewing what a workflow would create before enabling it. This was flagged in the previous maintenance run as worth covering. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new slide to the slide deck describing Staged Mode (staged: true) as a preview-only mode for safe-outputs, positioned to follow the existing Safe Outputs slide.
Changes:
- Introduced a “Staged Mode” slide with a YAML example showing
safe-outputs.staged: true. - Added a short explanatory callout emphasizing preview-before-write behavior.
Show a summary per file
| File | Description |
|---|---|
| docs/slides/index.md | Adds a new Staged Mode slide immediately after the Safe Outputs slide to document preview-only safe-outputs behavior. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 0
This was referenced Apr 8, 2026
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.
Slide Deck Updates
Changes Made
staged: truefeature that lets teams preview workflow output without making real changesLayout Issues Fixed
Content Sources Reviewed
pkg/constants/engine_constants.go— verified engine list (Copilot, Claude, Codex, Gemini) is accuratepkg/cli/logs_command.go— verified monitoring commands and flags are currentdocs/src/content/docs/reference/staged-mode.md— source for the new slidedocs/src/content/docs/guides/deterministic-agentic-patterns.md— reviewed for future slide candidatesdocs/src/content/docs/reference/assign-to-copilot.mdx— confirmed copilot handoff slide is still accurateCHANGELOG.mdand frontmatter types — no outdated content foundFocus Mode
Global Sweep (default)
Why Staged Mode?
Staged mode (
staged: trueinsafe-outputs) was flagged in the previous maintenance run (#142) as worth covering. It's a key safety feature that:Verification: Content accuracy verified against source code and documentation. Marp build skipped (Node.js execution not available in this environment).