Skip to content

Commit d817d05

Browse files
Copilotpelikhan
andauthored
Align Adventure D scenario prompts with default gh aw compile guidance (#1327)
* Initial plan * docs: use gh aw compile default in 11d scenario prompts Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 4134549 commit d817d05

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

workshop/11d-build-copilot-agents.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The workflow should:
8282
- Limit safe-outputs to add-comment with max: 1
8383
8484
Save the workflow as `.github/workflows/daily-status.md`.
85-
Compile it with `gh aw compile --validate`.
85+
Compile it with `gh aw compile`.
8686
Commit the `.md` file and the generated `.lock.yml`, then open a pull request for review.
8787
```
8888

@@ -107,7 +107,7 @@ The workflow should:
107107
- Limit safe-outputs to add-comment with max: 1
108108
109109
Save the workflow as `.github/workflows/daily-docs.md`.
110-
Compile it with `gh aw compile --validate`.
110+
Compile it with `gh aw compile`.
111111
Commit the `.md` file and the generated `.lock.yml`, then open a pull request for review.
112112
```
113113

@@ -132,7 +132,7 @@ The workflow should:
132132
- Use safe-outputs: add-comment with max: 5
133133
134134
Save the workflow as `.github/workflows/pr-code-reviewer.md`.
135-
Compile it with `gh aw compile --validate`.
135+
Compile it with `gh aw compile`.
136136
Commit the `.md` file and the generated `.lock.yml`, then open a pull request for review.
137137
```
138138

0 commit comments

Comments
 (0)