Add ASCII chart guidance and route chart requests in agentic-workflows dispatcher#32650
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
Add ASCII chart guidance and route it in agentic workflows agent
Add ASCII chart guidance and route chart requests in agentic-workflows dispatcher
May 16, 2026
Copilot created this pull request from a session on behalf of
pelikhan
May 16, 2026 15:40
View session
pelikhan
approved these changes
May 16, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds guidance for compact in-markdown chart rendering and updates the agentic-workflows dispatcher to route chart-related requests to it.
Changes:
- Added a new ASCII chart guidance document.
- Added dispatcher routing and use cases for markdown chart rendering.
- Updated a generated workflow lock env entry.
Show a summary per file
| File | Description |
|---|---|
.github/aw/asciicharts.md |
Adds ASCII chart rendering guidance for GitHub markdown surfaces. |
.github/agents/agentic-workflows.agent.md |
Routes chart-rendering requests to the new guide. |
.github/workflows/blog-auditor.lock.yml |
Adds engine metadata to a setup step. |
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: 1
|
|
||
| ## GOLDEN RULE | ||
|
|
||
| Make graph human understand in 2 seconds. |
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.
GitHub Agentic Workflows lacked dedicated instructions for generating ASCII charts that render reliably in GitHub markdown surfaces. This change adds a focused guidance document and wires dispatcher routing so chart-generation requests consistently load it.
New guidance:
.github/aw/asciicharts.mdDispatcher routing update:
.github/agents/agentic-workflows.agent.mdExample usage (from new guidance)