Commit 209ceb2
authored
Fix double review output in CI logs (#71)
## Summary
- **extract-review-risk.sh**: Replace `tee` with redirect-then-cat to
prevent duplicate review output in CI logs
- **CLAUDE.md**: Add agent guideline to always check PR state before
pushing
## Test plan
- [ ] Verify LLM review appears once (not twice) in CI plan job logs1 parent dbddf9f commit 209ceb2
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| 302 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments