cron/init
Source
Usage
bash
npm exec saf-workflow kickoff cron/init <parent>To run this workflow automatically, tell the agent to:
- Navigate to the target package
- Run this command
- Follow the instructions until done
Checklist
When run, the workflow will:
- Upsert 8 templates.
- Change working directory to service/cron
- Run
npm install
Help Docs
bash
Usage: npm exec saf-workflow kickoff cron/init <parent>
Ensure the product cron package exists (http/monolith cron wiring ships with
product/init)
Arguments:
parent Optional path to the product root (default: cwd). Ensures service/cron exists and weaves cron into http + monolith.
Example: "."