Skip to content

Fix double review output in CI logs#71

Merged
Alexanderamiri merged 1 commit into
mainfrom
fix/review-double-output
Mar 16, 2026
Merged

Fix double review output in CI logs#71
Alexanderamiri merged 1 commit into
mainfrom
fix/review-double-output

Conversation

@Alexanderamiri
Copy link
Copy Markdown
Member

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 logs

- extract-review-risk.sh: replace tee (writes to stdout + file simultaneously)
  with redirect-then-cat (write to file, print once)
- CLAUDE.md: add guideline to check PR state before pushing
@github-actions
Copy link
Copy Markdown

Terraform Plan

No changes — infrastructure is up to date.

Plan output

No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.

@Alexanderamiri Alexanderamiri merged commit 209ceb2 into main Mar 16, 2026
3 checks passed
@Alexanderamiri Alexanderamiri deleted the fix/review-double-output branch March 16, 2026 20:59
Alexanderamiri added a commit that referenced this pull request May 9, 2026
## 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 logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant