13 lines
341 B
JSON
13 lines
341 B
JSON
{
|
|
"name": "schedule-job",
|
|
"description": "Scheduled Task Management - Create, manage, and view scheduled tasks for users (supports cron recurring tasks and one-time tasks)",
|
|
"hooks": {
|
|
"PrePrompt": [
|
|
{
|
|
"type": "command",
|
|
"command": "python scripts/schedule_manager.py list --format brief"
|
|
}
|
|
]
|
|
}
|
|
}
|