src/server/workflows/ and schedule them via schedules.json.
Daily task summary
We want the task tracker to have a daily workflow that aggregates task metrics, generates a human-readable summary with the Anthropic LLM service, and posts it to the team Slack channel. Define the workflow insrc/server/workflows/dailySummary.ts:
src/server/workflows/index.ts:
Scheduling
Configure the workflow to run daily inschedules.json:

