Commit 6c5536b
committed
docs(engineer-bot): clarify no_change outcome + coverage_pr_url key are correct
Two review findings (raised repeatedly) assumed the workflow was wrong; both are
false positives verified against the engine source. Add clarifying comments so
they don't recur:
- `case ... no_change)`: the engine maps the agent's `no_change_needed` to the
emitted $GITHUB_OUTPUT value `no_change` (run_author.py), so the arm is correct.
- `coverage_pr_url`: engineer_bot.publish emits this key for ALL flows (legacy
name), not just coverage — correct for bug-fix too.
Co-authored-by: Isaac1 parent 356882d commit 6c5536b
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
172 | 175 | | |
173 | 176 | | |
174 | 177 | | |
175 | 178 | | |
176 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
177 | 185 | | |
178 | 186 | | |
179 | 187 | | |
| |||
0 commit comments