Open
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… config Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…hainProposalItemSchema - Add `start` optional field to OffchainProposalItemSchema for Snapshot voting start time - Add SafeOffchainProposalNonVotersResponseSchema with null-filtering transform - Add getOffchainProposalNonVoters() method to AnticaptureClient - Export QueryInput_Proposals_Status_Items and OrderDirection from anticapture-client index - Fix breaking type changes from regenerated graphql.ts (unified OrderDirection enum, FeedEventType/FeedRelevance moved to top-level, number fields replacing string timestamps, GetProposalByIdQuery now returns union type with ErrorResponse) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…minderProposal interface - Replace ProposalOnChain/ProposalDataSource with VotingReminderProposal/VotingReminderDataSource - Add triggerIdPrefix constructor param (enables offchain-voting-reminder-75 IDs) - Rename TRIGGER_ID_PREFIX -> DEFAULT_TRIGGER_ID_PREFIX constant - Update field access: proposal.timestamp/endTimestamp -> proposal.startTime/endTime - Add link and discussion fields to VotingReminderEvent; make description optional - Update fetchData to call dataSource.listActiveForReminder() - Add listActiveForReminder() to ProposalRepository implementing VotingReminderDataSource - Update dispatcher VotingReminderEvent interface (description optional, add link/discussion) - Fix createReminderMessage to handle optional description with ?? '' fallback - Add address to replacePlaceholders call in dispatcher service - Update tests to use VotingReminderProposal with startTime/endTime numbers Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ing reminder trigger - OffchainProposalRepository now implements VotingReminderDataSource with listActiveForReminder() - Added offchainVotingReminderTrigger75 (75% threshold) to App wiring in initializeRabbitMQ, start(), stop(), and resetTriggers() - Added missing stop() calls for all voting reminder triggers in resetTriggers() Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…cher Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
pikonha
reviewed
Apr 7, 2026
docs/superpowers/specs/2026-04-02-dispatcher-voting-reminder-unification-design.md
Outdated
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pr adds a voting reminder notification for snapshot proposals.