Skip to content

feat(kanban): support scheduled task start times via scheduled_at (#24429)#28384

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

feat(kanban): support scheduled task start times via scheduled_at (#24429)#28384
teknium1 merged 1 commit into
mainfrom
hermes/hermes-de55f5dd

Conversation

@teknium1

Copy link
Copy Markdown
Contributor

Salvages #24429 by @Interstellar-code.

Scheduled_at field for tasks (62/15 LOC) — small targeted feature.

Cherry-picked onto current main with original authorship preserved via rebase merge.

Prevents ValueError crash in dashboard get_board() when a task has
an ISO timestamp (e.g. "2026-05-10T15:00:00Z") instead of a unix epoch
int. Adds _to_epoch() helper that normalises both formats.
@teknium1 teknium1 merged commit d8ad431 into main May 19, 2026
@teknium1 teknium1 deleted the hermes/hermes-de55f5dd branch May 19, 2026 03:18
@alt-glitch alt-glitch added type/feature New feature or request P3 Low — cosmetic, nice to have comp/plugins Plugin system and bundled plugins comp/cli CLI entry point, hermes_cli/, setup wizard labels May 19, 2026
@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: 8810 on HEAD, 8807 on base (🆕 +3)

🆕 New issues (2):

Rule Count
unsupported-operator 1
unresolved-attribute 1
First entries
hermes_cli/kanban_db.py:4796: [unsupported-operator] unsupported-operator: Operator `-` is not supported between objects of type `int` and `int | None`
tests/hermes_cli/test_kanban_db.py:1620: [unresolved-attribute] unresolved-attribute: Module `hermes_cli.kanban_db` has no member `_safe_int`

✅ Fixed issues (6):

Rule Count
invalid-argument-type 5
unsupported-operator 1
First entries
tests/hermes_cli/test_kanban_db.py:1620: [invalid-argument-type] invalid-argument-type: Argument to function `_safe_int` is incorrect: Expected `str | None`, found `object`
tests/hermes_cli/test_kanban_db.py:1604: [invalid-argument-type] invalid-argument-type: Argument to function `_safe_int` is incorrect: Expected `str | None`, found `Literal[1700000000]`
hermes_cli/kanban_db.py:4778: [unsupported-operator] unsupported-operator: Operator `-` is not supported between objects of type `int & ~AlwaysFalsy` and `int | None`
hermes_cli/kanban_db.py:4774: [invalid-argument-type] invalid-argument-type: Argument to function `_safe_int` is incorrect: Expected `str | None`, found `int | None`
tests/hermes_cli/test_kanban_db.py:1603: [invalid-argument-type] invalid-argument-type: Argument to function `_safe_int` is incorrect: Expected `str | None`, found `Literal[0]`
hermes_cli/kanban_db.py:4772: [invalid-argument-type] invalid-argument-type: Argument to function `_safe_int` is incorrect: Expected `str | None`, found `int`

Unchanged: 4624 pre-existing issues carried over.

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

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