fix(kanban): keep initial blocked tasks sticky - #43479
Closed
scroasdale wants to merge 10 commits into
Closed
Conversation
- Resolve Discord thread-scoped Kanban lifecycle commands against notify subscriptions - Add task context injection for gateway session prompts - Add DB helper coverage for subscription lookup - Add focused gateway/CLI regression tests Refs: t_7bbd2997 (cherry picked from commit 8f1422b647c804119a9795edea17260933364695)
- pass Discord forum thread names and applied tags through live and standalone send paths - wrap invalid Kanban DB header failures with corrupt-db backup handling - add regression coverage for forum projection metadata forwarding (cherry picked from commit fa644b684466afb11ec075df5f7e8c6204aec081)
(cherry picked from commit 5d00e8a3b70bede7f994b7c46385c8fcdf52f851)
(cherry picked from commit 2e5a09a234178cde211dcbbe633b24375bcd1035)
(cherry picked from commit 0793f62fc45c0de8d0c814f93ce0d744503a3a82)
(cherry picked from commit c233a0f10d1aeed4fdcb35cd1488001a03491446)
(cherry picked from commit c628f7e765b02745825c6c693e09ebc91d9503fb)
Port the preserved uncommitted Discord/Kanban projection and gateway follow-ups onto origin/main.
Record a blocked event for tasks created directly in blocked status so dispatcher recompute does not auto-promote them without an explicit unblock. Use the board projection notifier_profile for Discord projection subscriptions when configured, falling back to the creating profile only when absent.
Author
|
Closed at Sam's request: this work is not ready for public upstream due diligence. Keeping the patch local/private for now. |
This was referenced Jul 28, 2026
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
Test Plan
Notes
Full tests/hermes_cli was previously run in this environment and is not clean due to unrelated/baseline failures; focused Kanban coverage above passes.