Rename prompt files to include 'agentic-workflow' suffix#9789
Merged
Conversation
- Renamed template files in pkg/cli/templates/ - create.md → create-agentic-workflow.md - update.md → update-agentic-workflow.md - debug.md → debug-agentic-workflow.md - Renamed actual files in .github/aw/ - Updated Go code references (embed directives, functions, comments) - Updated test files (agentic_workflow_agent_test.go, init_test.go, fix_command_test.go) - Updated template references in agentic-workflows.agent.md - Updated .github/agents/agentic-workflows.agent.md - Updated Makefile sync-templates target - Removed obsolete cleanupLegacyCreateAgenticWorkflowPrompt function - All tests passing Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Rename prompt files for agentic workflow
Rename prompt files to include 'agentic-workflow' suffix
Jan 13, 2026
This was referenced Jan 13, 2026
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.
Renames
create.md,update.md, anddebug.mdprompt files tocreate-agentic-workflow.md,update-agentic-workflow.md, anddebug-agentic-workflow.mdfor improved clarity and discoverability.Changes
File Renames
.github/aw/:create.md→create-agentic-workflow.md,update.md→update-agentic-workflow.md,debug.md→debug-agentic-workflow.mdpkg/cli/templates/: Same renames applied to embedded template filesCode Updates
//go:embeddirectives inpkg/cli/commands.goensureCreateWorkflowPrompt(),ensureUpdateWorkflowPrompt(),ensureDebugWorkflowPrompt()functionscleanupLegacyCreateAgenticWorkflowPrompt()function and its call sitepkg/cli/init_command.gosync-templatestarget.github/agents/agentic-workflows.agent.mdandpkg/cli/templates/agentic-workflows.agent.mdTest Updates
pkg/cli/agentic_workflow_agent_test.go,pkg/cli/init_test.go, andpkg/cli/fix_command_test.goOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.