Skip to content

Merge dev to main#317

Merged
zbigniewsobiecki merged 10 commits intomainfrom
dev
Feb 16, 2026
Merged

Merge dev to main#317
zbigniewsobiecki merged 10 commits intomainfrom
dev

Conversation

@zbigniewsobiecki
Copy link
Copy Markdown
Member

Summary

  • fix: forward commentCard events in Trello router (fix: forward commentCard events in Trello router #316)
  • Add commentCard to shouldProcess in parseTrelloWebhook() so the trello-comment-mention trigger fires on @mentions in PLANNING card comments
  • New CLI commands: runs retry, runs trigger
  • Manual runner infrastructure for re-running triggers
  • New unit tests for config modules, PM lifecycle, triggers, and GitHub utils

All CI checks passing on dev.

🤖 Generated with Claude Code

Cascade Bot and others added 10 commits February 16, 2026 20:24
Adds the ability to manually trigger agent runs and retry failed runs
via both CLI and web UI (future PR).

Core changes:
- New manual-runner.ts with triggerManualRun() and triggerRetryRun()
- In-memory duplicate prevention via trigger tracking
- Two new tRPC mutations: runs.trigger and runs.retry
- CLI commands: cascade runs trigger and cascade runs retry
- Added 'manual' to triggerType union in AgentInput
- Comprehensive unit tests (9 tests, all passing)

Implementation follows the debug-runner.ts pattern:
- Fire-and-forget execution (no await on runAgent)
- Org access validation in tRPC layer
- Error handling with logger
- Status tracking to prevent concurrent duplicates

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
The router was dropping all commentCard webhook events with
"Ignoring Trello: commentCard", preventing the trello-comment-mention
trigger from firing when users @mention the bot on PLANNING cards.

Add commentCard to the shouldProcess condition in parseTrelloWebhook().
No router-level pre-filtering is needed — the worker-side
TrelloCommentMentionTrigger already validates mention presence,
card list membership, and self-authorship, matching the pattern
used for JIRA comment events.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ent-card-events

fix: forward commentCard events in Trello router
@zbigniewsobiecki zbigniewsobiecki merged commit c7f75d8 into main Feb 16, 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