fix: Bury media cards in get_due_cards to fix rate_card error (#10)#11
Merged
anatoly314 merged 5 commits intomainfrom Feb 8, 2026
Merged
fix: Bury media cards in get_due_cards to fix rate_card error (#10)#11anatoly314 merged 5 commits intomainfrom
anatoly314 merged 5 commits intomainfrom
Conversation
) When skip_images/skip_audio filters are active, get_due_cards now buries media cards instead of skipping over them in memory. This ensures the returned card is genuinely at the top of the scheduler queue, fixing the "not at top of queue" error from rate_card. Also adds bury/unbury actions to card_management tool so users can restore buried cards after a review session. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fix outdated workflow instructions and add guidance for voice-mode review with skip_images/skip_audio filters, including the unbury step at session end. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add "voice" as a review_style option that instructs the LLM to use skip_images/skip_audio filters and call unbury at session end. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
get_due_cardsnow buries media cards whenskip_images/skip_audiofilters are active, ensuring the returned card is genuinely at the top of the scheduler queue. Fixes the "not at top of queue" error fromrate_card.buryandunburytocard_managementtool so users can restore buried cards after a review session."voice"review style toreview_sessionprompt with skip media + unbury workflow.Test plan
Closes #10
🤖 Generated with Claude Code