Skip to content

feat(kanban): add scheduled status for delayed follow-ups (#24533)#28467

Merged
teknium1 merged 1 commit into
mainfrom
hermes/hermes-de55f5dd
May 19, 2026
Merged

feat(kanban): add scheduled status for delayed follow-ups (#24533)#28467
teknium1 merged 1 commit into
mainfrom
hermes/hermes-de55f5dd

Conversation

@teknium1

Copy link
Copy Markdown
Contributor

Salvages #24533 by @roycepersonalassistant.

Adds a first-class scheduled Kanban status for time-delay follow-ups that aren't waiting on human input. (Main already had scheduled in VALID_STATUSES from earlier work but lacked the surface.)

  • 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 4 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 since they were months stale against current main (would conflict catastrophically with the bundle's recent rebuilds).

Authorship preserved via rebase merge.

Validation

  • 2 schedule tests pass.

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).
@teknium1 teknium1 merged commit e382365 into main May 19, 2026
@teknium1 teknium1 deleted the hermes/hermes-de55f5dd branch May 19, 2026 04:39
@github-actions

Copy link
Copy Markdown
Contributor

🔎 Lint report: hermes/hermes-de55f5dd vs origin/main

ruff

Total: 0 on HEAD, 0 on base (➖ 0)

🆕 New issues: none

✅ Fixed issues: none

Unchanged: 0 pre-existing issues carried over.

ty (type checker)

Total: 8876 on HEAD, 8872 on base (🆕 +4)

🆕 New issues: none

✅ Fixed issues: none

Unchanged: 4647 pre-existing issues carried over.

Diagnostics are surfaced as warnings — this check never fails the build.

@alt-glitch alt-glitch added type/feature New feature or request comp/plugins Plugin system and bundled plugins comp/cli CLI entry point, hermes_cli/, setup wizard P3 Low — cosmetic, nice to have labels May 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/cli CLI entry point, hermes_cli/, setup wizard comp/plugins Plugin system and bundled plugins P3 Low — cosmetic, nice to have type/feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants