Update workflow authoring docs to emphasize GitHub web interface#11956
Update workflow authoring docs to emphasize GitHub web interface#11956
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…interface approach Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
|
||
| ## After compiling | ||
| ## Editing Workflows: Prompt vs Frontmatter | ||
|
|
There was a problem hiding this comment.
Prompt the user to use the "agentic-workflows" agent to edit the workflow, this will also recompile the workflow.
However, they can edit the markdown body of the agentics/*.md file from the web interface without recompilation.
There was a problem hiding this comment.
@copilot Prompt the user to use the "agentic-workflows" agent to edit the workflow, this will also recompile the workflow.
However, they can edit the markdown body of the agentics/*.md file from the web interface without recompilation.
There was a problem hiding this comment.
Updated the "Editing Workflows" section in commit 7d618df to:
- Recommend using
/agent agentic-workflowsas the primary editing method (handles recompilation automatically) - Clarify that markdown body can be edited directly from the GitHub web interface without recompilation
- Note that manual frontmatter edits require recompilation, or users can use the agent instead
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
…kflows Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Update "Creating Workflows" Documentation
make build-docsChanges Made
Title and Navigation
Quick Start Section
gh aw initcommand to GitHub Copilot agent session approachEditing Workflows Section (New)
Added comprehensive guidance on editing workflows with two approaches:
Recommended: Using the Agentic-Workflows Agent
/agent agentic-workflowscommand/agent agentic-workflows update add web-fetch tool to my-workflowManual Editing: Prompt vs Frontmatter
.github/workflows/*.mdfiles without recompilationgh aw compileafter manual edits (or use the agent instead)Content Refinements
Build Status
✅ Documentation built successfully (102 pages indexed)
✅ All internal links validated
✅ No errors or warnings
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.