Skip to content

docs: add missing meta/terminal safe-output types to designer mapping table#47506

Merged
pelikhan merged 2 commits into
mainfrom
copilot/designer-drift-fix-missing-meta-types
Jul 23, 2026
Merged

docs: add missing meta/terminal safe-output types to designer mapping table#47506
pelikhan merged 2 commits into
mainfrom
copilot/designer-drift-fix-missing-meta-types

Conversation

Copilot AI commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

The Designer Drift Audit flagged four auto-enabled meta/terminal safe-output types that exist in ValidationConfig but were absent from the ### Safe Output Mapping decision table in .github/aw/designer.md, causing repeated drift alerts.

Changes

  • .github/aw/designer.md — Added four rows to the Safe Output Mapping table:
User says... Maps to
"log completion message", "signal no action needed" noop (auto-enabled; no declaration required in most workflows)
"track when tools are missing", "create issues for missing tools" missing-tool (auto-enabled; configure create-issue: true to file tracking issues)
"track when data is unavailable", "create issues for missing data" missing-data (auto-enabled; configure create-issue: true to file tracking issues)
"flag when agent can't finish", "report infrastructure failure" report-incomplete (auto-enabled; configure create-issue: true to track failures)
  • Updated the existing "nothing visible, just analyze" row to clarify that noop fires automatically even when no write safe outputs are declared.

…ing table

Add noop, missing-tool, missing-data, and report-incomplete to the Safe
Output Mapping table in .github/aw/designer.md. These four auto-enabled
meta/terminal types existed in the safe-output registry (ValidationConfig)
but were absent from the designer's decision-heuristic mapping table,
causing the Designer Drift Audit to flag them as missing coverage.

Also updated the "nothing visible, just analyze" row to clarify that noop
is still called automatically even when no write safe outputs are needed.

Closes #47463

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

🤖 PR Triage

Field Value
Category chore
Risk 🟢 Low
Priority Score 20/100
Recommended Action defer

Score Breakdown: Impact 8 · Urgency 5 · Quality 7

WIP PR with 0 net file changes — appears to be in-flight. Defer until implementation is complete and PR is marked ready for review.

Generated by 🔧 PR Triage Agent · sonnet46 33.1 AIC · ⌖ 7.95 AIC · ⊞ 5.7K ·

Copilot AI changed the title [WIP] Fix missing meta safe-output types in SKILL.md mapping table docs: add missing meta/terminal safe-output types to designer mapping table Jul 23, 2026
Copilot AI requested a review from pelikhan July 23, 2026 07:09
@pelikhan
pelikhan marked this pull request as ready for review July 23, 2026 07:23
Copilot AI review requested due to automatic review settings July 23, 2026 07:23
@pelikhan
pelikhan merged commit 0d9637f into main Jul 23, 2026
1 check passed
@pelikhan
pelikhan deleted the copilot/designer-drift-fix-missing-meta-types branch July 23, 2026 07:23

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds missing meta/terminal safe-output types to the designer mapping.

Changes:

  • Documents four auto-enabled safe-output types.
  • Clarifies workflows requiring no write operations.
Show a summary per file
File Description
.github/aw/designer.md Expands the Safe Output Mapping table.

Review details

Tip

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

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Medium

Comment thread .github/aw/designer.md
| "track when tools are missing", "create issues for missing tools" | `missing-tool` (auto-enabled; configure `create-issue: true` to file tracking issues) |
| "track when data is unavailable", "create issues for missing data" | `missing-data` (auto-enabled; configure `create-issue: true` to file tracking issues) |
| "flag when agent can't finish", "report infrastructure failure" | `report-incomplete` (auto-enabled; configure `create-issue: true` to track failures) |
| "nothing visible", "just analyze" | no write safe outputs required (noop is still called automatically) |
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.83.1

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Designer Drift AuditDesigner Drift: Missing meta safe-output types in SKILL.md mapping table

3 participants