()
| 58 | return CRON_LIST_DESCRIPTION |
| 59 | }, |
| 60 | async prompt() { |
| 61 | return buildCronListPrompt(isDurableCronEnabled()) |
| 62 | }, |
| 63 | async call() { |
| 64 | const allTasks = await listAllCronTasks() |
| 65 | // Teammates only see their own crons; team lead (no ctx) sees all. |
nothing calls this directly
no test coverage detected