hermes-agent/tests/cron
Yannick Stephan defbe0f9e9 fix(cron): warn and skip missing skills instead of crashing job
When a cron job references a skill that is no longer installed,
_build_job_prompt() now logs a warning and injects a user-visible notice
into the prompt instead of raising RuntimeError. The job continues with
any remaining valid skills and the user prompt.

Adds 4 regression tests for missing skill handling.
2026-03-19 09:56:16 -07:00
..
__init__.py test: add unit tests for 8 modules (batch 2) 2026-02-26 13:54:20 +03:00
test_jobs.py fix(cron): recover recent one-shot jobs (#1918) 2026-03-18 04:06:02 -07:00
test_scheduler.py fix(cron): warn and skip missing skills instead of crashing job 2026-03-19 09:56:16 -07:00