zeroclaw/src/cron
Aleksandr Prilipko 2af6a25ac2 fix: resolve all compilation, test, and fmt errors on main
- Remove duplicate `chat` method in reliable.rs (E0201)
- Fix `futures` → `futures_util` imports in agent.rs and loop_.rs (E0433)
- Gate PostgresMemory behind `memory-postgres` feature in cli.rs (E0433)
- Fix regex backreference in XML tool parser (unsupported by regex crate)
- Add missing `skills_prompt_mode` argument in test
- Apply rustfmt to files with formatting issues on main
2026-02-21 12:09:06 +08:00
..
mod.rs feat(cron): add cron update CLI subcommand for in-place job updates 2026-02-19 15:11:37 +08:00
schedule.rs Implement cron job management tools and types 2026-02-17 17:06:28 +08:00
scheduler.rs fix(scheduler): harden idle health heartbeat behavior 2026-02-20 21:39:52 +08:00
store.rs fix: resolve all compilation, test, and fmt errors on main 2026-02-21 12:09:06 +08: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