What problem does it solve?
Manage recurring automations across macOS launchd and Linux cron from a single vault-backed registry, preventing sprawl and keeping the source of truth.
Core Features & Use Cases
- Declarative registry: A central vault file (_lcg/scheduled-tasks.md) defines each task with schedule, enabled flag, description, and prompt.
- Cross-platform scheduling: OS scheduler entries are installed from the registry for macOS (launchd), Linux (cron), and Windows (schtasks).
- Idempotent mutations: Always load the registry before create/update/remove to avoid duplicates and conflicts.
- Lifecycle flows: Inventory, create/add, update, remove, enable/disable, and bulk-sync from registry to OS scheduler.
- Safety checks: Duplicate name detection, overlap checks, and cleanup of stale disabled tasks.
- Live-backed docs and prompts: Registry drives the prompts and actions used by Copilot during task firing.
Quick Start
Tell me the task name, schedule, and description, and I will register it in the vault and install the corresponding OS scheduler.