feat(kanban): add scheduled status for delayed follow-ups (#24533)#28467
Merged
Conversation
Salvages #24533 by @roycepersonalassistant. Adds a first-class 'scheduled' Kanban status for time-delay follow-ups that aren't waiting on human input. - hermes kanban schedule <task_id> [reason] CLI command - Dashboard/API transitions to/from Scheduled - unblock_task() now releases both 'blocked' AND 'scheduled' tasks (re-checking parent dependencies before moving to ready/todo) - i18n + docs updates Resolved conflicts: kept HEAD's failure-counter reset on unblock alongside the PR's scheduled state, kept HEAD's 'running' direct-set rejection, combined both bulk-status branches. Dropped the dist/ bundle changes (months-stale; would need rebuild from source).
Contributor
🔎 Lint report:
|
1 task
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.
Salvages #24533 by @roycepersonalassistant.
Adds a first-class
scheduledKanban status for time-delay follow-ups that aren't waiting on human input. (Main already hadscheduledinVALID_STATUSESfrom earlier work but lacked the surface.)hermes kanban schedule <task_id> [reason]CLI commandunblock_task()now releases bothblockedANDscheduledtasks (re-checking parent dependencies before moving to ready/todo)Resolved 4 conflicts. Kept HEAD's failure-counter reset on unblock alongside the PR's scheduled state, kept HEAD's
runningdirect-set rejection, combined both bulk-status branches. Dropped the dist/ bundle changes since they were months stale against current main (would conflict catastrophically with the bundle's recent rebuilds).Authorship preserved via rebase merge.
Validation