Commit 8032d9f
docs: correct skill verification claim to PR workflow only (#211)
The skip-if-skill callout in step 13 of the prompt-agent tutorial
claimed the workflow skill triggered a first verification run of
both agentops-pr.yml AND agentops-deploy-dev.yml. That over-claims:
- agentops-pr.yml triggers on pull_request or workflow_dispatch. The
skill dispatches it as a sanity check, which is the verification run
step 13 expects users to see in the Actions tab.
- agentops-deploy-dev.yml triggers on push to develop (or
workflow_dispatch). The skill does not dispatch it. The first real
run happens at the end of the section, after the user merges the
baseline PR into the trunk branch.
The callout now mentions only agentops-pr.yml and explicitly tells
the reader that the deploy-dev run will fire later, on the merge.
Also moves the PR #210 changelog entry from [0.3.1] (already
released) to [Unreleased] where it belongs, and folds the correction
into the same entry.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 92e840e commit 8032d9f
2 files changed
Lines changed: 26 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | | - | |
| 9 | + | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
26 | 33 | | |
27 | 34 | | |
28 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
763 | 763 | | |
764 | 764 | | |
765 | 765 | | |
766 | | - | |
767 | | - | |
768 | | - | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
769 | 770 | | |
770 | | - | |
771 | | - | |
772 | | - | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
773 | 774 | | |
774 | | - | |
775 | | - | |
| 775 | + | |
| 776 | + | |
776 | 777 | | |
777 | 778 | | |
778 | 779 | | |
| |||
0 commit comments