picoclaw/cmd/picoclaw/internal/cron
daming大铭 1fc5345857
refactor(cron): remove deliver and type params, unify agent execution path (#2147)
The agent path now publishes to outbound bus directly (since #2100),
making the deliver=true direct-to-bus shortcut and the directive type
prompt wrapping redundant. All cron jobs now uniformly route through
the agent. This is an intentional behavior change: old jobs with
deliver=true will execute through the agent instead of bypassing it.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 22:52:34 +08:00
..
add.go refactor(cron): remove deliver and type params, unify agent execution path (#2147) 2026-03-29 22:52:34 +08:00
add_test.go refactor(cron): remove deliver and type params, unify agent execution path (#2147) 2026-03-29 22:52:34 +08:00
command.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
command_test.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
disable.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
disable_test.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
enable.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
enable_test.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
helpers.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
list.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
list_test.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
remove.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
remove_test.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00