Skip to content

Commit 417ca9d

Browse files
committed
Update action URL template and enhance user instructions in agentic workflow prompt; remove obsolete test workflows for Claude and Copilot integration
1 parent 2c1fb7b commit 417ca9d

File tree

4 files changed

+4
-48
lines changed

4 files changed

+4
-48
lines changed

.github/prompts/create-agentic-workflow.prompt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ DO NOT ask all these questions at once; instead, engage in a back-and-forth conv
116116

117117
- After completing the workflow, inform the user:
118118
- The workflow has been created and compiled successfully.
119-
- The action URL is https://github.com/<owner>/<repo>/actions/workflows/<workflow file name> (fix url)
120-
- They can edit and recompile using `gh aw compile --watch`
119+
- Print a link to the github.com action landing page (The action URL template is https://github.com/[repo_owner]/[repo_name]/actions/workflows/[workflow_file_name].lock.yml)
120+
- They can **edit and recompile** using `gh aw compile --watch`
121121

122122
## Guidelines
123123

pkg/cli/templates/create-agentic-workflow.prompt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ DO NOT ask all these questions at once; instead, engage in a back-and-forth conv
116116

117117
- After completing the workflow, inform the user:
118118
- The workflow has been created and compiled successfully.
119-
- The action URL is https://github.com/<owner>/<repo>/actions/workflows/<workflow file name> (fix url)
120-
- They can edit and recompile using `gh aw compile --watch`
119+
- Print a link to the github.com action landing page (The action URL template is https://github.com/[repo_owner]/[repo_name]/actions/workflows/[workflow_file_name].lock.yml)
120+
- They can **edit and recompile** using `gh aw compile --watch`
121121

122122
## Guidelines
123123

pkg/cli/workflows/test-claude-markitdown-mcp.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

pkg/cli/workflows/test-copilot-markitdown-mcp.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)