zeroclaw/src/cron
Argenis 7f0ddf06a9
fix: wire Signal channel into scheduled announcement delivery (#3511)
Add SignalChannel import and match arm in deliver_announcement() so
cron jobs with delivery.channel = "signal" are handled instead of
rejected as unsupported.

Closes #3476
2026-03-14 17:07:26 -04:00
..
mod.rs fix(security): unify cron shell validation across API/CLI/scheduler (#3270) 2026-03-12 12:48:13 +00:00
schedule.rs Implement cron job management tools and types 2026-02-17 17:06:28 +08:00
scheduler.rs fix: wire Signal channel into scheduled announcement delivery (#3511) 2026-03-14 17:07:26 -04:00
store.rs fix(cron): skip unparseable job rows instead of aborting the scheduler (#3405) 2026-03-13 18:17:08 -04:00
types.rs test(crom): add tests for JobType::try_from to handle case-insensitive and invalid values 2026-02-21 02:35:54 +08:00