Skip to content

feat: Add CorrectionOps pattern#29058

Merged
mnkiefer merged 4 commits intomainfrom
add-new-pattern-correction-ops
Apr 29, 2026
Merged

feat: Add CorrectionOps pattern#29058
mnkiefer merged 4 commits intomainfrom
add-new-pattern-correction-ops

Conversation

@mnkiefer
Copy link
Copy Markdown
Collaborator

@mnkiefer mnkiefer commented Apr 29, 2026

  • Adds CorrectionOps pattern, an experimental workflow pattern for improving agentic workflows (instructions) using trusted human corrections, without retraining the underlying model.

Co-authored-by: Copilot <copilot@github.com>
@mnkiefer mnkiefer self-assigned this Apr 29, 2026
@mnkiefer mnkiefer marked this pull request as ready for review April 29, 2026 06:10
Copilot AI review requested due to automatic review settings April 29, 2026 06:10
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions github-actions Bot mentioned this pull request Apr 29, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the new CorrectionOps documentation pattern to describe an experimental workflow loop that improves agentic workflows using trusted human corrections (without model retraining).

Changes:

  • Added a new CorrectionOps pattern page with explanation and example workflow shapes.
  • Added CorrectionOps to the glossary’s Operational Patterns section.
  • Added CorrectionOps to the docs sidebar navigation under Design Patterns.
Show a summary per file
File Description
docs/src/content/docs/reference/glossary.md Adds a glossary entry defining CorrectionOps and linking to the pattern page.
docs/src/content/docs/patterns/correction-ops.md Introduces the full CorrectionOps pattern documentation and example workflow decomposition.
docs/astro.config.mjs Adds CorrectionOps to the Design Patterns sidebar nav for discoverability.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 3/3 changed files
  • Comments generated: 2

Comment thread docs/src/content/docs/patterns/correction-ops.md Outdated
Comment thread docs/src/content/docs/patterns/correction-ops.md Outdated
@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown
Contributor

✅ smoke-ci: safeoutputs CLI comment + comment-memory run (25094895958)

Generated by Smoke CI for issue #29058 ·

@mnkiefer mnkiefer merged commit c1e2960 into main Apr 29, 2026
15 checks passed
@mnkiefer mnkiefer deleted the add-new-pattern-correction-ops branch April 29, 2026 06:51
@github-actions
Copy link
Copy Markdown
Contributor

Visual Regression Check — PR #29058

⚠️ Note: The Playwright browser tool and localhost network access are blocked in this sandbox environment. Screenshots could not be captured. Static analysis of the built HTML was performed instead.

Pages Affected

This PR adds one new page and modifies two existing pages:

Page Path Status
CorrectionOps (new) /gh-aw/patterns/correction-ops/ ✅ Built successfully
Glossary (modified) /gh-aw/reference/glossary/ ✅ CorrectionOps entry present (4 matches)
Sidebar nav (modified) astro.config.mjs CorrectionOps link added between CentralRepoOps and ChatOps

Static Accessibility Analysis

Static HTML analysis of docs/dist/patterns/correction-ops/index.html:

Check Result
<img> tags missing alt ✅ None found
Heading hierarchy ✅ Correct — h1h2h3h4 (no skipped levels)
<a> tags missing label/href ✅ None found
ARIA attributes present ✅ 24 aria attributes
aria-current="page" on active nav item ✅ Present
Page title CorrectionOps | GitHub Agentic Workflows
OG meta tags ✅ Title, description, image all present

Summary

No accessibility violations detected in the static HTML. The new CorrectionOps page is correctly built, linked in the sidebar, and present in the glossary. Full interactive screenshots were not available due to sandbox restrictions.

Generated by Visual Regression Checker for issue #29058 · ● 2.1M ·

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants