-
Notifications
You must be signed in to change notification settings - Fork 43
Update workflow authoring docs to emphasize GitHub web interface #11956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.