scope: replace generic cron automations with narrow sync jobs #295

Closed
opened 2026-05-11 18:30:40 +00:00 by barrettruth · 0 comments
Owner

Problem

The current cron/automation feature is a generic scheduled workflow engine.

It exists to run stored automation recipes on cron expressions, currently through /api/automations, CLI delta cron, node-cron, and built-in recipe handlers. That is broader than the current product needs.

Solution

Replace it with a narrow sync job path that only supports first-party integration sync work needed for v0.1.0:

  • Google Calendar sync (#123).
  • Google Tasks pull (#291).
  • Manual sync trigger from settings or CLI if useful.
  • One operator-configurable interval if necessary.

Remove the generic automation CRUD API, generic recipe registry, CLI cron noun, and stale docs/manpage sections unless a piece is directly reused by the narrow sync path.

Acceptance criteria

  • No user-facing generic automation/cron management remains.
  • Google sync still has a clear manual and scheduled execution path.
  • The scheduler cannot run arbitrary recipe types from stored config.
  • Removed CLI commands are also removed from completions and docs.
## Problem The current `cron`/automation feature is a generic scheduled workflow engine. It exists to run stored automation recipes on cron expressions, currently through `/api/automations`, CLI `delta cron`, `node-cron`, and built-in recipe handlers. That is broader than the current product needs. ## Solution Replace it with a narrow sync job path that only supports first-party integration sync work needed for v0.1.0: - Google Calendar sync (#123). - Google Tasks pull (#291). - Manual sync trigger from settings or CLI if useful. - One operator-configurable interval if necessary. Remove the generic automation CRUD API, generic recipe registry, CLI `cron` noun, and stale docs/manpage sections unless a piece is directly reused by the narrow sync path. ## Acceptance criteria - No user-facing generic automation/cron management remains. - Google sync still has a clear manual and scheduled execution path. - The scheduler cannot run arbitrary recipe types from stored config. - Removed CLI commands are also removed from completions and docs.
barrettruth added this to the v0.1.0 milestone 2026-05-11 18:30:40 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/delta#295
No description provided.