Skip to content

Merge dev to main#427

Merged
zbigniewsobiecki merged 6 commits intomainfrom
dev
Feb 19, 2026
Merged

Merge dev to main#427
zbigniewsobiecki merged 6 commits intomainfrom
dev

Conversation

@zbigniewsobiecki
Copy link
Copy Markdown
Member

Summary

🤖 Generated with Claude Code

Cascade Bot and others added 6 commits February 18, 2026 21:44
…aces-progress-comment

feat(lifecycle): replace progress comment with PR created message
- Add missing CreatePRReview to buildReviewLlmistGadgets() (blocking bug:
  review agent couldn't submit reviews via llmist backend)
- Replace PostPRComment with CreatePRReview to match review.ts gadget list
- Create dedicated respondToReviewProfile with buildPRAgentLlmistGadgets(true)
  instead of reusing read-only reviewProfile (blocking bug: respond-to-review
  agent had no file editing gadgets)
- Add VerifyChanges to buildPRAgentLlmistGadgets() matching base.ts pattern
- Remove redundant explicit false in respondToCIProfile
- Strengthen tests: verify specific gadget presence/absence per profile using
  constructor.name assertions instead of just checking array length

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
#426)

The JIRA acknowledge reaction had a fallback path that posted a 💭
comment when the reactions API returned 404. This comment triggered a
new `comment_created` webhook, which queued another job, which posted
another fallback comment — creating an infinite loop.

Changes:
- Remove the JIRA fallback comment entirely from sendJiraReaction()
- Scope acknowledge reactions to comment events only across all
  platforms (Trello commentCard, GitHub issue_comment/PR review
  comment, JIRA comment_created/comment_updated) instead of firing
  on every processable event
- Update tests to verify no fallback comment is posted

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@zbigniewsobiecki zbigniewsobiecki merged commit c531da6 into main Feb 19, 2026
8 checks passed
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