[UX] Professionalize Architecture Guardian safe-output status messages#41612
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the Architecture Guardian workflow’s safe-output status messaging to be more professional, clearer, and easier to triage, and regenerates the compiled lock file so runtime payloads match.
Changes:
- Reworded
run-started,run-success, andrun-failuresafe-output messages to remove theatrical phrasing and clarify failure semantics. - Switched the failure-state emoji from
🏛️to❌for better scanability. - Regenerated
.lock.ymlsoGH_AW_SAFE_OUTPUT_MESSAGESreflects the new message text.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/architecture-guardian.md | Updates the safe-output status message strings for run started/success/failure. |
| .github/workflows/architecture-guardian.lock.yml | Updates the generated workflow payload so GH_AW_SAFE_OUTPUT_MESSAGES matches the new message text. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Low
|
Hey One small gap to address before this is fully ready:
If you'd like a hand closing that gap, here's a ready-to-use prompt:
|
This updates the
architecture-guardiansafe-output status text to remove theatrical phrasing, redundant emphasis, and ambiguous failure wording. The workflow now emits clearer, enterprise-friendly run lifecycle messages with better visual triage.What changed
safe-outputs.messagesstatus entries in.github/workflows/architecture-guardian.md:run-startedrun-successrun-failure🏛️to❌to improve scanability in dashboards.Compiled workflow alignment
.github/workflows/architecture-guardian.lock.ymlso runtime-safe-output payloads reflect the new message text.Updated message block